Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-op-mode.h162 void (*queue_full)(struct iwl_op_mode *op_mode, int queue); member
220 op_mode->ops->queue_full(op_mode, queue); in iwl_op_mode_queue_full()
/Linux-v4.19/drivers/target/
Dtarget_core_transport.c1863 goto queue_full; in transport_generic_request_failure()
1875 queue_full: in transport_generic_request_failure()
2270 goto queue_full; in target_complete_ok_work()
2296 goto queue_full; in target_complete_ok_work()
2332 goto queue_full; in target_complete_ok_work()
2342 goto queue_full; in target_complete_ok_work()
2355 goto queue_full; in target_complete_ok_work()
2364 goto queue_full; in target_complete_ok_work()
2374 queue_full: in target_complete_ok_work()
2593 goto queue_full; in transport_generic_new_cmd()
[all …]
/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_queue.h115 static inline int queue_full(struct rxe_queue *q) in queue_full() function
Drxe_cq.c139 if (unlikely(queue_full(cq->queue))) { in rxe_cq_post()
Drxe_verbs.c298 if (unlikely(queue_full(rq->queue))) { in post_one_recv()
702 if (unlikely(queue_full(sq->queue))) { in post_one_send()
/Linux-v4.19/arch/s390/include/asm/
Dap.h42 unsigned int queue_full : 1; member
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_sysfs.c614 static DEVICE_ATTR(queue_full, S_IRUGO, zfcp_sysfs_adapter_q_full_show, NULL);
/Linux-v4.19/drivers/iommu/
Darm-smmu-v3.c665 static bool queue_full(struct arm_smmu_queue *q) in queue_full() function
724 while (queue_sync_cons(q), (sync ? !queue_empty(q) : queue_full(q))) { in queue_poll_cons()
753 if (queue_full(q)) in queue_insert_raw()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c1691 .queue_full = iwl_mvm_stop_sw_queue, \
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c2138 .queue_full = iwl_stop_sw_queue,
/Linux-v4.19/drivers/scsi/
Dadvansys.c2266 ADV_SCSI_BIT_ID_TYPE queue_full; /* Queue full mask */ member
3281 if (boardp->queue_full & ADV_TID_TO_TIDMASK(i)) in asc_prt_asc_board_info()
6654 boardp->queue_full |= target_id; in AscIsrChipHalted()