Home
last modified time | relevance | path

Searched refs:next_to_update (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_rx.c154 rx_info = &rxq->rx_info[rxq->next_to_update]; in hinic3_rx_fill_buffers()
163 rq_wqe_buf_set(rxq->rq, rxq->next_to_update, dma_addr, in hinic3_rx_fill_buffers()
165 rxq->next_to_update = (rxq->next_to_update + 1) & rxq->q_mask; in hinic3_rx_fill_buffers()
170 rxq->next_to_update << HINIC3_NORMAL_RQ_WQE); in hinic3_rx_fill_buffers()
172 rxq->next_to_alloc = rxq->next_to_update; in hinic3_rx_fill_buffers()
512 rxq->next_to_update = 0; in hinic3_configure_rxqs()
H A Dhinic3_rx.h95 u16 next_to_update; member