Searched refs:hinic_rq_wqe (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/huawei/hinic/ |
A D | hinic_hw_qp.h | 207 struct hinic_rq_wqe *hinic_rq_get_wqe(struct hinic_rq *rq, 211 struct hinic_rq_wqe *wqe, struct sk_buff *skb); 213 struct hinic_rq_wqe *hinic_rq_read_wqe(struct hinic_rq *rq, 217 struct hinic_rq_wqe *hinic_rq_read_next_wqe(struct hinic_rq *rq, 225 void hinic_rq_get_sge(struct hinic_rq *rq, struct hinic_rq_wqe *wqe, 229 struct hinic_rq_wqe *wqe, struct hinic_sge *sge);
|
A D | hinic_hw_qp.c | 799 struct hinic_rq_wqe *hinic_rq_get_wqe(struct hinic_rq *rq, in hinic_rq_get_wqe() 819 struct hinic_rq_wqe *rq_wqe, struct sk_buff *skb) in hinic_rq_write_wqe() 840 struct hinic_rq_wqe *hinic_rq_read_wqe(struct hinic_rq *rq, in hinic_rq_read_wqe() 875 struct hinic_rq_wqe *hinic_rq_read_next_wqe(struct hinic_rq *rq, in hinic_rq_read_next_wqe() 925 void hinic_rq_get_sge(struct hinic_rq *rq, struct hinic_rq_wqe *rq_wqe, in hinic_rq_get_sge() 944 struct hinic_rq_wqe *rq_wqe, struct hinic_sge *sge) in hinic_rq_prepare_wqe()
|
A D | hinic_hw_wqe.h | 439 struct hinic_rq_wqe { struct 451 struct hinic_rq_wqe rq_wqe; argument
|
A D | hinic_rx.c | 198 struct hinic_rq_wqe *rq_wqe; in rx_alloc_pkts() 277 struct hinic_rq_wqe *rq_wqe; in rx_recv_jumbo_pkt() 362 struct hinic_rq_wqe *rq_wqe; in rxq_recv()
|
Completed in 14 milliseconds