Symbol: cmpl_base
sys/dev/bnxt/bnxt_en/bnxt.h
231
((!!(((struct cmpl_base *)(cmp))->info3_v & htole32(CMPL_BASE_V))) == !!(v_bit) )
sys/dev/bnxt/bnxt_en/bnxt.h
264
__builtin_prefetch(&((struct cmpl_base *)(cpr)->ring.vaddr)[((idx) +\
sys/dev/bnxt/bnxt_en/bnxt.h
265
(CACHE_LINE_SIZE / sizeof(struct cmpl_base))) & \
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
373
struct cmpl_base *cmp = (struct cmpl_base *)cpr->ring.vaddr;
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
662
struct cmpl_base *cmp_q = (struct cmpl_base *)cpr->ring.vaddr;
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
663
struct cmpl_base *cmp;
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
674
cmp = &((struct cmpl_base *)cpr->ring.vaddr)[cpr->cons];
sys/dev/bnxt/bnxt_en/if_bnxt.c
243
struct cmpl_base *cmpl);
sys/dev/bnxt/bnxt_en/if_bnxt.c
2579
scctx->isc_txqsizes[0] = sizeof(struct cmpl_base) * scctx->isc_ntxd[0];
sys/dev/bnxt/bnxt_en/if_bnxt.c
2582
scctx->isc_txqsizes[2] = sizeof(struct cmpl_base) * scctx->isc_ntxd[2];
sys/dev/bnxt/bnxt_en/if_bnxt.c
2583
scctx->isc_rxqsizes[0] = sizeof(struct cmpl_base) * scctx->isc_nrxd[0];
sys/dev/bnxt/bnxt_en/if_bnxt.c
2625
sizeof(struct cmpl_base);
sys/dev/bnxt/bnxt_en/if_bnxt.c
2628
sizeof(struct cmpl_base) * softc->def_cp_ring.ring.ring_size,
sys/dev/bnxt/bnxt_en/if_bnxt.c
380
.isc_nrxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
385
.isc_ntxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 2,
sys/dev/bnxt/bnxt_en/if_bnxt.c
388
PAGE_SIZE / sizeof(struct cmpl_base) * 16},
sys/dev/bnxt/bnxt_en/if_bnxt.c
4938
struct cmpl_base *cmp = (void *)cpr->ring.vaddr;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5028
bnxt_handle_async_event(struct bnxt_softc *softc, struct cmpl_base *cmpl)
sys/dev/bnxt/bnxt_en/if_bnxt.c
5163
struct cmpl_base *cmpl;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5174
cmpl = &((struct cmpl_base *)cpr->ring.vaddr)[cons];