Searched refs:cur_mss (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c1268 u16 cur_mss = skb_shinfo(skb)->gso_size; local
1274 if (unlikely(skb_is_gso(skb) && tqueue->prev_mss != cur_mss))
1312 if (unlikely(tqueue->prev_mss != cur_mss)) {
1314 ctxt_desc, cur_mss);
1327 tqueue->prev_mss = cur_mss;
/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c400 if ((tso && (packet->mss != ring->tx.cur_mss)) ||
H A Dxgbe.h310 unsigned short cur_mss; member in struct:xgbe_ring::__anon2733::__anon2734
H A Dxgbe-dev.c1223 if (tso && (packet->mss != ring->tx.cur_mss))
1259 ring->tx.cur_mss = packet->mss;
H A Dxgbe-drv.c1041 if (skb_shinfo(skb)->gso_size != ring->tx.cur_mss) {

Completed in 87 milliseconds