Searched refs:rx_start_idx (Results 1 – 3 of 3) sorted by relevance
2495 u16 rx_start_idx, rx_idx; in bnx2x_run_loopback() local2571 rx_start_idx = le16_to_cpu(*fp_rx->rx_cons_sb); in bnx2x_run_loopback()2649 if (rx_idx != rx_start_idx + num_pkts) in bnx2x_run_loopback()
5807 u16 rx_start_idx, rx_idx; in bnx2_run_loopback() local5858 rx_start_idx = bnx2_get_hw_rx_cons(bnapi); in bnx2_run_loopback()5892 if (rx_idx != rx_start_idx + num_pkts) { in bnx2_run_loopback()5896 rx_buf = &rxr->rx_buf_ring[rx_start_idx]; in bnx2_run_loopback()
13426 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; in tg3_run_loopback() local13531 rx_start_idx = rnapi->hw_status->idx[0].rx_producer; in tg3_run_loopback()13561 (rx_idx == (rx_start_idx + num_pkts))) in tg3_run_loopback()13571 if (rx_idx != rx_start_idx + num_pkts) in tg3_run_loopback()13575 while (rx_idx != rx_start_idx) { in tg3_run_loopback()13576 desc = &rnapi->rx_rcb[rx_start_idx++]; in tg3_run_loopback()