Searched refs:rx_jmb_cons_idx (Results 1 – 2 of 2) sorted by relevance
6517 tnapi->prodring.rx_jmb_cons_idx); in tg3_dump_state()7138 if (spr->rx_jmb_cons_idx == src_prod_idx) in tg3_rx_prodring_xfer()7141 if (spr->rx_jmb_cons_idx < src_prod_idx) in tg3_rx_prodring_xfer()7142 cpycnt = src_prod_idx - spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7145 spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7150 si = spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7182 spr->rx_jmb_cons_idx = (spr->rx_jmb_cons_idx + cpycnt) & in tg3_rx_prodring_xfer()8408 for (i = tpr->rx_jmb_cons_idx; in tg3_rx_prodring_free()8444 tpr->rx_jmb_cons_idx = 0; in tg3_rx_prodring_alloc()
2991 u32 rx_jmb_cons_idx; member