Searched refs:rx_jmb_cons_idx (Results 1 – 2 of 2) sorted by relevance
6509 tnapi->prodring.rx_jmb_cons_idx); in tg3_dump_state()7120 if (spr->rx_jmb_cons_idx == src_prod_idx) in tg3_rx_prodring_xfer()7123 if (spr->rx_jmb_cons_idx < src_prod_idx) in tg3_rx_prodring_xfer()7124 cpycnt = src_prod_idx - spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7127 spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7132 si = spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7164 spr->rx_jmb_cons_idx = (spr->rx_jmb_cons_idx + cpycnt) & in tg3_rx_prodring_xfer()8355 for (i = tpr->rx_jmb_cons_idx; in tg3_rx_prodring_free()8391 tpr->rx_jmb_cons_idx = 0; in tg3_rx_prodring_alloc()
2991 u32 rx_jmb_cons_idx; member