maybe_stop_tx     319 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	switch (priv->ops.maybe_stop_tx(&skb, &buf_num, ring)) {
maybe_stop_tx    1795 drivers/net/ethernet/hisilicon/hns/hns_enet.c 			priv->ops.maybe_stop_tx = hns_nic_maybe_stop_tso;
maybe_stop_tx    1800 drivers/net/ethernet/hisilicon/hns/hns_enet.c 			priv->ops.maybe_stop_tx = hns_nic_maybe_stop_tx;
maybe_stop_tx    2176 drivers/net/ethernet/hisilicon/hns/hns_enet.c 		priv->ops.maybe_stop_tx = hns_nic_maybe_stop_tx;
maybe_stop_tx    2182 drivers/net/ethernet/hisilicon/hns/hns_enet.c 			priv->ops.maybe_stop_tx = hns_nic_maybe_stop_tso;
maybe_stop_tx    2187 drivers/net/ethernet/hisilicon/hns/hns_enet.c 			priv->ops.maybe_stop_tx = hns_nic_maybe_stop_tx;
maybe_stop_tx      48 drivers/net/ethernet/hisilicon/hns/hns_enet.h 	int (*maybe_stop_tx)(struct sk_buff **out_skb,