Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dpio_copy.c382 pbuf->qw_written = 1 /*PBC*/ + (nbytes >> 3); in seg_pio_copy_start()
399 void __iomem *dest = pbuf->start + (pbuf->qw_written * sizeof(u64)); in mid_copy_mix()
407 if (pbuf->qw_written < PIO_BLOCK_QWS) { in mid_copy_mix()
472 pbuf->qw_written += qw_to_write; in mid_copy_mix()
497 else if (pbuf->qw_written < PIO_BLOCK_QWS) in mid_copy_mix()
502 pbuf->qw_written++; in mid_copy_mix()
527 void __iomem *dest = pbuf->start + (pbuf->qw_written * sizeof(u64)); in mid_copy_straight()
533 if (pbuf->qw_written < PIO_BLOCK_QWS) { in mid_copy_straight()
601 pbuf->qw_written += nbytes >> 3; in mid_copy_straight()
657 dest = pbuf->start + (pbuf->qw_written * sizeof(u64)); in seg_pio_copy_mid()
[all …]
Dpio.h88 u16 qw_written; /* QW written so far */ member
Dpio.c1532 pbuf->qw_written = 0; in sc_buffer_alloc()