Home
last modified time | relevance | path

Searched refs:hinic_get_wqe (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_wq.h96 struct hinic_hw_wqe *hinic_get_wqe(struct hinic_wq *wq, unsigned int wqe_size,
H A Dhinic_hw_qp.c660 struct hinic_hw_wqe *hw_wqe = hinic_get_wqe(sq->wq, wqe_size, in hinic_sq_get_wqe()
799 struct hinic_hw_wqe *hw_wqe = hinic_get_wqe(rq->wq, wqe_size, in hinic_rq_get_wqe()
H A Dhinic_hw_cmdq.c351 hw_wqe = hinic_get_wqe(wq, WQE_LCMD_SIZE, &curr_prod_idx); in cmdq_sync_cmd_direct_resp()
430 hw_wqe = hinic_get_wqe(wq, WQE_SCMD_SIZE, &curr_prod_idx); in cmdq_set_arm_bit()
H A Dhinic_hw_wq.c740 struct hinic_hw_wqe *hinic_get_wqe(struct hinic_wq *wq, unsigned int wqe_size, in hinic_get_wqe() function