Lines Matching refs:out_skb
211 struct sk_buff **out_skb, int *bnum, struct hnae_ring *ring) in hns_nic_maybe_stop_tx() argument
213 struct sk_buff *skb = *out_skb; in hns_nic_maybe_stop_tx()
229 *out_skb = new_skb; in hns_nic_maybe_stop_tx()
240 struct sk_buff **out_skb, int *bnum, struct hnae_ring *ring) in hns_nic_maybe_stop_tso() argument
246 struct sk_buff *skb = *out_skb; in hns_nic_maybe_stop_tso()
269 *out_skb = new_skb; in hns_nic_maybe_stop_tso()
279 static int hns_nic_maybe_stop_tx_v2(struct sk_buff **out_skb, int *bnum, in hns_nic_maybe_stop_tx_v2() argument
282 if (skb_is_gso(*out_skb)) in hns_nic_maybe_stop_tx_v2()
283 return hns_nic_maybe_stop_tso(out_skb, bnum, ring); in hns_nic_maybe_stop_tx_v2()
285 return hns_nic_maybe_stop_tx(out_skb, bnum, ring); in hns_nic_maybe_stop_tx_v2()
563 struct sk_buff **out_skb, int *out_bnum) in hns_nic_poll_rx_skb() argument
586 skb = *out_skb = napi_alloc_skb(&ring_data->napi, in hns_nic_poll_rx_skb()