Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dpio_copy.c52 #define PIO_BLOCK_MASK (PIO_BLOCK_SIZE - 1)
54 #define PIO_BLOCK_QWS (PIO_BLOCK_SIZE / sizeof(u64))
75 void __iomem *send = dest + PIO_BLOCK_SIZE; in pio_copy()
307 void __iomem *send = dest + PIO_BLOCK_SIZE; in seg_pio_copy_start()
419 send = pbuf->start + PIO_BLOCK_SIZE; in mid_copy_mix()
545 send = pbuf->start + PIO_BLOCK_SIZE; in mid_copy_straight()
Dpio.c226 int total_blocks = (chip_pio_mem_size(dd) / PIO_BLOCK_SIZE) - 1; in init_sc_pools_and_sizes()
249 3 * (max_pkt_size + 128) / PIO_BLOCK_SIZE; in init_sc_pools_and_sizes()
600 release_credits = DIV_ROUND_UP(mtu, PIO_BLOCK_SIZE); in sc_mtu_to_threshold()
757 sc->size = sc->credits * PIO_BLOCK_SIZE; in sc_alloc()
1437 #define BLOCK_DWORDS (PIO_BLOCK_SIZE / sizeof(u32))
1532 pbuf->start = sc->base_addr + fill_wrap * PIO_BLOCK_SIZE; in sc_buffer_alloc()
Dchip.h71 #define PIO_BLOCK_SIZE 64 /* bytes */ macro
Dfile_ops.c393 memlen = PAGE_ALIGN(uctxt->sc->credits * PIO_BLOCK_SIZE); in hfi1_file_mmap()
Duser_sdma.c929 if (req->info.fragsize % PIO_BLOCK_SIZE || lrhlen & 0x3 || in check_header_template()