Home
last modified time | relevance | path

Searched refs:rx_pkt_pad (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c262 unsigned int rx_pkt_pad; /* RX padding for L2 packets */ member
567 q->dma_offset = sge->rx_pkt_pad ? 0 : NET_IP_ALIGN; in alloc_rx_resources()
780 V_RX_PKT_OFFSET(sge->rx_pkt_pad); in configure_sge()
826 * If the SGE doesn't automatically align packets properly (!sge->rx_pkt_pad),
848 skb_reserve(skb, sge->rx_pkt_pad); in refill_free_list()
1368 skb = get_packet(adapter, fl, len - sge->rx_pkt_pad); in sge_rx()
2076 sge->rx_pkt_pad = t1_is_T1B(adapter) ? 0 : 2; in t1_sge_create()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c253 unsigned int rx_pkt_pad; /* RX padding for L2 packets */ member
558 q->dma_offset = sge->rx_pkt_pad ? 0 : NET_IP_ALIGN; in alloc_rx_resources()
771 V_RX_PKT_OFFSET(sge->rx_pkt_pad); in configure_sge()
817 * If the SGE doesn't automatically align packets properly (!sge->rx_pkt_pad),
839 skb_reserve(skb, sge->rx_pkt_pad); in refill_free_list()
1363 skb = get_packet(adapter, fl, len - sge->rx_pkt_pad); in sge_rx()
2106 sge->rx_pkt_pad = t1_is_T1B(adapter) ? 0 : 2; in t1_sge_create()

Completed in 7 milliseconds