Home
last modified time | relevance | path

Searched refs:Ext (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/
Dhpsa_cmd.h377 __le32 Ext; member
Dhpsa.c2289 chain_sg->Ext = cpu_to_le32(HPSA_SG_CHAIN); in hpsa_map_sg_chain_block()
2821 cp->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* we are not chaining */ in hpsa_map_one()
4536 desc->Ext = 0; in hpsa_set_sg_descriptor()
4593 (curr_sg - 1)->Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_scatter_gather()
4755 curr_sg->Ext = cpu_to_le32(0); in hpsa_scsi_ioaccel1_queue_command()
4758 (--curr_sg)->Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_scsi_ioaccel1_queue_command()
6405 c->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* not chaining */ in hpsa_passthru_ioctl()
6531 c->SG[i].Ext = cpu_to_le32(0); in hpsa_big_passthru_ioctl()
6533 c->SG[--i].Ext = cpu_to_le32(HPSA_SG_LAST); in hpsa_big_passthru_ioctl()
/drivers/scsi/mpt3sas/mpi/
Dmpi2_cnfg.h294 MPI2_CONFIG_EXTENDED_PAGE_HEADER Ext; member