Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c340 pbuf->qw_written = 1 /*PBC*/ + (nbytes >> 3); in seg_pio_copy_start()
357 void __iomem *dest = pbuf->start + (pbuf->qw_written * sizeof(u64)); in mid_copy_mix()
365 if (pbuf->qw_written < PIO_BLOCK_QWS) { in mid_copy_mix()
430 pbuf->qw_written += qw_to_write; in mid_copy_mix()
455 else if (pbuf->qw_written < PIO_BLOCK_QWS) in mid_copy_mix()
460 pbuf->qw_written++; in mid_copy_mix()
485 void __iomem *dest = pbuf->start + (pbuf->qw_written * sizeof(u64)); in mid_copy_straight()
491 if (pbuf->qw_written < PIO_BLOCK_QWS) { in mid_copy_straight()
559 pbuf->qw_written += nbytes >> 3; in mid_copy_straight()
615 dest = pbuf->start + (pbuf->qw_written * sizeof(u64)); in seg_pio_copy_mid()
[all …]
H A Dpio.h46 u16 qw_written; /* QW written so far */ member
H A Dpio.c1492 pbuf->qw_written = 0; in sc_buffer_alloc()