Searched refs:rx_start_idx (Results 1 – 3 of 3) sorted by relevance
2501 u16 rx_start_idx, rx_idx; in bnx2x_run_loopback() local2577 rx_start_idx = le16_to_cpu(*fp_rx->rx_cons_sb); in bnx2x_run_loopback()2655 if (rx_idx != rx_start_idx + num_pkts) in bnx2x_run_loopback()
5792 u16 rx_start_idx, rx_idx; in bnx2_run_loopback() local5843 rx_start_idx = bnx2_get_hw_rx_cons(bnapi); in bnx2_run_loopback()5877 if (rx_idx != rx_start_idx + num_pkts) { in bnx2_run_loopback()5881 rx_buf = &rxr->rx_buf_ring[rx_start_idx]; in bnx2_run_loopback()
13531 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; in tg3_run_loopback() local13636 rx_start_idx = rnapi->hw_status->idx[0].rx_producer; in tg3_run_loopback()13666 (rx_idx == (rx_start_idx + num_pkts))) in tg3_run_loopback()13676 if (rx_idx != rx_start_idx + num_pkts) in tg3_run_loopback()13680 while (rx_idx != rx_start_idx) { in tg3_run_loopback()13681 desc = &rnapi->rx_rcb[rx_start_idx++]; in tg3_run_loopback()