Home
last modified time | relevance | path

Searched refs:aq (Results 251 – 275 of 5216) sorted by relevance

1...<<11121314151617181920>>...209

/dports/sysutils/u-boot-olinuxino-lime2-emmc/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/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-one/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-bananapi/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-bananapim2/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-sopine-spi/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-a13-olinuxino/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-wandboard/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-rockpro64/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-rpi4/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-rpi3-32/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-sifive-fu540/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-qemu-arm64/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-qemu-arm/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-rpi-0-w/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-qemu-riscv64/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-riotboard/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-rpi-arm64/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-rock-pi-4/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-rpi3/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-rock64/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-rpi2/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/misc/rump/buildrump.sh-b914579/src/sys/dev/acpi/
H A Dacpi_quirks.c155 struct acpi_quirk *aq; in acpi_find_quirks() local
183 aq = &acpi_quirks[i]; in acpi_find_quirks()
185 if (strncmp(aq->aq_tabletype, ACPI_SIG_DSDT, 4) == 0) in acpi_find_quirks()
187 else if (strncmp(aq->aq_tabletype, ACPI_SIG_XSDT, 4) == 0) in acpi_find_quirks()
195 len = strlen(aq->aq_oemid); in acpi_find_quirks()
197 if (strncmp(aq->aq_oemid, hdr->OemId, len) != 0) in acpi_find_quirks()
200 if (acpi_quirks_revcmp(aq->aq_oemrev, in acpi_find_quirks()
201 hdr->OemRevision, aq->aq_cmpop) != 0) in acpi_find_quirks()
204 len = strlen(aq->aq_tabid); in acpi_find_quirks()
206 if (strncmp(aq->aq_tabid, hdr->OemTableId, len) != 0) in acpi_find_quirks()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/riscv/
H A Da-ext.d13 [ ]+8:[ ]+1405252f[ ]+lr.w.aq[ ]+a0,\(a0\)
14 [ ]+c:[ ]+1405252f[ ]+lr.w.aq[ ]+a0,\(a0\)
21 [ ]+28:[ ]+1ca5252f[ ]+sc.w.aq[ ]+a0,a0,\(a0\)
22 [ ]+2c:[ ]+1ca5252f[ ]+sc.w.aq[ ]+a0,a0,\(a0\)
29 [ ]+48:[ ]+0ca5252f[ ]+amoswap.w.aq[ ]+a0,a0,\(a0\)
30 [ ]+4c:[ ]+0ca5252f[ ]+amoswap.w.aq[ ]+a0,a0,\(a0\)
37 [ ]+68:[ ]+04a5252f[ ]+amoadd.w.aq[ ]+a0,a0,\(a0\)
38 [ ]+6c:[ ]+04a5252f[ ]+amoadd.w.aq[ ]+a0,a0,\(a0\)
45 [ ]+88:[ ]+24a5252f[ ]+amoxor.w.aq[ ]+a0,a0,\(a0\)
61 [ ]+c8:[ ]+44a5252f[ ]+amoor.w.aq[ ]+a0,a0,\(a0\)
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/riscv/
H A Da-ext.d13 [ ]+8:[ ]+1405252f[ ]+lr.w.aq[ ]+a0,\(a0\)
14 [ ]+c:[ ]+1405252f[ ]+lr.w.aq[ ]+a0,\(a0\)
21 [ ]+28:[ ]+1ca5252f[ ]+sc.w.aq[ ]+a0,a0,\(a0\)
22 [ ]+2c:[ ]+1ca5252f[ ]+sc.w.aq[ ]+a0,a0,\(a0\)
29 [ ]+48:[ ]+0ca5252f[ ]+amoswap.w.aq[ ]+a0,a0,\(a0\)
30 [ ]+4c:[ ]+0ca5252f[ ]+amoswap.w.aq[ ]+a0,a0,\(a0\)
37 [ ]+68:[ ]+04a5252f[ ]+amoadd.w.aq[ ]+a0,a0,\(a0\)
38 [ ]+6c:[ ]+04a5252f[ ]+amoadd.w.aq[ ]+a0,a0,\(a0\)
45 [ ]+88:[ ]+24a5252f[ ]+amoxor.w.aq[ ]+a0,a0,\(a0\)
61 [ ]+c8:[ ]+44a5252f[ ]+amoor.w.aq[ ]+a0,a0,\(a0\)
[all …]

1...<<11121314151617181920>>...209