Searched refs:rx_jmb_cons_idx (Results 1 – 2 of 2) sorted by relevance
6482 tnapi->prodring.rx_jmb_cons_idx); in tg3_dump_state()7094 if (spr->rx_jmb_cons_idx == src_prod_idx) in tg3_rx_prodring_xfer()7097 if (spr->rx_jmb_cons_idx < src_prod_idx) in tg3_rx_prodring_xfer()7098 cpycnt = src_prod_idx - spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7101 spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7106 si = spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7138 spr->rx_jmb_cons_idx = (spr->rx_jmb_cons_idx + cpycnt) & in tg3_rx_prodring_xfer()8331 for (i = tpr->rx_jmb_cons_idx; in tg3_rx_prodring_free()8367 tpr->rx_jmb_cons_idx = 0; in tg3_rx_prodring_alloc()
2973 u32 rx_jmb_cons_idx; member