Home
last modified time | relevance | path

Searched refs:BNXT_RX_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c186 u32 buflen = BNXT_RX_PAGE_SIZE; in bnxt_xdp_buff_init()
473 BNXT_RX_PAGE_SIZE * num_frags, in bnxt_xdp_build_skb()
H A Dbnxt.c898 return PAGE_SIZE > BNXT_RX_PAGE_SIZE; in bnxt_separate_head_pool()
908 if (PAGE_SIZE > BNXT_RX_PAGE_SIZE) { in __bnxt_alloc_rx_page()
910 BNXT_RX_PAGE_SIZE); in __bnxt_alloc_rx_page()
1310 skb->truesize += BNXT_RX_PAGE_SIZE * agg_bufs; in bnxt_rx_agg_pages_skb()
4414 type = ((u32)BNXT_RX_PAGE_SIZE << RX_BD_LEN_SHIFT) | in bnxt_init_one_rx_agg_ring_rxbd()
4676 agg_factor = min_t(u32, 4, 65536 / BNXT_RX_PAGE_SIZE); in bnxt_set_ring_params()
6368 if (mss <= BNXT_RX_PAGE_SIZE) { in bnxt_hwrm_vnic_set_tpa()
6369 n = BNXT_RX_PAGE_SIZE / mss; in bnxt_hwrm_vnic_set_tpa()
6372 n = mss / BNXT_RX_PAGE_SIZE; in bnxt_hwrm_vnic_set_tpa()
6373 if (mss & (BNXT_RX_PAGE_SIZE - 1)) in bnxt_hwrm_vnic_set_tpa()
[all …]
H A Dbnxt.h761 #define BNXT_RX_PAGE_SIZE (1 << BNXT_RX_PAGE_SHIFT) macro