/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_io.h | 34 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
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_io.h | 22 struct host_sg_desc sg_desc[FNIC_DFLT_SG_DESC_CNT]; member 26 struct host_sg_desc sg_desc[FNIC_MAX_SG_DESC_CNT]; member
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_io.h | 33 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
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_io.h | 19 struct snic_sg_desc sg_desc[SNIC_DFLT_SG_DESC_CNT]; member 23 struct snic_sg_desc sg_desc[SNIC_MAX_SG_DESC_CNT]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_txrx.c | 330 struct ionic_rxq_sg_desc *sg_desc; in ionic_rx_fill() local 346 sg_desc = desc_info->sg_desc; in ionic_rx_fill() 374 sg_elem = &sg_desc->elems[j]; in ionic_rx_fill() 603 struct ionic_txq_sg_desc *sg_desc = desc_info->sg_desc; in ionic_tx_clean() local 604 struct ionic_txq_sg_elem *elem = sg_desc->elems; in ionic_tx_clean() 778 struct ionic_txq_sg_desc *sg_desc = q->info[q->head_idx].txq_sg_desc; in ionic_tx_tso_next() local 781 *elem = sg_desc->elems; in ionic_tx_tso_next() 1034 struct ionic_txq_sg_desc *sg_desc in ionic_tx_skb_frags() local [all...] |
H A D | ionic_dev.h | 185 void *sg_desc; member
|
H A D | ionic_dev.c | 583 cur->sg_desc = base + (i * q->sg_desc_size); in ionic_q_sg_map()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/ |
H A D | hix5hd2_gmac.c | 219 struct sg_desc *desc; 230 struct sg_desc { struct 569 struct sg_desc *desc; in hix5hd2_clean_sg_desc() 705 struct sg_desc *desc; in hix5hd2_fill_sg_desc() 765 addr = priv->tx_ring.phys_addr + pos * sizeof(struct sg_desc); in hix5hd2_net_xmit() 1024 struct sg_desc *desc; in hix5hd2_init_sg_desc_queue() 1028 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_init_sg_desc_queue() 1043 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_destroy_sg_desc_queue()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/ |
H A D | hix5hd2_gmac.c | 219 struct sg_desc *desc; 230 struct sg_desc { struct 569 struct sg_desc *desc; in hix5hd2_clean_sg_desc() 705 struct sg_desc *desc; in hix5hd2_fill_sg_desc() 765 addr = priv->tx_ring.phys_addr + pos * sizeof(struct sg_desc); in hix5hd2_net_xmit() 1024 struct sg_desc *desc; in hix5hd2_init_sg_desc_queue() 1028 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_init_sg_desc_queue() 1043 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_destroy_sg_desc_queue()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_txrx.c | 418 struct ionic_rxq_sg_desc *sg_desc; in ionic_rx_fill() local 464 sg_desc = desc_info->sg_desc; in ionic_rx_fill() 466 sg_elem = &sg_desc->elems[j]; in ionic_rx_fill() 487 sg_elem = &sg_desc->elems[j]; in ionic_rx_fill() 1201 struct ionic_txq_sg_desc *sg_desc = desc_info->txq_sg_desc; in ionic_tx_skb_frags() local 1203 struct ionic_txq_sg_elem *elem = sg_desc->elems; in ionic_tx_skb_frags()
|
H A D | ionic_dev.h | 215 void *sg_desc; member
|
H A D | ionic_dev.c | 759 cur->sg_desc = base + (i * q->sg_desc_size); in ionic_q_sg_map()
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 62 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()
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 62 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()
|