Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_qp.h179 struct hinic_rq_wqe *hinic_rq_get_wqe(struct hinic_rq *rq,
183 struct hinic_rq_wqe *wqe, struct sk_buff *skb);
185 struct hinic_rq_wqe *hinic_rq_read_wqe(struct hinic_rq *rq,
189 struct hinic_rq_wqe *hinic_rq_read_next_wqe(struct hinic_rq *rq,
197 void hinic_rq_get_sge(struct hinic_rq *rq, struct hinic_rq_wqe *wqe,
201 struct hinic_rq_wqe *wqe, struct hinic_sge *sge);
Dhinic_hw_qp.c732 struct hinic_rq_wqe *hinic_rq_get_wqe(struct hinic_rq *rq, in hinic_rq_get_wqe()
752 struct hinic_rq_wqe *rq_wqe, struct sk_buff *skb) in hinic_rq_write_wqe()
773 struct hinic_rq_wqe *hinic_rq_read_wqe(struct hinic_rq *rq, in hinic_rq_read_wqe()
808 struct hinic_rq_wqe *hinic_rq_read_next_wqe(struct hinic_rq *rq, in hinic_rq_read_next_wqe()
858 void hinic_rq_get_sge(struct hinic_rq *rq, struct hinic_rq_wqe *rq_wqe, in hinic_rq_get_sge()
877 struct hinic_rq_wqe *rq_wqe, struct hinic_sge *sge) in hinic_rq_prepare_wqe()
Dhinic_hw_wqe.h352 struct hinic_rq_wqe { struct
364 struct hinic_rq_wqe rq_wqe; argument
Dhinic_rx.c170 struct hinic_rq_wqe *rq_wqe; in rx_alloc_pkts()
263 struct hinic_rq_wqe *rq_wqe; in rx_recv_jumbo_pkt()
313 struct hinic_rq_wqe *rq_wqe; in rxq_recv()