Home
last modified time | relevance | path

Searched refs:aq (Results 226 – 250 of 5216) sorted by relevance

12345678910>>...209

/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-pine64/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-pcduino3/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-pinebook/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-pine64-lts/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-nanopi-a64/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-orangepi-pc2/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-orangepi-pc-plus/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()
/dports/sysutils/u-boot-orangepi-plus-2e/u-boot-2021.07/drivers/net/octeontx2/
H A Drvu_common.c46 int rvu_aq_alloc(struct admin_queue *aq, unsigned int qsize, in rvu_aq_alloc() argument
51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc()
54 err = qmem_alloc(&aq->res, qsize, res_size); in rvu_aq_alloc()
56 qmem_free(&aq->inst); in rvu_aq_alloc()
66 void rvu_aq_free(struct admin_queue *aq) in rvu_aq_free() argument
68 qmem_free(&aq->inst); in rvu_aq_free()
69 qmem_free(&aq->res); in rvu_aq_free()
70 memset(aq, 0, sizeof(*aq)); in rvu_aq_free()

12345678910>>...209