Searched refs:rx_jmb_cons_idx (Results 1 – 2 of 2) sorted by relevance
6498 tnapi->prodring.rx_jmb_cons_idx); in tg3_dump_state()7110 if (spr->rx_jmb_cons_idx == src_prod_idx) in tg3_rx_prodring_xfer()7113 if (spr->rx_jmb_cons_idx < src_prod_idx) in tg3_rx_prodring_xfer()7114 cpycnt = src_prod_idx - spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7117 spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7122 si = spr->rx_jmb_cons_idx; in tg3_rx_prodring_xfer()7154 spr->rx_jmb_cons_idx = (spr->rx_jmb_cons_idx + cpycnt) & in tg3_rx_prodring_xfer()8344 for (i = tpr->rx_jmb_cons_idx; in tg3_rx_prodring_free()8380 tpr->rx_jmb_cons_idx = 0; in tg3_rx_prodring_alloc()
2991 u32 rx_jmb_cons_idx; member