Home
last modified time | relevance | path

Searched refs:cmpl_base (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c373 struct cmpl_base *cmp = (struct cmpl_base *)cpr->ring.vaddr; in bnxt_isc_rxd_available()
662 struct cmpl_base *cmp_q = (struct cmpl_base *)cpr->ring.vaddr; in bnxt_isc_rxd_pkt_get()
663 struct cmpl_base *cmp; in bnxt_isc_rxd_pkt_get()
674 cmp = &((struct cmpl_base *)cpr->ring.vaddr)[cpr->cons]; in bnxt_isc_rxd_pkt_get()
H A Dif_bnxt.c265 struct cmpl_base *cmpl);
417 .isc_nrxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 8,
422 .isc_ntxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 2,
424 PAGE_SIZE / sizeof(struct cmpl_base) * 16},
446 .isc_nrxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 8,
451 .isc_ntxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 2,
453 PAGE_SIZE / sizeof(struct cmpl_base) * 16},
2833 scctx->isc_txqsizes[0] = sizeof(struct cmpl_base) * scctx->isc_ntxd[0]; in bnxt_attach_pre()
2836 scctx->isc_txqsizes[2] = sizeof(struct cmpl_base) * scctx->isc_ntxd[2]; in bnxt_attach_pre()
2837 scctx->isc_rxqsizes[0] = sizeof(struct cmpl_base) * scctx->isc_nrxd[0]; in bnxt_attach_pre()
[all …]
H A Dbnxt.h241 ((!!(((struct cmpl_base *)(cmp))->info3_v & htole32(CMPL_BASE_V))) == !!(v_bit) )
274 __builtin_prefetch(&((struct cmpl_base *)(cpr)->ring.vaddr)[((idx) +\
275 (CACHE_LINE_SIZE / sizeof(struct cmpl_base))) & \
H A Dhsi_struct_def.h4798 typedef struct cmpl_base { struct