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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D3w-sas.c721 unsigned int pae = 0; local
724 pae = 1;
742 sgl = (TW_SG_Entry_ISO *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry_ISO)/4) + pae + (sizeof(dma_addr_t) > 4 ? 1 : 0));
745 oldcommand->size += pae;
H A D3w-9xxx.c1384 unsigned int pae = 0; local
1387 pae = 1;
1406 sgl = (TW_SG_Entry *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry)/4) + pae);
1412 oldcommand->size += pae;

Completed in 122 milliseconds