Home
last modified time | relevance | path

Searched refs:sges (Results 1 – 9 of 9) sorted by relevance

/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c134 struct hinic_sge *sges) in tx_map_skb() argument
150 hinic_set_sge(&sges[0], dma_addr, skb_headlen(skb)); in tx_map_skb()
163 hinic_set_sge(&sges[i + 1], dma_addr, skb_frag_size(frag)); in tx_map_skb()
170 dma_unmap_page(&pdev->dev, hinic_sge_to_dma(&sges[j + 1]), in tx_map_skb()
171 sges[j + 1].len, DMA_TO_DEVICE); in tx_map_skb()
173 dma_unmap_single(&pdev->dev, hinic_sge_to_dma(&sges[0]), sges[0].len, in tx_map_skb()
185 struct hinic_sge *sges) in tx_unmap_skb() argument
193 dma_unmap_page(&pdev->dev, hinic_sge_to_dma(&sges[i + 1]), in tx_unmap_skb()
194 sges[i + 1].len, DMA_TO_DEVICE); in tx_unmap_skb()
196 dma_unmap_single(&pdev->dev, hinic_sge_to_dma(&sges[0]), sges[0].len, in tx_unmap_skb()
[all …]
Dhinic_hw_qp.c593 struct hinic_sq_wqe *sq_wqe, struct hinic_sge *sges, in hinic_sq_prepare_wqe() argument
603 sq_wqe->buf_descs[i].sge = sges[i]; in hinic_sq_prepare_wqe()
775 void hinic_sq_get_sges(struct hinic_sq_wqe *sq_wqe, struct hinic_sge *sges, in hinic_sq_get_sges() argument
781 sges[i] = sq_wqe->buf_descs[i].sge; in hinic_sq_get_sges()
782 hinic_be32_to_cpu(&sges[i], sizeof(sges[i])); in hinic_sq_get_sges()
Dhinic_hw_qp.h169 struct hinic_sq_wqe *wqe, struct hinic_sge *sges,
194 void hinic_sq_get_sges(struct hinic_sq_wqe *wqe, struct hinic_sge *sges,
Dhinic_tx.h36 struct hinic_sge *sges; member
/drivers/infiniband/core/
Drw.c200 ctx->map.sges = sge = kcalloc(sg_cnt, sizeof(*sge), GFP_KERNEL); in rdma_rw_init_map_wrs()
201 if (!ctx->map.sges) in rdma_rw_init_map_wrs()
240 kfree(ctx->map.sges); in rdma_rw_init_map_wrs()
577 kfree(ctx->map.sges); in rdma_rw_ctx_destroy()
/drivers/scsi/bfa/
Dbfi_ms.h677 struct bfi_sge_s sges[BFI_SGE_INLINE_MAX]; member
Dbfa_svc.h331 struct bfa_sge_s sges[BFI_SGE_INLINE_MAX]; member
Dbfi.h143 struct bfi_sge_s sges[BFI_SGPG_SGES_MAX]; member
Dbfa_fcpim.c2482 sge = &m->sges[0]; in bfa_ioim_send_ioreq()
2500 sgpge = sgpg->sgpg->sges; in bfa_ioim_send_ioreq()