Searched refs:queue_full (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-op-mode.h | 101 void (*queue_full)(struct iwl_op_mode *op_mode, int queue); member 160 op_mode->ops->queue_full(op_mode, queue); in iwl_op_mode_queue_full()
|
/linux-6.1.9/drivers/target/ |
D | target_core_transport.c | 2084 goto queue_full; in transport_generic_request_failure() 2096 queue_full: in transport_generic_request_failure() 2510 goto queue_full; in target_complete_ok_work() 2536 goto queue_full; in target_complete_ok_work() 2572 goto queue_full; in target_complete_ok_work() 2582 goto queue_full; in target_complete_ok_work() 2595 goto queue_full; in target_complete_ok_work() 2604 goto queue_full; in target_complete_ok_work() 2614 queue_full: in target_complete_ok_work() 2834 goto queue_full; in transport_generic_new_cmd() [all …]
|
/linux-6.1.9/drivers/infiniband/sw/rxe/ |
D | rxe_cq.c | 115 full = queue_full(cq->queue, QUEUE_TYPE_TO_CLIENT); in rxe_cq_post()
|
D | rxe_queue.h | 151 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full() function
|
D | rxe_verbs.c | 248 full = queue_full(rq->queue, QUEUE_TYPE_TO_DRIVER); in post_one_recv() 642 full = queue_full(sq->queue, QUEUE_TYPE_TO_DRIVER); in post_one_send()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | ap.h | 45 unsigned int queue_full : 1; member
|
/linux-6.1.9/drivers/s390/scsi/ |
D | zfcp_sysfs.c | 793 static DEVICE_ATTR(queue_full, S_IRUGO, zfcp_sysfs_adapter_q_full_show, NULL);
|
/linux-6.1.9/drivers/iommu/arm/arm-smmu-v3/ |
D | arm-smmu-v3.c | 119 static bool queue_full(struct arm_smmu_ll_queue *q) in queue_full() function 603 if (!queue_full(llq)) in arm_smmu_cmdq_poll_until_not_full()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | main.c | 2117 .queue_full = iwl_stop_sw_queue,
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ops.c | 1930 .queue_full = iwl_mvm_stop_sw_queue, \
|
/linux-6.1.9/drivers/scsi/ |
D | advansys.c | 2243 ADV_SCSI_BIT_ID_TYPE queue_full; /* Queue full mask */ member 3228 if (boardp->queue_full & ADV_TID_TO_TIDMASK(i)) in asc_prt_asc_board_info() 6581 boardp->queue_full |= target_id; in AscIsrChipHalted()
|