Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_rx.c217 rq_wqe = hinic_rq_get_wqe(rxq->rq, HINIC_RQ_WQE_SIZE, in rx_alloc_pkts()
250 while ((hw_wqe = hinic_read_wqe(rq->wq, HINIC_RQ_WQE_SIZE, &ci))) { in free_all_rx_skbs()
256 hinic_put_wqe(rq->wq, HINIC_RQ_WQE_SIZE); in free_all_rx_skbs()
281 rq_wqe = hinic_rq_read_next_wqe(rxq->rq, HINIC_RQ_WQE_SIZE, in rx_recv_jumbo_pkt()
379 rq_wqe = hinic_rq_read_wqe(rxq->rq, HINIC_RQ_WQE_SIZE, &skb, in rxq_recv()
408 (num_wqes + 1) * HINIC_RQ_WQE_SIZE); in rxq_recv()
H A Dhinic_hw_wqe.h208 #define HINIC_RQ_WQE_SIZE 32 macro
H A Dhinic_hw_io.c293 func_to_io->rq_depth, HINIC_RQ_WQE_SIZE); in init_qp()