Home
last modified time | relevance | path

Searched refs:is_gso (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.h48 bool is_gso);
H A Dhns_enet.c146 bool is_gso) in fill_desc() argument
316 bool is_gso) in fill_desc_v2() argument
318 if (is_gso) in fill_desc_v2()
339 bool is_gso; in hns_nic_net_xmit_hw() local
366 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()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c670 bool is_gso = false; in hw_atl_b0_hw_ring_tx_xmit() local
691 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()
/linux/net/sctp/
H A Dinput.c101 bool is_gso = skb_is_gso(skb) && skb_is_gso_sctp(skb); in sctp_rcv() local
120 if (((!is_gso || skb_cloned(skb)) && skb_linearize(skb)) || in sctp_rcv()
131 !is_gso && in sctp_rcv()
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.h6645 unsigned short is_gso; member