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

/linux-master/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);
380 struct sg_entry *s, *last_s = NULL;
/linux-master/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;
/linux-master/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, argument
178 sg_entry->u.size[pos] = size;
180 sg_entry->u.size[3 - pos] = size;
/linux-master/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.c1561 struct sg_entry *sgp;
2534 struct sg_entry *sg; /* Pointer to SG list */
2576 sizeof(struct sg_entry) * TOTAL_SG_ENTRY,
2717 sizeof(struct sg_entry) * TOTAL_SG_ENTRY,
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h111 struct ehea_vsgentry sg_entry; member in struct:ehea_swqe::__anon751::__anon753
H A Dehea_main.c1609 struct ehea_vsgentry *sg1entry = &swqe->u.immdata_desc.sg_entry;
1649 sg1entry = &swqe->u.immdata_desc.sg_entry;

Completed in 329 milliseconds