Searched refs:hinic_sge (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/huawei/hinic/ |
A D | hinic_common.h | 15 struct hinic_sge { struct 25 void hinic_set_sge(struct hinic_sge *sge, dma_addr_t addr, int len); argument 27 dma_addr_t hinic_sge_to_dma(struct hinic_sge *sge);
|
A D | hinic_hw_qp.h | 179 struct hinic_sq_wqe *wqe, struct hinic_sge *sges, 204 void hinic_sq_get_sges(struct hinic_sq_wqe *wqe, struct hinic_sge *sges, 226 u16 cons_idx, struct hinic_sge *sge); 229 struct hinic_rq_wqe *wqe, struct hinic_sge *sge);
|
A D | hinic_common.c | 55 void hinic_set_sge(struct hinic_sge *sge, dma_addr_t addr, int len) in hinic_set_sge() 68 dma_addr_t hinic_sge_to_dma(struct hinic_sge *sge) in hinic_sge_to_dma()
|
A D | hinic_tx.h | 36 struct hinic_sge *sges; 37 struct hinic_sge *free_sges;
|
A D | hinic_hw_wqe.h | 334 struct hinic_sge sge; 353 struct hinic_sge sge; 403 struct hinic_sge sge; 430 struct hinic_sge sge;
|
A D | hinic_rx.c | 200 struct hinic_sge sge; in rx_alloc_pkts() 249 struct hinic_sge sge; in free_all_rx_skbs() 279 struct hinic_sge sge; in rx_recv_jumbo_pkt() 367 struct hinic_sge sge; in rxq_recv()
|
A D | hinic_hw_qp.c | 597 struct hinic_sq_wqe *sq_wqe, struct hinic_sge *sges, in hinic_sq_prepare_wqe() 780 void hinic_sq_get_sges(struct hinic_sq_wqe *sq_wqe, struct hinic_sge *sges, in hinic_sq_get_sges() 926 u16 cons_idx, struct hinic_sge *sge) in hinic_rq_get_sge() 944 struct hinic_rq_wqe *rq_wqe, struct hinic_sge *sge) in hinic_rq_prepare_wqe()
|
A D | hinic_tx.c | 134 struct hinic_sge *sges) in tx_map_skb() 185 struct hinic_sge *sges) in tx_unmap_skb() 655 struct hinic_sge *sges) in tx_free_skb()
|
Completed in 18 milliseconds