Home
last modified time | relevance | path

Searched refs:sg_entry (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/genwqe/
H A Dcard_ddcb.h170 * list to describe the memory it works on. Always 8 sg_entry's form
173 struct sg_entry { struct
H A Dcard_base.h348 struct sg_entry *sgl;
H A Dcard_utils.c279 len = sizeof(struct sg_entry) * (num_pages+num_tlb + 1); in genwqe_sgl_size()
380 struct sg_entry *s, *last_s = NULL; in genwqe_setup_sgl()
/kernel/linux/linux-6.6/drivers/misc/genwqe/
H A Dcard_ddcb.h170 * list to describe the memory it works on. Always 8 sg_entry's form
173 struct sg_entry { struct
H A Dcard_base.h348 struct sg_entry *sgl;
H A Dcard_utils.c279 len = sizeof(struct sg_entry) * (num_pages+num_tlb + 1); in genwqe_sgl_size()
380 struct sg_entry *s, *last_s = NULL; in genwqe_setup_sgl()
/kernel/linux/linux-5.10/sound/pci/echoaudio/
H A Dechoaudio_dsp.h624 /* sg_entry is a single entry for the scatter-gather list. The array of struct
625 sg_entry struct is read by the DSP, so all values must be little-endian. */
629 struct sg_entry { struct
655 struct sg_entry sglist_addr[DSP_MAXPIPES];
H A Dechoaudio_dsp.c1127 struct sg_entry *list = (struct sg_entry *)pipe->sgpage.area; in sglist_add_mapping()
/kernel/linux/linux-6.6/sound/pci/echoaudio/
H A Dechoaudio_dsp.h624 /* sg_entry is a single entry for the scatter-gather list. The array of struct
625 sg_entry struct is read by the DSP, so all values must be little-endian. */
629 struct sg_entry { struct
655 struct sg_entry sglist_addr[DSP_MAXPIPES];
H A Dechoaudio_dsp.c1131 struct sg_entry *list = (struct sg_entry *)pipe->sgpage.area; in sglist_add_mapping()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h169 * @param sg_entry scatter/gather entry
173 static inline void add_sg_size(struct octeon_sg_entry *sg_entry, in add_sg_size() argument
178 sg_entry->u.size[pos] = size; in add_sg_size()
180 sg_entry->u.size[3 - pos] = size; in add_sg_size()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h169 * @param sg_entry scatter/gather entry
173 static inline void add_sg_size(struct octeon_sg_entry *sg_entry, in add_sg_size() argument
178 sg_entry->u.size[pos] = size; in add_sg_size()
180 sg_entry->u.size[3 - pos] = size; in add_sg_size()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dinitio.h341 struct sg_entry { struct
386 struct sg_entry sglist[TOTAL_SG_ENTRY]; /*54 Start of SG list */
H A Dinitio.c1564 struct sg_entry *sgp; in initio_state_5()
2535 struct sg_entry *sg; /* Pointer to SG list */ in initio_build_scb()
2577 sizeof(struct sg_entry) * TOTAL_SG_ENTRY, in initio_build_scb()
2722 sizeof(struct sg_entry) * TOTAL_SG_ENTRY, in i91u_unmap_scb()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dinitio.h341 struct sg_entry { struct
386 struct sg_entry sglist[TOTAL_SG_ENTRY]; /*54 Start of SG list */
H A Dinitio.c1562 struct sg_entry *sgp; in initio_state_5()
2535 struct sg_entry *sg; /* Pointer to SG list */ in initio_build_scb()
2577 sizeof(struct sg_entry) * TOTAL_SG_ENTRY, in initio_build_scb()
2718 sizeof(struct sg_entry) * TOTAL_SG_ENTRY, in i91u_unmap_scb()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h111 struct ehea_vsgentry sg_entry; member
H A Dehea_main.c1605 struct ehea_vsgentry *sg1entry = &swqe->u.immdata_desc.sg_entry; in write_swqe2_immediate()
1645 sg1entry = &swqe->u.immdata_desc.sg_entry; in write_swqe2_data()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h111 struct ehea_vsgentry sg_entry; member
H A Dehea_main.c1609 struct ehea_vsgentry *sg1entry = &swqe->u.immdata_desc.sg_entry; in write_swqe2_immediate()
1649 sg1entry = &swqe->u.immdata_desc.sg_entry; in write_swqe2_data()

Completed in 40 milliseconds