Home
last modified time | relevance | path

Searched refs:sg_desc (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/fnic/
Dfnic_io.h34 struct host_sg_desc sg_desc[FNIC_DFLT_SG_DESC_CNT]; member
38 struct host_sg_desc sg_desc[FNIC_MAX_SG_DESC_CNT]; member
/Linux-v4.19/drivers/scsi/snic/
Dsnic_io.h33 struct snic_sg_desc sg_desc[SNIC_DFLT_SG_DESC_CNT]; member
37 struct snic_sg_desc sg_desc[SNIC_MAX_SG_DESC_CNT]; member
/Linux-v4.19/drivers/net/ethernet/hisilicon/
Dhix5hd2_gmac.c223 struct sg_desc *desc;
234 struct sg_desc { struct
573 struct sg_desc *desc; in hix5hd2_clean_sg_desc()
709 struct sg_desc *desc; in hix5hd2_fill_sg_desc()
769 addr = priv->tx_ring.phys_addr + pos * sizeof(struct sg_desc); in hix5hd2_net_xmit()
1028 struct sg_desc *desc; in hix5hd2_init_sg_desc_queue()
1031 desc = (struct sg_desc *)dma_alloc_coherent(priv->dev, in hix5hd2_init_sg_desc_queue()
1032 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_init_sg_desc_queue()
1047 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_destroy_sg_desc_queue()
/Linux-v4.19/drivers/media/pci/cobalt/
Dcobalt-v4l2.c62 struct sg_table *sg_desc = vb2_dma_sg_plane_desc(vb, 0); in cobalt_buf_init() local
80 ret = descriptor_list_create(cobalt, sg_desc->sgl, in cobalt_buf_init()
81 !s->is_output, sg_desc->nents, size, in cobalt_buf_init()