Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dtls.h43 struct list_head pending_cmds; member
Dtls.c78 ctx = list_first_entry(&tls->pending_cmds, in mlx5_fpga_tls_cmd_complete()
118 list_add_tail(&cmd->list, &tls->pending_cmds); in mlx5_fpga_tls_cmd_send()
484 INIT_LIST_HEAD(&tls->pending_cmds); in mlx5_fpga_tls_init()
Dipsec.c101 struct list_head pending_cmds; member
191 context = list_first_entry_or_null(&fdev->ipsec->pending_cmds, in mlx5_fpga_ipsec_recv()
245 list_add_tail(&context->list, &fdev->ipsec->pending_cmds); in mlx5_fpga_ipsec_cmd_exec()
1270 INIT_LIST_HEAD(&fdev->ipsec->pending_cmds); in mlx5_fpga_ipsec_init()
/Linux-v5.4/drivers/scsi/cxlflash/
Dcommon.h211 struct list_head pending_cmds; /* Commands pending completion */ member
Dmain.c203 list_for_each_entry_safe(cmd, tmp, &hwq->pending_cmds, list) { in flush_pending_cmds()
332 list_add(&cmd->list, &hwq->pending_cmds); in send_cmd_ioarrin()
374 list_add(&cmd->list, &hwq->pending_cmds); in send_cmd_sq()
2020 INIT_LIST_HEAD(&hwq->pending_cmds); in init_mc()
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic79xx_core.c8109 u_int pending_cmds; in ahd_reset_cmds_pending() local
8120 pending_cmds = 0; in ahd_reset_cmds_pending()
8122 pending_cmds++; in ahd_reset_cmds_pending()
8124 ahd_outw(ahd, CMDS_PENDING, pending_cmds - ahd_qinfifo_count(ahd)); in ahd_reset_cmds_pending()