Searched refs:is_gso (Results 1 – 6 of 6) sorted by relevance
472 bool is_gso = false; in hw_atl_b0_hw_ring_tx_xmit() local498 is_gso = true; in hw_atl_b0_hw_ring_tx_xmit()512 if (is_gso) { in hw_atl_b0_hw_ring_tx_xmit()527 is_gso = false; in hw_atl_b0_hw_ring_tx_xmit()
434 bool is_gso = false; in hw_atl_a0_hw_ring_tx_xmit() local460 is_gso = true; in hw_atl_a0_hw_ring_tx_xmit()474 if (is_gso) { in hw_atl_a0_hw_ring_tx_xmit()489 is_gso = false; in hw_atl_a0_hw_ring_tx_xmit()
110 bool is_gso = skb_is_gso(skb) && skb_is_gso_sctp(skb); in sctp_rcv() local128 if ((!is_gso && skb_linearize(skb)) || in sctp_rcv()139 !is_gso && in sctp_rcv()
560 u8 is_gso; member
2876 if (tx_buf->is_gso) { in bnx2_tx_int()6690 tx_buf->is_gso = skb_is_gso(skb); in bnx2_start_xmit()
6645 unsigned short is_gso; member