Lines Matching refs:first_entry
3066 unsigned int first_entry, tx_packets; in stmmac_tso_xmit() local
3128 first_entry = tx_q->cur_tx; in stmmac_tso_xmit()
3129 WARN_ON(tx_q->tx_skbuff[first_entry]); in stmmac_tso_xmit()
3132 desc = &tx_q->dma_entx[first_entry].basic; in stmmac_tso_xmit()
3134 desc = &tx_q->dma_tx[first_entry]; in stmmac_tso_xmit()
3146 tx_q->tx_skbuff_dma[first_entry].buf = des; in stmmac_tso_xmit()
3147 tx_q->tx_skbuff_dma[first_entry].len = skb_headlen(skb); in stmmac_tso_xmit()
3249 1, tx_q->tx_skbuff_dma[first_entry].last_segment, in stmmac_tso_xmit()
3271 __func__, tx_q->cur_tx, tx_q->dirty_tx, first_entry, in stmmac_tso_xmit()
3307 unsigned int first_entry, tx_packets, enh_desc; in stmmac_xmit() local
3351 first_entry = entry; in stmmac_xmit()
3352 WARN_ON(tx_q->tx_skbuff[first_entry]); in stmmac_xmit()
3458 __func__, tx_q->cur_tx, tx_q->dirty_tx, first_entry, in stmmac_xmit()
3490 tx_q->tx_skbuff_dma[first_entry].buf = des; in stmmac_xmit()
3494 tx_q->tx_skbuff_dma[first_entry].len = nopaged_len; in stmmac_xmit()
3495 tx_q->tx_skbuff_dma[first_entry].last_segment = last_segment; in stmmac_xmit()
3513 tbs_desc = &tx_q->dma_entx[first_entry]; in stmmac_xmit()