Searched refs:rx_start_idx (Results 1 – 3 of 3) sorted by relevance
2503 u16 rx_start_idx, rx_idx; in bnx2x_run_loopback() local2579 rx_start_idx = le16_to_cpu(*fp_rx->rx_cons_sb); in bnx2x_run_loopback()2657 if (rx_idx != rx_start_idx + num_pkts) in bnx2x_run_loopback()
5791 u16 rx_start_idx, rx_idx; in bnx2_run_loopback() local5842 rx_start_idx = bnx2_get_hw_rx_cons(bnapi); in bnx2_run_loopback()5876 if (rx_idx != rx_start_idx + num_pkts) { in bnx2_run_loopback()5880 rx_buf = &rxr->rx_buf_ring[rx_start_idx]; in bnx2_run_loopback()
13416 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; in tg3_run_loopback() local13521 rx_start_idx = rnapi->hw_status->idx[0].rx_producer; in tg3_run_loopback()13551 (rx_idx == (rx_start_idx + num_pkts))) in tg3_run_loopback()13561 if (rx_idx != rx_start_idx + num_pkts) in tg3_run_loopback()13565 while (rx_idx != rx_start_idx) { in tg3_run_loopback()13566 desc = &rnapi->rx_rcb[rx_start_idx++]; in tg3_run_loopback()