Home
last modified time | relevance | path

Searched refs:hinic_sge (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_common.h24 struct hinic_sge { struct
34 void hinic_set_sge(struct hinic_sge *sge, dma_addr_t addr, int len); argument
36 dma_addr_t hinic_sge_to_dma(struct hinic_sge *sge);
Dhinic_hw_qp.h153 struct hinic_sq_wqe *wqe, struct hinic_sge *sges,
176 void hinic_sq_get_sges(struct hinic_sq_wqe *wqe, struct hinic_sge *sges,
198 u16 cons_idx, struct hinic_sge *sge);
201 struct hinic_rq_wqe *wqe, struct hinic_sge *sge);
Dhinic_tx.h44 struct hinic_sge *sges;
45 struct hinic_sge *free_sges;
Dhinic_common.c64 void hinic_set_sge(struct hinic_sge *sge, dma_addr_t addr, int len) in hinic_set_sge()
77 dma_addr_t hinic_sge_to_dma(struct hinic_sge *sge) in hinic_sge_to_dma()
Dhinic_hw_wqe.h247 struct hinic_sge sge;
266 struct hinic_sge sge;
316 struct hinic_sge sge;
343 struct hinic_sge sge;
Dhinic_rx.c172 struct hinic_sge sge; in rx_alloc_pkts()
224 struct hinic_sge sge; in free_all_rx_skbs()
265 struct hinic_sge sge; in rx_recv_jumbo_pkt()
315 struct hinic_sge sge; in rxq_recv()
Dhinic_tx.c112 struct hinic_sge *sges) in tx_map_skb()
163 struct hinic_sge *sges) in tx_unmap_skb()
265 struct hinic_sge *sges) in tx_free_skb()
Dhinic_hw_qp.c541 struct hinic_sq_wqe *sq_wqe, struct hinic_sge *sges, in hinic_sq_prepare_wqe()
713 void hinic_sq_get_sges(struct hinic_sq_wqe *sq_wqe, struct hinic_sge *sges, in hinic_sq_get_sges()
859 u16 cons_idx, struct hinic_sge *sge) in hinic_rq_get_sge()
877 struct hinic_rq_wqe *rq_wqe, struct hinic_sge *sge) in hinic_rq_prepare_wqe()