Searched refs:queue_full (Results 1 – 12 of 12) sorted by relevance
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | mld.c | 525 int hw_queue, bool queue_full) in iwl_mld_queue_state_change() argument 538 if (queue_full) { in iwl_mld_queue_state_change() 557 mld_txq->status.stop_full = queue_full; in iwl_mld_queue_state_change() 559 if (!queue_full && mld_sta && in iwl_mld_queue_state_change() 753 .queue_full = iwl_mld_queue_full,
|
| /drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-op-mode.h | 163 void (*queue_full)(struct iwl_op_mode *op_mode, int queue); member 221 op_mode->ops->queue_full(op_mode, queue); in iwl_op_mode_queue_full()
|
| /drivers/target/ |
| A D | target_core_transport.c | 2120 goto queue_full; in transport_generic_request_failure() 2132 queue_full: in transport_generic_request_failure() 2549 goto queue_full; in target_complete_ok_work() 2575 goto queue_full; in target_complete_ok_work() 2611 goto queue_full; in target_complete_ok_work() 2621 goto queue_full; in target_complete_ok_work() 2634 goto queue_full; in target_complete_ok_work() 2643 goto queue_full; in target_complete_ok_work() 2653 queue_full: in target_complete_ok_work() 2873 goto queue_full; in transport_generic_new_cmd() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | bwc.c | 387 bool queue_full; in mlx5hws_bwc_queue_poll() local 396 queue_full = mlx5hws_send_engine_full(&ctx->send_queue[queue_id]); in mlx5hws_bwc_queue_poll() 397 while (queue_full || ((got_comp || drain) && *pending_rules)) { in mlx5hws_bwc_queue_poll() 415 queue_full = false; in mlx5hws_bwc_queue_poll()
|
| /drivers/infiniband/sw/rxe/ |
| A D | rxe_cq.c | 94 full = queue_full(cq->queue, QUEUE_TYPE_TO_CLIENT); in rxe_cq_post()
|
| A D | rxe_queue.h | 162 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full() function
|
| A D | rxe_verbs.c | 892 full = queue_full(sq->queue, QUEUE_TYPE_FROM_ULP); in post_one_send() 979 full = queue_full(rq->queue, QUEUE_TYPE_FROM_ULP); in post_one_recv()
|
| /drivers/s390/scsi/ |
| A D | zfcp_sysfs.c | 794 static DEVICE_ATTR(queue_full, S_IRUGO, zfcp_sysfs_adapter_q_full_show, NULL);
|
| /drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | main.c | 2142 .queue_full = iwl_stop_sw_queue,
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | ops.c | 2151 .queue_full = iwl_mvm_stop_sw_queue, \
|
| /drivers/iommu/arm/arm-smmu-v3/ |
| A D | arm-smmu-v3.c | 141 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()
|
| /drivers/scsi/ |
| A 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()
|
Completed in 92 milliseconds