Searched refs:sg_entry (Results 1 – 10 of 10) sorted by relevance
152 let sg_entry = match self.sg_entries.get(sg_idx) { in validate_parent_fixup() localVariable153 Some(sg_entry) => sg_entry, in validate_parent_fixup()164 if sg_entry.fixup_min_offset > parent_offset { in validate_parent_fixup()167 sg_entry.fixup_min_offset, in validate_parent_fixup()173 if new_min_offset > sg_entry.length { in validate_parent_fixup()177 sg_entry.length in validate_parent_fixup()181 let target_offset = sg_entry.offset.checked_add(parent_offset).ok_or(EINVAL)?; in validate_parent_fixup()867 for sg_entry in &mut sg_state.sg_entries { in apply_sg()868 let mut end_of_previous_fixup = sg_entry.offset; in apply_sg()869 let offset_end = sg_entry.offset.checked_add(sg_entry.length).ok_or(EINVAL)?; in apply_sg()[all …]
629 struct sg_entry { struct655 struct sg_entry sglist_addr[DSP_MAXPIPES];
1131 struct sg_entry *list = (struct sg_entry *)pipe->sgpage.area; in sglist_add_mapping()
173 struct sg_entry { struct
348 struct sg_entry *sgl;
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()
341 struct sg_entry { struct386 struct sg_entry sglist[TOTAL_SG_ENTRY]; /*54 Start of SG list */
173 static inline void add_sg_size(struct octeon_sg_entry *sg_entry, in add_sg_size() argument178 sg_entry->u.size[pos] = size; in add_sg_size()180 sg_entry->u.size[3 - pos] = size; in add_sg_size()
111 struct ehea_vsgentry sg_entry; member
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()