Home
last modified time | relevance | path

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

/drivers/net/ethernet/huawei/hinic/
A Dhinic_tx.c133 struct hinic_sge *sges) in tx_map_skb() argument
172 dma_unmap_single(&pdev->dev, hinic_sge_to_dma(&sges[0]), sges[0].len, in tx_map_skb()
184 struct hinic_sge *sges) in tx_unmap_skb() argument
195 dma_unmap_single(&pdev->dev, hinic_sge_to_dma(&sges[0]), sges[0].len, in tx_unmap_skb()
634 tx_unmap_skb(nic_dev, skb, txq->sges); in hinic_xmit_frame()
654 struct hinic_sge *sges) in tx_free_skb() argument
656 tx_unmap_skb(nic_dev, skb, sges); in tx_free_skb()
874 sizeof(*txq->sges), GFP_KERNEL); in hinic_init_txq()
875 if (!txq->sges) in hinic_init_txq()
913 devm_kfree(&netdev->dev, txq->sges); in hinic_init_txq()
[all …]
A Dhinic_hw_qp.c595 struct hinic_sge *sges, int nr_sges) in hinic_sq_prepare_wqe() argument
604 sq_wqe->buf_descs[i].sge = sges[i]; in hinic_sq_prepare_wqe()
777 void hinic_sq_get_sges(struct hinic_sq_wqe *sq_wqe, struct hinic_sge *sges, in hinic_sq_get_sges() argument
783 sges[i] = sq_wqe->buf_descs[i].sge; in hinic_sq_get_sges()
784 hinic_be32_to_cpu(&sges[i], sizeof(sges[i])); in hinic_sq_get_sges()
A Dhinic_hw_qp.h179 struct hinic_sge *sges, int nr_sges);
203 void hinic_sq_get_sges(struct hinic_sq_wqe *wqe, struct hinic_sge *sges,
A Dhinic_tx.h36 struct hinic_sge *sges; member
/drivers/infiniband/core/
A Drw.c206 ctx->map.sges = sge = kcalloc(sg_cnt, sizeof(*sge), GFP_KERNEL); in rdma_rw_init_map_wrs()
207 if (!ctx->map.sges) in rdma_rw_init_map_wrs()
246 kfree(ctx->map.sges); in rdma_rw_init_map_wrs()
588 kfree(ctx->map.sges); in rdma_rw_ctx_destroy()
/drivers/scsi/bfa/
A Dbfi_ms.h677 struct bfi_sge_s sges[BFI_SGE_INLINE_MAX]; member
A Dbfa_svc.h333 struct bfa_sge_s sges[BFI_SGE_INLINE_MAX]; member
A Dbfi.h143 struct bfi_sge_s sges[BFI_SGPG_SGES_MAX]; member
A Dbfa_fcpim.c2425 sge = &m->sges[0]; in bfa_ioim_send_ioreq()
2443 sgpge = sgpg->sgpg->sges; in bfa_ioim_send_ioreq()

Completed in 36 milliseconds