Searched refs:HINIC_RQ_WQE_SIZE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_rx.c | 217 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 D | hinic_hw_wqe.h | 208 #define HINIC_RQ_WQE_SIZE 32 macro
|
H A D | hinic_hw_io.c | 293 func_to_io->rq_depth, HINIC_RQ_WQE_SIZE); in init_qp()
|