Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_qp.h206 struct hinic_rq_wqe *hinic_rq_get_wqe(struct hinic_rq *rq,
210 struct hinic_rq_wqe *wqe, struct sk_buff *skb);
212 struct hinic_rq_wqe *hinic_rq_read_wqe(struct hinic_rq *rq,
216 struct hinic_rq_wqe *hinic_rq_read_next_wqe(struct hinic_rq *rq,
224 void hinic_rq_get_sge(struct hinic_rq *rq, struct hinic_rq_wqe *wqe,
228 struct hinic_rq_wqe *wqe, struct hinic_sge *sge);
H A Dhinic_hw_qp.c796 struct hinic_rq_wqe *hinic_rq_get_wqe(struct hinic_rq *rq, in hinic_rq_get_wqe()
816 struct hinic_rq_wqe *rq_wqe, struct sk_buff *skb) in hinic_rq_write_wqe()
837 struct hinic_rq_wqe *hinic_rq_read_wqe(struct hinic_rq *rq, in hinic_rq_read_wqe()
872 struct hinic_rq_wqe *hinic_rq_read_next_wqe(struct hinic_rq *rq, in hinic_rq_read_next_wqe()
922 void hinic_rq_get_sge(struct hinic_rq *rq, struct hinic_rq_wqe *rq_wqe, in hinic_rq_get_sge()
941 struct hinic_rq_wqe *rq_wqe, struct hinic_sge *sge) in hinic_rq_prepare_wqe()
H A Dhinic_hw_wqe.h414 struct hinic_rq_wqe { struct
426 struct hinic_rq_wqe rq_wqe; argument
H A Dhinic_rx.c196 struct hinic_rq_wqe *rq_wqe; in rx_alloc_pkts()
275 struct hinic_rq_wqe *rq_wqe; in rx_recv_jumbo_pkt()
360 struct hinic_rq_wqe *rq_wqe; in rxq_recv()