Searched refs:pending_cmds (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | tls.h | 43 struct list_head pending_cmds; member
|
D | tls.c | 78 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()
|
D | ipsec.c | 101 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/ |
D | common.h | 211 struct list_head pending_cmds; /* Commands pending completion */ member
|
D | main.c | 203 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/ |
D | aic79xx_core.c | 8109 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()
|