Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c865 u32 next_produce_idx; in emac_mac_rx_descs_refill() local
867 next_produce_idx = rx_q->rfd.produce_idx + 1; in emac_mac_rx_descs_refill()
868 if (next_produce_idx == rx_q->rfd.count) in emac_mac_rx_descs_refill()
869 next_produce_idx = 0; in emac_mac_rx_descs_refill()
872 next_rxbuf = GET_RFD_BUFFER(rx_q, next_produce_idx); in emac_mac_rx_descs_refill()
897 next_produce_idx = rx_q->rfd.produce_idx + 1; in emac_mac_rx_descs_refill()
898 if (next_produce_idx == rx_q->rfd.count) in emac_mac_rx_descs_refill()
899 next_produce_idx = 0; in emac_mac_rx_descs_refill()
902 next_rxbuf = GET_RFD_BUFFER(rx_q, next_produce_idx); in emac_mac_rx_descs_refill()