Searched refs:SgEntryRaw (Results 1 – 4 of 4) sorted by relevance
1371 sg->SgEntryRaw[i].SgAddress = segs[i].ds_addr; in aacraid_map_command_sg()1372 sg->SgEntryRaw[i].SgByteCount = segs[i].ds_len; in aacraid_map_command_sg()1373 sg->SgEntryRaw[i].Next = 0; in aacraid_map_command_sg()1374 sg->SgEntryRaw[i].Prev = 0; in aacraid_map_command_sg()1375 sg->SgEntryRaw[i].Flags = 0; in aacraid_map_command_sg()1376 aac_sg_entryraw_tole(&sg->SgEntryRaw[i]); in aacraid_map_command_sg()
355 struct aac_sg_entryraw SgEntryRaw[0]; member
1568 sg->SgEntryRaw[i].SgAddress = segs[i].ds_addr; in aac_map_command_sg()1569 sg->SgEntryRaw[i].SgByteCount = segs[i].ds_len; in aac_map_command_sg()1570 sg->SgEntryRaw[i].Next = 0; in aac_map_command_sg()1571 sg->SgEntryRaw[i].Prev = 0; in aac_map_command_sg()1572 sg->SgEntryRaw[i].Flags = 0; in aac_map_command_sg()
408 struct aac_sg_entryraw SgEntryRaw[0]; member