Home
last modified time | relevance | path

Searched refs:hw_rrd (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/qualcomm/emac/
Demac-mac.c994 u32 *hw_rrd = EMAC_RRD(rx_q, adpt->rrd_size, rx_q->rrd.consume_idx); in emac_rx_process_rrd() local
996 rrd->word[3] = *(hw_rrd + 3); in emac_rx_process_rrd()
1004 rrd->word[0] = *(hw_rrd++); in emac_rx_process_rrd()
1005 rrd->word[1] = *(hw_rrd++); in emac_rx_process_rrd()
1006 rrd->word[2] = *(hw_rrd++); in emac_rx_process_rrd()
1016 *hw_rrd = rrd->word[3]; in emac_rx_process_rrd()