Symbol: ixl_pf_qtag
sys/dev/ixl/ixl_pf.h
109
struct ixl_pf_qtag qtag;
sys/dev/ixl/ixl_pf.h
130
struct ixl_pf_qtag qtag;
sys/dev/ixl/ixl_pf.h
389
int ixl_disable_rings(struct ixl_pf *, struct ixl_vsi *, struct ixl_pf_qtag *);
sys/dev/ixl/ixl_pf.h
390
int ixl_disable_tx_ring(struct ixl_pf *, struct ixl_pf_qtag *, u16);
sys/dev/ixl/ixl_pf.h
391
int ixl_disable_rx_ring(struct ixl_pf *, struct ixl_pf_qtag *, u16);
sys/dev/ixl/ixl_pf.h
392
int ixl_disable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *, u16);
sys/dev/ixl/ixl_pf.h
395
int ixl_enable_tx_ring(struct ixl_pf *, struct ixl_pf_qtag *, u16);
sys/dev/ixl/ixl_pf.h
396
int ixl_enable_rx_ring(struct ixl_pf *, struct ixl_pf_qtag *, u16);
sys/dev/ixl/ixl_pf.h
397
int ixl_enable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *, u16);
sys/dev/ixl/ixl_pf_iflib.c
890
ixl_disable_rings(struct ixl_pf *pf, struct ixl_vsi *vsi, struct ixl_pf_qtag *qtag)
sys/dev/ixl/ixl_pf_main.c
1669
ixl_enable_tx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx)
sys/dev/ixl/ixl_pf_main.c
1705
ixl_enable_rx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx)
sys/dev/ixl/ixl_pf_main.c
1739
ixl_enable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx)
sys/dev/ixl/ixl_pf_main.c
1755
ixl_disable_tx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx)
sys/dev/ixl/ixl_pf_main.c
1794
ixl_disable_rx_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx)
sys/dev/ixl/ixl_pf_main.c
1827
ixl_disable_ring(struct ixl_pf *pf, struct ixl_pf_qtag *qtag, u16 vsi_qidx)
sys/dev/ixl/ixl_pf_qmgr.c
132
ixl_pf_qmgr_release(struct ixl_pf_qmgr *qmgr, struct ixl_pf_qtag *qtag)
sys/dev/ixl/ixl_pf_qmgr.c
204
ixl_pf_qmgr_mark_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx)
sys/dev/ixl/ixl_pf_qmgr.c
217
ixl_pf_qmgr_mark_queue_disabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx)
sys/dev/ixl/ixl_pf_qmgr.c
230
ixl_pf_qmgr_mark_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx)
sys/dev/ixl/ixl_pf_qmgr.c
243
ixl_pf_qmgr_is_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx)
sys/dev/ixl/ixl_pf_qmgr.c
256
ixl_pf_qmgr_is_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx)
sys/dev/ixl/ixl_pf_qmgr.c
269
ixl_pf_qmgr_clear_queue_flags(struct ixl_pf_qtag *qtag)
sys/dev/ixl/ixl_pf_qmgr.c
285
ixl_pf_qidx_from_vsi_qidx(struct ixl_pf_qtag *qtag, u16 index)
sys/dev/ixl/ixl_pf_qmgr.c
55
ixl_pf_qmgr_alloc_contiguous(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag)
sys/dev/ixl/ixl_pf_qmgr.c
95
ixl_pf_qmgr_alloc_scattered(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag)
sys/dev/ixl/ixl_pf_qmgr.h
101
void ixl_pf_qmgr_mark_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
sys/dev/ixl/ixl_pf_qmgr.h
102
void ixl_pf_qmgr_mark_queue_disabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
sys/dev/ixl/ixl_pf_qmgr.h
103
void ixl_pf_qmgr_mark_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
sys/dev/ixl/ixl_pf_qmgr.h
104
bool ixl_pf_qmgr_is_queue_enabled(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
sys/dev/ixl/ixl_pf_qmgr.h
105
bool ixl_pf_qmgr_is_queue_configured(struct ixl_pf_qtag *qtag, u16 vsi_qidx, bool tx);
sys/dev/ixl/ixl_pf_qmgr.h
106
void ixl_pf_qmgr_clear_queue_flags(struct ixl_pf_qtag *qtag);
sys/dev/ixl/ixl_pf_qmgr.h
109
u16 ixl_pf_qidx_from_vsi_qidx(struct ixl_pf_qtag *qtag, u16 index);
sys/dev/ixl/ixl_pf_qmgr.h
93
int ixl_pf_qmgr_alloc_scattered(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag);
sys/dev/ixl/ixl_pf_qmgr.h
95
int ixl_pf_qmgr_alloc_contiguous(struct ixl_pf_qmgr *qmgr, u16 num, struct ixl_pf_qtag *qtag);
sys/dev/ixl/ixl_pf_qmgr.h
97
int ixl_pf_qmgr_release(struct ixl_pf_qmgr *qmgr, struct ixl_pf_qtag *qtag);