Searched refs:rx_cons (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dcnic.h236 u16 rx_cons; member in struct:cnic_local
H A Db44.h365 u32 rx_prod, rx_cons; member in struct:b44
H A Dcnic.c2931 sw_cons = cp->rx_cons; cnic_l2_completion()
2951 u16 rx_cons, tx_cons; cnic_chk_pkt_rings() local
2957 rx_cons = *cp->rx_cons_ptr; cnic_chk_pkt_rings()
2959 if (cp->tx_cons != tx_cons || cp->rx_cons != rx_cons) { cnic_chk_pkt_rings()
2964 cp->rx_cons = rx_cons; cnic_chk_pkt_rings()
4626 cp->rx_cons = *cp->rx_cons_ptr; cnic_init_bnx2_rx_ring()
5047 cp->rx_cons = *cp->rx_cons_ptr; cnic_init_bnx2x_rx_ring()
H A Db44.c787 cons = bp->rx_cons; b44_rx()
860 bp->rx_cons = cons; b44_rx()
1305 bp->rx_prod = bp->rx_cons = 0; b44_chip_reset()
H A Dbnx2.c3159 sw_cons = rxr->rx_cons; bnx2_rx_int()
3298 rxr->rx_cons = sw_cons; bnx2_rx_int()
3399 if ((bnx2_get_hw_rx_cons(bnapi) != rxr->rx_cons) || bnx2_has_fast_work()
3496 if (bnx2_get_hw_rx_cons(bnapi) != rxr->rx_cons) bnx2_poll_work()
5133 rxr->rx_cons = 0; bnx2_clear_ring_states()
H A Dbnx2.h6746 u16 rx_cons; member in struct:bnx2_rx_ring_info
/linux-4.4.14/drivers/scsi/mvsas/
H A Dmv_sas.c2071 rx_prod_idx = mvi->rx_cons; mvs_int_rx()
2072 mvi->rx_cons = le32_to_cpu(mvi->rx[0]); mvs_int_rx()
2073 if (mvi->rx_cons == 0xfff) /* h/w hasn't touched RX ring yet */ mvs_int_rx()
2080 if (unlikely(mvi->rx_cons == rx_prod_idx)) mvs_int_rx()
2081 mvi->rx_cons = MVS_CHIP_DISP->rx_update(mvi) & RX_RING_SZ_MASK; mvs_int_rx()
2083 if (mvi->rx_cons == rx_prod_idx) mvs_int_rx()
2086 while (mvi->rx_cons != rx_prod_idx) { mvs_int_rx()
H A Dmv_sas.h377 u32 rx_cons; member in struct:mvs_info
H A Dmv_init.c275 mvi->rx_cons = 0xfff; mvs_alloc()
/linux-4.4.14/drivers/net/ethernet/altera/
H A Daltera_tse_main.c300 priv->rx_cons = 0; alloc_init_skbufs()
339 for (; priv->rx_cons - priv->rx_prod > 0; tse_rx_refill()
374 unsigned int entry = priv->rx_cons % priv->rx_ring_size; tse_rx()
401 next_entry = (++priv->rx_cons) % priv->rx_ring_size; tse_rx()
H A Daltera_tse.h428 u32 rx_cons; member in struct:altera_tse_private
/linux-4.4.14/drivers/tty/serial/
H A Dioc3_serial.c409 /* Once RESET is done, reload cached tx_prod and rx_cons values port_init()
H A Dioc4_serial.c844 /* Once RESET is done, reload cached tx_prod and rx_cons values port_init()

Completed in 1454 milliseconds