Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmld.c534 int hw_queue, bool queue_full) in iwl_mld_queue_state_change() argument
547 if (queue_full) { in iwl_mld_queue_state_change()
566 mld_txq->status.stop_full = queue_full; in iwl_mld_queue_state_change()
568 if (!queue_full && mld_sta && in iwl_mld_queue_state_change()
762 .queue_full = iwl_mld_queue_full,
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c416 bool queue_full; in mlx5hws_bwc_queue_poll() local
425 queue_full = mlx5hws_send_engine_full(&ctx->send_queue[queue_id]); in mlx5hws_bwc_queue_poll()
426 while (queue_full || ((got_comp || drain) && *pending_rules)) { in mlx5hws_bwc_queue_poll()
444 queue_full = false; in mlx5hws_bwc_queue_poll()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_queue.h162 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full() function
/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.c2142 .queue_full = iwl_stop_sw_queue,
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c2098 .queue_full = iwl_mvm_stop_sw_queue, \
/linux/drivers/scsi/
H A Dadvansys.c2243 ADV_SCSI_BIT_ID_TYPE queue_full; /* Queue full mask */ member
3227 if (boardp->queue_full & ADV_TID_TO_TIDMASK(i)) in asc_prt_asc_board_info()
6580 boardp->queue_full |= target_id; in AscIsrChipHalted()