Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/if_ntb/
H A Dif_ntb.c90 struct callout queue_full; member
162 callout_init(&q->queue_full, 1); in ntb_net_attach()
206 callout_drain(&q->queue_full); in ntb_net_detach()
332 callout_reset_sbt(&q->queue_full, in ntb_transmit_locked()
395 callout_schedule_sbt(&q->queue_full, in ntb_qp_full()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmld.c544 int hw_queue, bool queue_full) in iwl_mld_queue_state_change() argument
557 if (queue_full) { in iwl_mld_queue_state_change()
576 mld_txq->status.stop_full = queue_full; in iwl_mld_queue_state_change()
578 if (!queue_full && mld_sta && in iwl_mld_queue_state_change()
772 .queue_full = iwl_mld_queue_full,
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-op-mode.h163 void (*queue_full)(struct iwl_op_mode *op_mode, int queue); member
222 op_mode->ops->queue_full(op_mode, queue); in iwl_op_mode_queue_full()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c2122 .queue_full = iwl_mvm_stop_sw_queue, \