hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c
....@@ -995,7 +995,7 @@
995995 smp_wmb();
996996
997997 ring->cur = cur_index + 1;
998
- if (!pkt_info->skb->xmit_more ||
998
+ if (!netdev_xmit_more() ||
999999 netif_xmit_stopped(netdev_get_tx_queue(pdata->netdev,
10001000 channel->queue_index)))
10011001 xlgmac_tx_start_xmit(channel, ring);