Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmld.c537 int hw_queue, bool queue_full) in iwl_mld_queue_state_change() argument
550 if (queue_full) { in iwl_mld_queue_state_change()
569 mld_txq->status.stop_full = queue_full; in iwl_mld_queue_state_change()
571 if (!queue_full && mld_sta && in iwl_mld_queue_state_change()
775 .queue_full = iwl_mld_queue_full,
/linux/drivers/target/
H A Dtarget_core_transport.c2172 goto queue_full; in transport_generic_request_failure()
2184 queue_full: in transport_generic_request_failure()
2601 goto queue_full; in target_complete_ok_work()
2627 goto queue_full; in target_complete_ok_work()
2664 goto queue_full; in target_complete_ok_work()
2674 goto queue_full; in target_complete_ok_work()
2689 goto queue_full; in target_complete_ok_work()
2698 goto queue_full; in target_complete_ok_work()
2708 queue_full: in target_complete_ok_work()
2928 goto queue_full; in transport_generic_new_cmd()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c417 bool queue_full; in mlx5hws_bwc_queue_poll() local
438 queue_full = mlx5hws_send_engine_full(&ctx->send_queue[queue_id]); in mlx5hws_bwc_queue_poll()
439 while (queue_full || ((got_comp || drain) && *pending_rules)) { in mlx5hws_bwc_queue_poll()
457 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/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.c2106 .queue_full = iwl_mvm_stop_sw_queue, \