Home
last modified time | relevance | path

Searched refs:SGE_RX_OFFSET (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c852 (skb = allocb(len + SGE_RX_OFFSET, BPRI_HI)))) in t1_sge_rx()
855 (skb = allocb(len + SGE_RX_OFFSET, BPRI_HI))) in t1_sge_rx()
873 skb_reserve(skb, SGE_RX_OFFSET); in t1_sge_rx()
899 __skb_pull(skb, SGE_RX_OFFSET); in t1_sge_rx()
1258 sge->rx_pkt_pad = t1_is_T1B(sge->obj) ? 0 : SGE_RX_OFFSET; in t1_sge_configure()
1261 sge->rx_offset = t1_is_T1B(sge->obj) ? SGE_RX_OFFSET: 0; in t1_sge_configure()
1325 SGE_RX_OFFSET - sge->rx_pkt_pad; in alloc_rx_resources()
H A Dsge.h91 #define SGE_RX_OFFSET 2 macro