pending_cmds 101 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c struct list_head pending_cmds; pending_cmds 191 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c context = list_first_entry_or_null(&fdev->ipsec->pending_cmds, pending_cmds 245 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c list_add_tail(&context->list, &fdev->ipsec->pending_cmds); pending_cmds 1271 drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c INIT_LIST_HEAD(&fdev->ipsec->pending_cmds); pending_cmds 78 drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c ctx = list_first_entry(&tls->pending_cmds, pending_cmds 118 drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c list_add_tail(&cmd->list, &tls->pending_cmds); pending_cmds 484 drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.c INIT_LIST_HEAD(&tls->pending_cmds); pending_cmds 43 drivers/net/ethernet/mellanox/mlx5/core/fpga/tls.h struct list_head pending_cmds; pending_cmds 8109 drivers/scsi/aic7xxx/aic79xx_core.c u_int pending_cmds; pending_cmds 8120 drivers/scsi/aic7xxx/aic79xx_core.c pending_cmds = 0; pending_cmds 8122 drivers/scsi/aic7xxx/aic79xx_core.c pending_cmds++; pending_cmds 8124 drivers/scsi/aic7xxx/aic79xx_core.c ahd_outw(ahd, CMDS_PENDING, pending_cmds - ahd_qinfifo_count(ahd)); pending_cmds 211 drivers/scsi/cxlflash/common.h struct list_head pending_cmds; /* Commands pending completion */ pending_cmds 203 drivers/scsi/cxlflash/main.c list_for_each_entry_safe(cmd, tmp, &hwq->pending_cmds, list) { pending_cmds 332 drivers/scsi/cxlflash/main.c list_add(&cmd->list, &hwq->pending_cmds); pending_cmds 374 drivers/scsi/cxlflash/main.c list_add(&cmd->list, &hwq->pending_cmds); pending_cmds 2020 drivers/scsi/cxlflash/main.c INIT_LIST_HEAD(&hwq->pending_cmds);