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

/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c106 struct mana_tx_package *tp, int gso_hs)
123 if (gso_hs && gso_hs < skb_hlen) {
124 sge0_len = gso_hs;
125 sge1_len = skb_hlen - gso_hs;
182 int gso_hs)
187 if (gso_hs < skb_hlen) {
189 } else if (gso_hs > skb_hlen) {
193 gso_hs, skb_hlen);
204 int gso_hs; local
105 mana_map_skb(struct sk_buff *skb, struct mana_port_context *apc, struct mana_tx_package *tp, int gso_hs) argument
181 mana_fix_skb_head(struct net_device *ndev, struct sk_buff *skb, int gso_hs) argument
224 int gso_hs = 0; /* zero for non-GSO pkts */ local
[all...]

Completed in 205 milliseconds