Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac-mac.c873 u32 next_produce_idx; in emac_mac_rx_descs_refill() local
875 next_produce_idx = rx_q->rfd.produce_idx + 1; in emac_mac_rx_descs_refill()
876 if (next_produce_idx == rx_q->rfd.count) in emac_mac_rx_descs_refill()
877 next_produce_idx = 0; in emac_mac_rx_descs_refill()
880 next_rxbuf = GET_RFD_BUFFER(rx_q, next_produce_idx); in emac_mac_rx_descs_refill()
905 next_produce_idx = rx_q->rfd.produce_idx + 1; in emac_mac_rx_descs_refill()
906 if (next_produce_idx == rx_q->rfd.count) in emac_mac_rx_descs_refill()
907 next_produce_idx = 0; in emac_mac_rx_descs_refill()
910 next_rxbuf = GET_RFD_BUFFER(rx_q, next_produce_idx); in emac_mac_rx_descs_refill()