Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_rx.c222 rq_wqe = hinic_rq_get_wqe(rxq->rq, HINIC_RQ_WQE_SIZE, in rx_alloc_pkts()
255 while ((hw_wqe = hinic_read_wqe(rq->wq, HINIC_RQ_WQE_SIZE, &ci))) { in free_all_rx_skbs()
261 hinic_put_wqe(rq->wq, HINIC_RQ_WQE_SIZE); in free_all_rx_skbs()
286 rq_wqe = hinic_rq_read_next_wqe(rxq->rq, HINIC_RQ_WQE_SIZE, in rx_recv_jumbo_pkt()
348 rq_wqe = hinic_rq_read_wqe(rxq->rq, HINIC_RQ_WQE_SIZE, &skb, in rxq_recv()
374 (num_wqes + 1) * HINIC_RQ_WQE_SIZE); in rxq_recv()
Dhinic_hw_wqe.h208 #define HINIC_RQ_WQE_SIZE 32 macro
Dhinic_hw_io.c290 HINIC_RQ_DEPTH, HINIC_RQ_WQE_SIZE); in init_qp()