Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Dvnic_wq.h104 void vnic_wq_enable(struct vnic_wq *wq);
H A Dvnic_wq.c48 void vnic_wq_enable(struct vnic_wq *wq) in vnic_wq_enable() function
H A Denic_txrx.c462 vnic_wq_enable(&enic->wq[queue_idx]); in enic_start_wq()