Searched refs:SGE_RX_OFFSET (Results 1 – 2 of 2) sorted by relevance
853 (skb = allocb(len + SGE_RX_OFFSET, BPRI_HI)))) in t1_sge_rx()856 (skb = allocb(len + SGE_RX_OFFSET, BPRI_HI))) in t1_sge_rx()874 skb_reserve(skb, SGE_RX_OFFSET); in t1_sge_rx()900 __skb_pull(skb, SGE_RX_OFFSET); in t1_sge_rx()1260 sge->rx_pkt_pad = t1_is_T1B(sge->obj) ? 0 : SGE_RX_OFFSET; in t1_sge_configure()1263 sge->rx_offset = t1_is_T1B(sge->obj) ? SGE_RX_OFFSET: 0; in t1_sge_configure()1327 SGE_RX_OFFSET - sge->rx_pkt_pad; in alloc_rx_resources()
93 #define SGE_RX_OFFSET 2 macro