Home
last modified time | relevance | path

Searched refs:sw_rx_cons (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
HDqlnx_os.c3911 rxq->sw_rx_cons = (rxq->sw_rx_cons + 1) & (RX_RING_SIZE - 1); in qlnx_rx_jumbo_chain()
3913 sw_rx_data = &rxq->sw_rx_ring[rxq->sw_rx_cons]; in qlnx_rx_jumbo_chain()
3919 rxq->sw_rx_cons = in qlnx_rx_jumbo_chain()
3920 (rxq->sw_rx_cons + 1) & (RX_RING_SIZE - 1); in qlnx_rx_jumbo_chain()
4021 sw_rx_data = &rxq->sw_rx_ring[rxq->sw_rx_cons]; in qlnx_tpa_start()
4030 rxq->sw_rx_cons = (rxq->sw_rx_cons + 1) & (RX_RING_SIZE - 1); in qlnx_tpa_start()
4038 rxq->sw_rx_cons, le16toh(cqe->pars_flags.flags)); in qlnx_tpa_start()
4085 rxq->sw_rx_cons = (rxq->sw_rx_cons + 1) & (RX_RING_SIZE - 1); in qlnx_tpa_start()
4116 rxq->sw_rx_cons = (rxq->sw_rx_cons + 1) & (RX_RING_SIZE - 1); in qlnx_tpa_start()
4136 rxq->sw_rx_cons = (rxq->sw_rx_cons + 1) & (RX_RING_SIZE - 1); in qlnx_tpa_start()
[all …]
HDqlnx_def.h111 uint16_t sw_rx_cons; member
/freebsd-13-stable/sys/dev/bce/
HDif_bce.c6416 u16 sw_rx_cons, sw_rx_cons_idx, hw_rx_cons; in bce_rx_intr() local
6443 sw_rx_cons = sc->rx_cons; in bce_rx_intr()
6455 while (sw_rx_cons != hw_rx_cons) { in bce_rx_intr()
6459 sw_rx_cons_idx = RX_CHAIN_IDX(sw_rx_cons); in bce_rx_intr()
6704 sw_rx_cons = NEXT_RX_BD(sw_rx_cons); in bce_rx_intr()
6709 sc->rx_cons = sw_rx_cons; in bce_rx_intr()
6717 sw_rx_cons = sc->rx_cons; in bce_rx_intr()
6722 if (sw_rx_cons == hw_rx_cons) in bce_rx_intr()
6733 sc->rx_cons = sw_rx_cons; in bce_rx_intr()