Home
last modified time | relevance | path

Searched defs:sg_entry (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/misc/genwqe/
H A Dcard_ddcb.h173 struct sg_entry { struct
174 __be64 target_addr;
175 __be32 len;
176 __be32 flags;
/openbmc/u-boot/include/
H A Dfsl_sec.h207 struct sg_entry { struct
210 uint32_t addr_lo; /* Memory Address - lo */
211 uint32_t addr_hi; /* Memory Address of start of buffer - hi */
217 uint32_t len_flag; /* Length of the data in the frame */
221 uint32_t bpid_offset;
/openbmc/linux/sound/pci/echoaudio/
H A Dechoaudio_dsp.h629 struct sg_entry { struct
630 __le32 addr;
631 __le32 size;
/openbmc/linux/drivers/scsi/
H A Dinitio.h341 struct sg_entry { struct
342 u32 data; /* Data Pointer */
343 u32 len; /* Data Length */
/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h111 struct ehea_vsgentry sg_entry; member
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h173 static inline void add_sg_size(struct octeon_sg_entry *sg_entry, in add_sg_size()