Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio_copy.c55 #define PIO_BLOCK_MASK (PIO_BLOCK_SIZE-1) macro
157 while (((unsigned long)dest & PIO_BLOCK_MASK) != 0) { in pio_copy()
851 while (((unsigned long)dest & PIO_BLOCK_MASK) != 0) { in seg_pio_copy_end()