Searched refs:MEM_ALIGN_VALUE (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/qla4xxx/
H A Dql4_def.h514 #define MEM_ALIGN_VALUE \ macro
H A Dql4_os.c600 MEM_ALIGN_VALUE +
617 if ((unsigned long)ha->queues_dma & (MEM_ALIGN_VALUE - 1))
618 align = MEM_ALIGN_VALUE - ((unsigned long)ha->queues_dma &
619 (MEM_ALIGN_VALUE - 1));

Completed in 31 milliseconds