Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio_copy.c55 #define PIO_BLOCK_MASK (PIO_BLOCK_SIZE-1)
57 #define PIO_BLOCK_QWS (PIO_BLOCK_SIZE/sizeof(u64))
78 void __iomem *send = dest + PIO_BLOCK_SIZE; in pio_copy()
458 void __iomem *send = dest + PIO_BLOCK_SIZE; in seg_pio_copy_start()
566 send = pbuf->start + PIO_BLOCK_SIZE; in mid_copy_mix()
660 send = pbuf->start + PIO_BLOCK_SIZE; in mid_copy_straight()
Dpio.c224 int total_blocks = (dd->chip_pio_mem_size / PIO_BLOCK_SIZE) - 1; in init_sc_pools_and_sizes()
582 release_credits = DIV_ROUND_UP(mtu, PIO_BLOCK_SIZE); in sc_mtu_to_threshold()
1319 #define BLOCK_DWORDS (PIO_BLOCK_SIZE/sizeof(u32))
1410 * PIO_BLOCK_SIZE); in sc_buffer_alloc()
1411 pbuf->size = sc->credits * PIO_BLOCK_SIZE; in sc_buffer_alloc()
Dchip.h76 #define PIO_BLOCK_SIZE 64 /* bytes */ macro
Duser_sdma.c1111 if (req->info.fragsize % PIO_BLOCK_SIZE || in check_header_template()
Dfile_ops.c525 memlen = ALIGN(uctxt->sc->credits * PIO_BLOCK_SIZE, in hfi1_file_mmap()