Symbol: hinic_sge
drivers/net/ethernet/huawei/hinic/hinic_common.c
55
void hinic_set_sge(struct hinic_sge *sge, dma_addr_t addr, int len)
drivers/net/ethernet/huawei/hinic/hinic_common.c
68
dma_addr_t hinic_sge_to_dma(struct hinic_sge *sge)
drivers/net/ethernet/huawei/hinic/hinic_common.h
25
void hinic_set_sge(struct hinic_sge *sge, dma_addr_t addr, int len);
drivers/net/ethernet/huawei/hinic/hinic_common.h
27
dma_addr_t hinic_sge_to_dma(struct hinic_sge *sge);
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.c
595
struct hinic_sge *sges, int nr_sges)
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.c
777
void hinic_sq_get_sges(struct hinic_sq_wqe *sq_wqe, struct hinic_sge *sges,
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.c
923
u16 cons_idx, struct hinic_sge *sge)
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.c
941
struct hinic_rq_wqe *rq_wqe, struct hinic_sge *sge)
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.h
179
struct hinic_sge *sges, int nr_sges);
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.h
203
void hinic_sq_get_sges(struct hinic_sq_wqe *wqe, struct hinic_sge *sges,
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.h
225
u16 cons_idx, struct hinic_sge *sge);
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.h
228
struct hinic_rq_wqe *wqe, struct hinic_sge *sge);
drivers/net/ethernet/huawei/hinic/hinic_hw_wqe.h
309
struct hinic_sge sge;
drivers/net/ethernet/huawei/hinic/hinic_hw_wqe.h
328
struct hinic_sge sge;
drivers/net/ethernet/huawei/hinic/hinic_hw_wqe.h
378
struct hinic_sge sge;
drivers/net/ethernet/huawei/hinic/hinic_hw_wqe.h
405
struct hinic_sge sge;
drivers/net/ethernet/huawei/hinic/hinic_rx.c
198
struct hinic_sge sge;
drivers/net/ethernet/huawei/hinic/hinic_rx.c
247
struct hinic_sge sge;
drivers/net/ethernet/huawei/hinic/hinic_rx.c
277
struct hinic_sge sge;
drivers/net/ethernet/huawei/hinic/hinic_rx.c
365
struct hinic_sge sge;
drivers/net/ethernet/huawei/hinic/hinic_tx.c
133
struct hinic_sge *sges)
drivers/net/ethernet/huawei/hinic/hinic_tx.c
184
struct hinic_sge *sges)
drivers/net/ethernet/huawei/hinic/hinic_tx.c
654
struct hinic_sge *sges)
drivers/net/ethernet/huawei/hinic/hinic_tx.h
36
struct hinic_sge *sges;
drivers/net/ethernet/huawei/hinic/hinic_tx.h
37
struct hinic_sge *free_sges;