Searched refs:HPSA_SG_LAST (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A Dhpsa_cmd.h32 #define HPSA_SG_LAST 0x40000000 macro
H A Dhpsa.c2839 cp->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* we are not chaining */
4623 (curr_sg - 1)->Ext = cpu_to_le32(HPSA_SG_LAST);
4788 (--curr_sg)->Ext = cpu_to_le32(HPSA_SG_LAST);
6462 c->SG[0].Ext = cpu_to_le32(HPSA_SG_LAST); /* not chaining */
6574 c->SG[--i].Ext = cpu_to_le32(HPSA_SG_LAST);

Completed in 215 milliseconds