Searched refs:hinic_rq_wqe (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_qp.h | 197 struct hinic_rq_wqe *hinic_rq_get_wqe(struct hinic_rq *rq, 201 struct hinic_rq_wqe *wqe, struct sk_buff *skb); 203 struct hinic_rq_wqe *hinic_rq_read_wqe(struct hinic_rq *rq, 207 struct hinic_rq_wqe *hinic_rq_read_next_wqe(struct hinic_rq *rq, 215 void hinic_rq_get_sge(struct hinic_rq *rq, struct hinic_rq_wqe *wqe, 219 struct hinic_rq_wqe *wqe, struct hinic_sge *sge);
|
D | hinic_hw_qp.c | 794 struct hinic_rq_wqe *hinic_rq_get_wqe(struct hinic_rq *rq, in hinic_rq_get_wqe() 814 struct hinic_rq_wqe *rq_wqe, struct sk_buff *skb) in hinic_rq_write_wqe() 835 struct hinic_rq_wqe *hinic_rq_read_wqe(struct hinic_rq *rq, in hinic_rq_read_wqe() 870 struct hinic_rq_wqe *hinic_rq_read_next_wqe(struct hinic_rq *rq, in hinic_rq_read_next_wqe() 920 void hinic_rq_get_sge(struct hinic_rq *rq, struct hinic_rq_wqe *rq_wqe, in hinic_rq_get_sge() 939 struct hinic_rq_wqe *rq_wqe, struct hinic_sge *sge) in hinic_rq_prepare_wqe()
|
D | hinic_rx.c | 199 struct hinic_rq_wqe *rq_wqe; in rx_alloc_pkts() 280 struct hinic_rq_wqe *rq_wqe; in rx_recv_jumbo_pkt() 332 struct hinic_rq_wqe *rq_wqe; in rxq_recv()
|
D | hinic_hw_wqe.h | 439 struct hinic_rq_wqe { struct 451 struct hinic_rq_wqe rq_wqe; argument
|