Searched refs:is_gso (Results 1 – 5 of 5) sorted by relevance
48 bool is_gso);
146 bool is_gso) in fill_desc() argument316 bool is_gso) in fill_desc_v2() argument318 if (is_gso) in fill_desc_v2()339 bool is_gso; in hns_nic_net_xmit_hw() local366 is_gso = skb_is_gso(skb); in hns_nic_net_xmit_hw()368 buf_num, DESC_TYPE_SKB, ndev->mtu, is_gso); in hns_nic_net_xmit_hw()382 DESC_TYPE_PAGE, ndev->mtu, is_gso); in hns_nic_net_xmit_hw()
670 bool is_gso = false; in hw_atl_b0_hw_ring_tx_xmit() local691 is_gso = true; in hw_atl_b0_hw_ring_tx_xmit()717 if (is_gso || is_vlan) { in hw_atl_b0_hw_ring_tx_xmit()721 if (is_gso) in hw_atl_b0_hw_ring_tx_xmit()737 is_gso = false; in hw_atl_b0_hw_ring_tx_xmit()
101 bool is_gso = skb_is_gso(skb) && skb_is_gso_sctp(skb); in sctp_rcv() local120 if (((!is_gso || skb_cloned(skb)) && skb_linearize(skb)) || in sctp_rcv()131 !is_gso && in sctp_rcv()
6645 unsigned short is_gso; member