Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_qp.h175 struct hinic_sq_wqe *hinic_sq_get_wqe(struct hinic_sq *sq,
Dhinic_tx.c503 sq_wqe = hinic_sq_get_wqe(txq->sq, wqe_size, &prod_idx); in hinic_xmit_frame()
510 sq_wqe = hinic_sq_get_wqe(txq->sq, wqe_size, &prod_idx); in hinic_xmit_frame()
Dhinic_hw_qp.c655 struct hinic_sq_wqe *hinic_sq_get_wqe(struct hinic_sq *sq, in hinic_sq_get_wqe() function