/kernel/linux/linux-5.10/drivers/misc/genwqe/ |
H A D | card_ddcb.h | 170 * list to describe the memory it works on. Always 8 sg_entry's form 173 struct sg_entry { struct
|
H A D | card_base.h | 348 struct sg_entry *sgl;
|
H A D | card_utils.c | 279 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 D | card_ddcb.h | 170 * list to describe the memory it works on. Always 8 sg_entry's form 173 struct sg_entry { struct
|
H A D | card_base.h | 348 struct sg_entry *sgl;
|
H A D | card_utils.c | 279 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 D | echoaudio_dsp.h | 624 /* 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 D | echoaudio_dsp.c | 1127 struct sg_entry *list = (struct sg_entry *)pipe->sgpage.area; in sglist_add_mapping()
|
/kernel/linux/linux-6.6/sound/pci/echoaudio/ |
H A D | echoaudio_dsp.h | 624 /* 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 D | echoaudio_dsp.c | 1131 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 D | liquidio_common.h | 169 * @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 D | liquidio_common.h | 169 * @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 D | initio.h | 341 struct sg_entry { struct 386 struct sg_entry sglist[TOTAL_SG_ENTRY]; /*54 Start of SG list */
|
H A D | initio.c | 1564 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 D | initio.h | 341 struct sg_entry { struct 386 struct sg_entry sglist[TOTAL_SG_ENTRY]; /*54 Start of SG list */
|
H A D | initio.c | 1562 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 D | ehea_qmr.h | 111 struct ehea_vsgentry sg_entry; member
|
H A D | ehea_main.c | 1605 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 D | ehea_qmr.h | 111 struct ehea_vsgentry sg_entry; member
|
H A D | ehea_main.c | 1609 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()
|