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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c116 #define MTHCA_ARRAY_MASK (PAGE_SIZE / sizeof (void *) - 1) macro
123 return array->page_list[p].page[index & MTHCA_ARRAY_MASK];
139 array->page_list[p].page[index & MTHCA_ARRAY_MASK] = value;
153 array->page_list[p].page[index & MTHCA_ARRAY_MASK] = NULL;

Completed in 95 milliseconds