Home
last modified time | relevance | path

Searched refs:maybe_stop_tx (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.h52 int (*maybe_stop_tx)(struct sk_buff **out_skb, member
Dhns_enet.c326 switch (priv->ops.maybe_stop_tx(&skb, &buf_num, ring)) { in hns_nic_net_xmit_hw()
1787 priv->ops.maybe_stop_tx = hns_nic_maybe_stop_tso; in hns_nic_set_features()
1792 priv->ops.maybe_stop_tx = hns_nic_maybe_stop_tx; in hns_nic_set_features()
2169 priv->ops.maybe_stop_tx = hns_nic_maybe_stop_tx; in hns_nic_set_priv_ops()
2175 priv->ops.maybe_stop_tx = hns_nic_maybe_stop_tso; in hns_nic_set_priv_ops()
2180 priv->ops.maybe_stop_tx = hns_nic_maybe_stop_tx; in hns_nic_set_priv_ops()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h424 int (*maybe_stop_tx)(struct sk_buff **out_skb, member
Dhns3_enet.c1103 switch (priv->ops.maybe_stop_tx(&skb, &buf_num, ring)) { in hns3_nic_net_xmit()
1223 priv->ops.maybe_stop_tx = hns3_nic_maybe_stop_tso; in hns3_nic_set_features()
1226 priv->ops.maybe_stop_tx = hns3_nic_maybe_stop_tx; in hns3_nic_set_features()
3088 priv->ops.maybe_stop_tx = hns3_nic_maybe_stop_tso; in hns3_nic_set_priv_ops()
3091 priv->ops.maybe_stop_tx = hns3_nic_maybe_stop_tx; in hns3_nic_set_priv_ops()