Home
last modified time | relevance | path

Searched refs:queue_full (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/
Diwl-op-mode.h101 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-v5.15/drivers/infiniband/sw/rxe/
Drxe_cq.c121 full = queue_full(cq->queue, QUEUE_TYPE_TO_USER); in rxe_cq_post()
123 full = queue_full(cq->queue, QUEUE_TYPE_KERNEL); in rxe_cq_post()
Drxe_verbs.c222 full = queue_full(rq->queue, QUEUE_TYPE_FROM_USER); in post_one_recv()
224 full = queue_full(rq->queue, QUEUE_TYPE_KERNEL); in post_one_recv()
637 full = queue_full(sq->queue, QUEUE_TYPE_FROM_USER); in post_one_send()
639 full = queue_full(sq->queue, QUEUE_TYPE_KERNEL); in post_one_send()
Drxe_queue.h109 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full() function
/Linux-v5.15/drivers/target/
Dtarget_core_transport.c2068 goto queue_full; in transport_generic_request_failure()
2080 queue_full: in transport_generic_request_failure()
2462 goto queue_full; in target_complete_ok_work()
2488 goto queue_full; in target_complete_ok_work()
2524 goto queue_full; in target_complete_ok_work()
2534 goto queue_full; in target_complete_ok_work()
2547 goto queue_full; in target_complete_ok_work()
2556 goto queue_full; in target_complete_ok_work()
2566 queue_full: in target_complete_ok_work()
2786 goto queue_full; in transport_generic_new_cmd()
[all …]
/Linux-v5.15/arch/s390/include/asm/
Dap.h42 unsigned int queue_full : 1; member
/Linux-v5.15/drivers/s390/scsi/
Dzfcp_sysfs.c784 static DEVICE_ATTR(queue_full, S_IRUGO, zfcp_sysfs_adapter_q_full_show, NULL);
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c1533 .queue_full = iwl_mvm_stop_sw_queue, \
/Linux-v5.15/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c121 static bool queue_full(struct arm_smmu_ll_queue *q) in queue_full() function
608 if (!queue_full(llq)) in arm_smmu_cmdq_poll_until_not_full()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c2127 .queue_full = iwl_stop_sw_queue,
/Linux-v5.15/drivers/scsi/
Dadvansys.c2243 ADV_SCSI_BIT_ID_TYPE queue_full; /* Queue full mask */ member
3219 if (boardp->queue_full & ADV_TID_TO_TIDMASK(i)) in asc_prt_asc_board_info()
6572 boardp->queue_full |= target_id; in AscIsrChipHalted()