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()
5808 u16 rx_start_idx, rx_idx; in bnx2_run_loopback() local5859 rx_start_idx = bnx2_get_hw_rx_cons(bnapi); in bnx2_run_loopback()5893 if (rx_idx != rx_start_idx + num_pkts) { in bnx2_run_loopback()5897 rx_buf = &rxr->rx_buf_ring[rx_start_idx]; in bnx2_run_loopback()
13380 u32 rx_start_idx, rx_idx, tx_idx, opaque_key; in tg3_run_loopback() local13485 rx_start_idx = rnapi->hw_status->idx[0].rx_producer; in tg3_run_loopback()13515 (rx_idx == (rx_start_idx + num_pkts))) in tg3_run_loopback()13525 if (rx_idx != rx_start_idx + num_pkts) in tg3_run_loopback()13529 while (rx_idx != rx_start_idx) { in tg3_run_loopback()13530 desc = &rnapi->rx_rcb[rx_start_idx++]; in tg3_run_loopback()