Searched refs:hinic_sge (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/ |
D | hinic_common.h | 24 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);
|
D | hinic_hw_qp.h | 153 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);
|
D | hinic_tx.h | 44 struct hinic_sge *sges; 45 struct hinic_sge *free_sges;
|
D | hinic_common.c | 64 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()
|
D | hinic_hw_wqe.h | 247 struct hinic_sge sge; 266 struct hinic_sge sge; 316 struct hinic_sge sge; 343 struct hinic_sge sge;
|
D | hinic_rx.c | 172 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()
|
D | hinic_tx.c | 112 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()
|
D | hinic_hw_qp.c | 541 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()
|