Lines Matching refs:rxIdx
202 if (info->rxbd[info->rxIdx].cbd_sc & BD_ENET_RX_EMPTY) { in fec_recv()
207 length = info->rxbd[info->rxIdx].cbd_datlen; in fec_recv()
209 if (info->rxbd[info->rxIdx].cbd_sc & 0x003f) { in fec_recv()
212 info->rxbd[info->rxIdx].cbd_sc); in fec_recv()
216 info->rxbd[info->rxIdx].cbd_sc); in fec_recv()
222 net_process_received_packet(net_rx_packets[info->rxIdx], in fec_recv()
229 info->rxbd[info->rxIdx].cbd_datlen = 0; in fec_recv()
232 if (info->rxIdx == LAST_PKTBUFSRX) { in fec_recv()
234 info->rxIdx = 0; in fec_recv()
236 info->rxbd[info->rxIdx].cbd_sc = BD_ENET_RX_EMPTY; in fec_recv()
237 info->rxIdx++; in fec_recv()
470 info->rxIdx = 0; in fec_init()
533 info->rxIdx = info->txIdx = 0; in fec_halt()