kernel/drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c
.. .. @@ -995,7 +995,7 @@ 995 995 smp_wmb(); 996 996 997 997 ring->cur = cur_index + 1; 998 - if (!pkt_info->skb->xmit_more ||998 + if (!netdev_xmit_more() ||999 999 netif_xmit_stopped(netdev_get_tx_queue(pdata->netdev, 1000 1000 channel->queue_index))) 1001 1001 xlgmac_tx_start_xmit(channel, ring);