Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac-mac.c1002 u32 *hw_rrd = EMAC_RRD(rx_q, adpt->rrd_size, rx_q->rrd.consume_idx); in emac_rx_process_rrd() local
1004 rrd->word[3] = *(hw_rrd + 3); in emac_rx_process_rrd()
1012 rrd->word[0] = *(hw_rrd++); in emac_rx_process_rrd()
1013 rrd->word[1] = *(hw_rrd++); in emac_rx_process_rrd()
1014 rrd->word[2] = *(hw_rrd++); in emac_rx_process_rrd()
1024 *hw_rrd = rrd->word[3]; in emac_rx_process_rrd()