Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_transport.c2120 goto queue_full; in transport_generic_request_failure()
2132 queue_full: in transport_generic_request_failure()
2546 goto queue_full; in target_complete_ok_work()
2572 goto queue_full; in target_complete_ok_work()
2608 goto queue_full; in target_complete_ok_work()
2618 goto queue_full; in target_complete_ok_work()
2631 goto queue_full; in target_complete_ok_work()
2640 goto queue_full; in target_complete_ok_work()
2650 queue_full: in target_complete_ok_work()
2870 goto queue_full; in transport_generic_new_cmd()
[all …]
/linux/drivers/infiniband/sw/rxe/
H A Drxe_cq.c97 full = queue_full(cq->queue, QUEUE_TYPE_TO_CLIENT); in rxe_cq_post()
H A Drxe_queue.h162 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full() function
H A Drxe_verbs.c880 full = queue_full(sq->queue, QUEUE_TYPE_FROM_ULP); in post_one_send()
967 full = queue_full(rq->queue, QUEUE_TYPE_FROM_ULP); in post_one_recv()
/linux/arch/s390/include/asm/
H A Dap.h45 unsigned int queue_full : 1; member
/linux/drivers/s390/scsi/
H A Dzfcp_sysfs.c792 static DEVICE_ATTR(queue_full, S_IRUGO, zfcp_sysfs_adapter_q_full_show, NULL);
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c2133 .queue_full = iwl_stop_sw_queue,
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c2140 .queue_full = iwl_mvm_stop_sw_queue, \
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c141 static bool queue_full(struct arm_smmu_ll_queue *q) in queue_full() function
659 if (!queue_full(llq)) in arm_smmu_cmdq_poll_until_not_full()
/linux/drivers/scsi/
H A Dadvansys.c2243 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()