Searched refs:hinic_put_wqe (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_wq.h101 void hinic_put_wqe(struct hinic_wq *wq, unsigned int wqe_size);
H A Dhinic_hw_qp.c768 hinic_put_wqe(sq->wq, wqe_size);
912 hinic_put_wqe(rq->wq, wqe_size);
H A Dhinic_hw_cmdq.c580 hinic_put_wqe(cmdq->wq, WQE_SCMD_SIZE);
630 hinic_put_wqe(cmdq->wq, WQE_LCMD_SIZE);
H A Dhinic_rx.c256 hinic_put_wqe(rq->wq, HINIC_RQ_WQE_SIZE);
H A Dhinic_hw_wq.c799 * hinic_put_wqe - return the wqe place to use for a new wqe
803 void hinic_put_wqe(struct hinic_wq *wq, unsigned int wqe_size) function

Completed in 274 milliseconds