Searched refs:rx_jmb_cons_idx (Results 1 – 2 of 2) sorted by relevance
6503 tnapi->prodring.rx_jmb_cons_idx); in tg3_dump_state()7114 if (spr->rx_jmb_cons_idx == src_prod_idx) in tg3_rx_prodring_xfer()7117 if (spr->rx_jmb_cons_idx < src_prod_idx) in tg3_rx_prodring_xfer()7118 cpycnt = src_prod_idx - spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7121 spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7126 si = spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7158 spr->rx_jmb_cons_idx = (spr->rx_jmb_cons_idx + cpycnt) & in tg3_rx_prodring_xfer()8347 for (i = tpr->rx_jmb_cons_idx; in tg3_rx_prodring_free()8383 tpr->rx_jmb_cons_idx = 0; in tg3_rx_prodring_alloc()
2991 u32 rx_jmb_cons_idx; member