Home
last modified time | relevance | path

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

/drivers/net/ethernet/huawei/hinic3/
A Dhinic3_rx.c81 rx_info = &rxq->rx_info[rxq->next_to_update]; in hinic3_rx_fill_buffers()
90 rq_wqe_buf_set(rxq->rq, rxq->next_to_update, dma_addr, in hinic3_rx_fill_buffers()
92 rxq->next_to_update = (rxq->next_to_update + 1) & rxq->q_mask; in hinic3_rx_fill_buffers()
97 rxq->next_to_update << HINIC3_NORMAL_RQ_WQE); in hinic3_rx_fill_buffers()
99 rxq->next_to_alloc = rxq->next_to_update; in hinic3_rx_fill_buffers()
A Dhinic3_rx.h79 u16 next_to_update; member

Completed in 5 milliseconds