Home
last modified time | relevance | path

Searched refs:ixl_pf_qtag (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ixl/
H A Dixl_pf_qmgr.h73 struct ixl_pf_qtag { struct
93 int ixl_pf_qmgr_alloc_scattered(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag); argument
95 int ixl_pf_qmgr_alloc_contiguous(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag);
97 int ixl_pf_qmgr_release(struct ixl_pf_qmgr *qmgr, struct ixl_pf_qtag *qtag);
101 void ixl_pf_qmgr_mark_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
102 void ixl_pf_qmgr_mark_queue_disabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
103 void ixl_pf_qmgr_mark_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
104 bool ixl_pf_qmgr_is_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
105 bool ixl_pf_qmgr_is_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
106 void ixl_pf_qmgr_clear_queue_flags(struct ixl_pf_qtag *qtag);
[all …]
H A Dixl_pf_qmgr.c55 ixl_pf_qmgr_alloc_contiguous(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag) in ixl_pf_qmgr_alloc_contiguous()
95 ixl_pf_qmgr_alloc_scattered(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag) in ixl_pf_qmgr_alloc_scattered()
132 ixl_pf_qmgr_release(struct ixl_pf_qmgr *qmgr, struct ixl_pf_qtag *qtag) in ixl_pf_qmgr_release()
204 ixl_pf_qmgr_mark_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx) in ixl_pf_qmgr_mark_queue_enabled()
217 ixl_pf_qmgr_mark_queue_disabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx) in ixl_pf_qmgr_mark_queue_disabled()
230 ixl_pf_qmgr_mark_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx) in ixl_pf_qmgr_mark_queue_configured()
243 ixl_pf_qmgr_is_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx) in ixl_pf_qmgr_is_queue_enabled()
256 ixl_pf_qmgr_is_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx) in ixl_pf_qmgr_is_queue_configured()
269 ixl_pf_qmgr_clear_queue_flags(struct ixl_pf_qtag *qtag) in ixl_pf_qmgr_clear_queue_flags()
285 ixl_pf_qidx_from_vsi_qidx(struct ixl_pf_qtag *qtag, u16 index) in ixl_pf_qidx_from_vsi_qidx()
H A Dixl_pf.h109 struct ixl_pf_qtag qtag;
130 struct ixl_pf_qtag qtag;
389 int ixl_disable_rings(struct ixl_pf *, struct ixl_vsi *, struct ixl_pf_qtag *);
390 int ixl_disable_tx_ring(struct ixl_pf *, struct ixl_pf_qtag *, u16);
391 int ixl_disable_rx_ring(struct ixl_pf *, struct ixl_pf_qtag *, u16);
392 int ixl_disable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *, u16);
395 int ixl_enable_tx_ring(struct ixl_pf *, struct ixl_pf_qtag *, u16);
396 int ixl_enable_rx_ring(struct ixl_pf *, struct ixl_pf_qtag *, u16);
397 int ixl_enable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *, u16);
H A Dixl_pf_main.c1602 ixl_enable_tx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) in ixl_enable_tx_ring()
1638 ixl_enable_rx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) in ixl_enable_rx_ring()
1672 ixl_enable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) in ixl_enable_ring()
1688 ixl_disable_tx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) in ixl_disable_tx_ring()
1727 ixl_disable_rx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) in ixl_disable_rx_ring()
1760 ixl_disable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx) in ixl_disable_ring()
H A Dixl_pf_iflib.c890 ixl_disable_rings(struct ixl_pf *pf, struct ixl_vsi *vsi, struct ixl_pf_qtag *qtag) in ixl_disable_rings()