Searched refs:txbdp_start (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 1809 struct txbd8 *txbdp, *txbdp_start, *base, *txbdp_tstamp = NULL; in gfar_start_xmit() local 1868 txbdp = txbdp_start = tx_queue->cur_tx; in gfar_start_xmit() 1910 txbdp_start->bufPtr = cpu_to_be32(bufaddr); in gfar_start_xmit() 1961 bufaddr = be32_to_cpu(txbdp_start->bufPtr); in gfar_start_xmit() 1984 txbdp_start->lstatus = cpu_to_be32(lstatus); in gfar_start_xmit() 2023 txbdp = next_txbd(txbdp_start, base, tx_queue->tx_ring_size); in gfar_start_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 1776 struct txbd8 *txbdp, *txbdp_start, *base, *txbdp_tstamp = NULL; in gfar_start_xmit() local 1835 txbdp = txbdp_start = tx_queue->cur_tx; in gfar_start_xmit() 1877 txbdp_start->bufPtr = cpu_to_be32(bufaddr); in gfar_start_xmit() 1928 bufaddr = be32_to_cpu(txbdp_start->bufPtr); in gfar_start_xmit() 1952 txbdp_start->lstatus = cpu_to_be32(lstatus); in gfar_start_xmit() 1991 txbdp = next_txbd(txbdp_start, base, tx_queue->tx_ring_size); in gfar_start_xmit()
|
Completed in 10 milliseconds