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