Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ntb/if_ntb/
H A Dif_ntb.c93 struct callout queue_full; member
169 callout_init(&q->queue_full, 1); in ntb_net_attach()
213 callout_drain(&q->queue_full); in ntb_net_detach()
339 callout_reset_sbt(&q->queue_full, in ntb_transmit_locked()
402 callout_schedule_sbt(&q->queue_full, in ntb_qp_full()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-op-mode.h101 void (*queue_full)(struct iwl_op_mode *op_mode, int queue); member
160 op_mode->ops->queue_full(op_mode, queue); in iwl_op_mode_queue_full()
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c1944 .queue_full = iwl_mvm_stop_sw_queue, \