Symbol: cmpl_base
sys/dev/bnxt/bnxt_en/bnxt.h
241
((!!(((struct cmpl_base *)(cmp))->info3_v & htole32(CMPL_BASE_V))) == !!(v_bit) )
sys/dev/bnxt/bnxt_en/bnxt.h
274
__builtin_prefetch(&((struct cmpl_base *)(cpr)->ring.vaddr)[((idx) +\
sys/dev/bnxt/bnxt_en/bnxt.h
275
(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
260
struct cmpl_base *cmpl);
sys/dev/bnxt/bnxt_en/if_bnxt.c
2820
scctx->isc_txqsizes[0] = sizeof(struct cmpl_base) * scctx->isc_ntxd[0];
sys/dev/bnxt/bnxt_en/if_bnxt.c
2823
scctx->isc_txqsizes[2] = sizeof(struct cmpl_base) * scctx->isc_ntxd[2];
sys/dev/bnxt/bnxt_en/if_bnxt.c
2824
scctx->isc_rxqsizes[0] = sizeof(struct cmpl_base) * scctx->isc_nrxd[0];
sys/dev/bnxt/bnxt_en/if_bnxt.c
2866
sizeof(struct cmpl_base);
sys/dev/bnxt/bnxt_en/if_bnxt.c
2869
sizeof(struct cmpl_base) * softc->def_cp_ring.ring.ring_size,
sys/dev/bnxt/bnxt_en/if_bnxt.c
410
.isc_nrxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
415
.isc_ntxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 2,
sys/dev/bnxt/bnxt_en/if_bnxt.c
417
PAGE_SIZE / sizeof(struct cmpl_base) * 16},
sys/dev/bnxt/bnxt_en/if_bnxt.c
439
.isc_nrxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
444
.isc_ntxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 2,
sys/dev/bnxt/bnxt_en/if_bnxt.c
446
PAGE_SIZE / sizeof(struct cmpl_base) * 16},
sys/dev/bnxt/bnxt_en/if_bnxt.c
5216
struct cmpl_base *cmp = (void *)cpr->ring.vaddr;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5306
bnxt_handle_async_event(struct bnxt_softc *softc, struct cmpl_base *cmpl)
sys/dev/bnxt/bnxt_en/if_bnxt.c
5441
struct cmpl_base *cmpl;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5452
cmpl = &((struct cmpl_base *)cpr->ring.vaddr)[cons];