Home
last modified time | relevance | path

Searched refs:pending_cmds (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/mlx5/mlx5_fpga/
Dmlx5fpga_ipsec.c74 struct list_head pending_cmds; member
146 context = list_first_entry_or_null(&fdev->ipsec->pending_cmds, in mlx5_fpga_ipsec_recv()
199 list_add_tail(&context->list, &fdev->ipsec->pending_cmds); in mlx5_fpga_ipsec_sa_cmd_exec()
344 INIT_LIST_HEAD(&fdev->ipsec->pending_cmds); in mlx5_fpga_ipsec_init()
/freebsd-12-stable/sys/dev/aic7xxx/
Daic79xx.c7393 u_int pending_cmds; in ahd_reset_cmds_pending() local
7404 pending_cmds = 0; in ahd_reset_cmds_pending()
7406 pending_cmds++; in ahd_reset_cmds_pending()
7408 ahd_outw(ahd, CMDS_PENDING, pending_cmds - ahd_qinfifo_count(ahd)); in ahd_reset_cmds_pending()