Searched refs:mbuf_sz (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_iflib.c569 rxr->mbuf_sz = iflib_get_rx_mbuf_sz(vsi->ctx);
571 u16 max_rxmax = rxr->mbuf_sz * hw->func_caps.rx_buf_chain_len;
575 rctx.dbuff = rxr->mbuf_sz >> I40E_RXQ_CTX_DBUFF_SHIFT;
H A Dixl.h381 u32 mbuf_sz; member in struct:rx_ring
H A Diavf_vc.c335 vqpi->rxq.databuffer_size = rxr->mbuf_sz;
H A Dif_iavf.c627 rxr->mbuf_sz = iflib_get_rx_mbuf_sz(vsi->ctx);
/freebsd-13-stable/sys/dev/ice/
H A Dice_lib.h487 u16 mbuf_sz; member in struct:ice_vsi
H A Dif_ice_iflib.c1805 * Called to update the Rx queue mbuf_sz parameter for configuring the receive
1811 uint32_t mbuf_sz = iflib_get_rx_mbuf_sz(sc->ctx); local
1814 MPASS(mbuf_sz <= UINT16_MAX);
1815 vsi->mbuf_sz = mbuf_sz;
H A Dice_lib.c1448 * @pre the VSI associated with this queue must have initialized mbuf_sz
1469 rlan_ctx.dbuf = vsi->mbuf_sz >> ICE_RLAN_CTX_DBUF_S;
1490 ICE_MAX_RX_SEGS * vsi->mbuf_sz);
1527 * @pre the VSI must have initialized mbuf_sz
1535 MPASS(vsi->mbuf_sz > 0);

Completed in 182 milliseconds