Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c111 #define MTHCA_ARRAY_MASK (PAGE_SIZE / sizeof (void *) - 1) macro
118 return array->page_list[p].page[index & MTHCA_ARRAY_MASK]; in mthca_array_get()
134 array->page_list[p].page[index & MTHCA_ARRAY_MASK] = value; in mthca_array_set()
148 array->page_list[p].page[index & MTHCA_ARRAY_MASK] = NULL; in mthca_array_clear()