Symbol: ixl_pf_qmgr
sys/dev/ixl/ixl_pf.h
129
struct ixl_pf_qmgr qmgr;
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
155
ixl_pf_qmgr_get_num_queues(struct ixl_pf_qmgr *qmgr)
sys/dev/ixl/ixl_pf_qmgr.c
165
ixl_pf_qmgr_get_num_free(struct ixl_pf_qmgr *qmgr)
sys/dev/ixl/ixl_pf_qmgr.c
178
ixl_pf_qmgr_get_first_free(struct ixl_pf_qmgr *qmgr, u16 start)
sys/dev/ixl/ixl_pf_qmgr.c
197
ixl_pf_qmgr_destroy(struct ixl_pf_qmgr *qmgr)
sys/dev/ixl/ixl_pf_qmgr.c
208
struct ixl_pf_qmgr *qmgr = qtag->qmgr;
sys/dev/ixl/ixl_pf_qmgr.c
221
struct ixl_pf_qmgr *qmgr = qtag->qmgr;
sys/dev/ixl/ixl_pf_qmgr.c
234
struct ixl_pf_qmgr *qmgr = qtag->qmgr;
sys/dev/ixl/ixl_pf_qmgr.c
247
struct ixl_pf_qmgr *qmgr = qtag->qmgr;
sys/dev/ixl/ixl_pf_qmgr.c
260
struct ixl_pf_qmgr *qmgr = qtag->qmgr;
sys/dev/ixl/ixl_pf_qmgr.c
273
struct ixl_pf_qmgr *qmgr = qtag->qmgr;
sys/dev/ixl/ixl_pf_qmgr.c
298
ixl_pf_qmgr_find_free_contiguous_block(struct ixl_pf_qmgr *qmgr, int num)
sys/dev/ixl/ixl_pf_qmgr.c
37
static int ixl_pf_qmgr_find_free_contiguous_block(struct ixl_pf_qmgr *qmgr, int num);
sys/dev/ixl/ixl_pf_qmgr.c
40
ixl_pf_qmgr_init(struct ixl_pf_qmgr *qmgr, u16 num_queues)
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
74
struct ixl_pf_qmgr *qmgr;
sys/dev/ixl/ixl_pf_qmgr.h
85
int ixl_pf_qmgr_init(struct ixl_pf_qmgr *qmgr, u16 num_queues);
sys/dev/ixl/ixl_pf_qmgr.h
86
void ixl_pf_qmgr_destroy(struct ixl_pf_qmgr *qmgr);
sys/dev/ixl/ixl_pf_qmgr.h
88
int ixl_pf_qmgr_get_num_queues(struct ixl_pf_qmgr *qmgr);
sys/dev/ixl/ixl_pf_qmgr.h
89
int ixl_pf_qmgr_get_first_free(struct ixl_pf_qmgr *qmgr, u16 start);
sys/dev/ixl/ixl_pf_qmgr.h
90
int ixl_pf_qmgr_get_num_free(struct ixl_pf_qmgr *qmgr);
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);