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.c243 struct cmpl_base *cmpl);
380 .isc_nrxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 8,
385 .isc_ntxd_default = {PAGE_SIZE / sizeof(struct cmpl_base) * 2,
388 PAGE_SIZE / sizeof(struct cmpl_base) * 16},
2579 scctx->isc_txqsizes[0] = sizeof(struct cmpl_base) * scctx->isc_ntxd[0]; in bnxt_attach_pre()
2582 scctx->isc_txqsizes[2] = sizeof(struct cmpl_base) * scctx->isc_ntxd[2]; in bnxt_attach_pre()
2583 scctx->isc_rxqsizes[0] = sizeof(struct cmpl_base) * scctx->isc_nrxd[0]; in bnxt_attach_pre()
2625 sizeof(struct cmpl_base); in bnxt_attach_pre()
2628 sizeof(struct cmpl_base) * softc->def_cp_ring.ring.ring_size, in bnxt_attach_pre()
4938 struct cmpl_base *cmp = (void *)cpr->ring.vaddr; in bnxt_mark_cpr_invalid()
[all …]
H A Dbnxt.h231 ((!!(((struct cmpl_base *)(cmp))->info3_v & htole32(CMPL_BASE_V))) == !!(v_bit) )
264 __builtin_prefetch(&((struct cmpl_base *)(cpr)->ring.vaddr)[((idx) +\
265 (CACHE_LINE_SIZE / sizeof(struct cmpl_base))) & \
H A Dhsi_struct_def.h4728 typedef struct cmpl_base { struct