Home
last modified time | relevance | path

Searched refs:sg_entry (Results 1 – 8 of 8) sorted by relevance

/drivers/misc/genwqe/
Dcard_ddcb.h173 struct sg_entry { struct
Dcard_base.h348 struct sg_entry *sgl;
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()
/drivers/scsi/
Dinitio.h341 struct sg_entry { struct
386 struct sg_entry sglist[TOTAL_SG_ENTRY]; /*54 Start of SG list */
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()
/drivers/net/ethernet/cavium/liquidio/
Dliquidio_common.h173 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()
/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h111 struct ehea_vsgentry sg_entry; member
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()