Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-op-mode.h158 void (*queue_full)(struct iwl_op_mode *op_mode, int queue); member
209 op_mode->ops->queue_full(op_mode, queue); in iwl_op_mode_queue_full()
/linux-4.4.14/drivers/target/
Dtarget_core_transport.c1728 goto queue_full; in transport_generic_request_failure()
1739 goto queue_full; in transport_generic_request_failure()
1746 queue_full: in transport_generic_request_failure()
2060 goto queue_full; in target_complete_ok_work()
2086 goto queue_full; in target_complete_ok_work()
2108 goto queue_full; in target_complete_ok_work()
2118 goto queue_full; in target_complete_ok_work()
2131 goto queue_full; in target_complete_ok_work()
2139 goto queue_full; in target_complete_ok_work()
2149 queue_full: in target_complete_ok_work()
[all …]
/linux-4.4.14/drivers/s390/crypto/
Dap_bus.h68 unsigned int queue_full : 1; member
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_sysfs.c616 static DEVICE_ATTR(queue_full, S_IRUGO, zfcp_sysfs_adapter_q_full_show, NULL);
/linux-4.4.14/drivers/iommu/
Darm-smmu-v3.c664 static bool queue_full(struct arm_smmu_queue *q) in queue_full() function
746 if (queue_full(q)) in queue_insert_raw()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dops.c1402 .queue_full = iwl_mvm_stop_sw_queue, \
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dmain.c2036 .queue_full = iwl_stop_sw_queue,
/linux-4.4.14/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()
6655 boardp->queue_full |= target_id; in AscIsrChipHalted()