Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c337 unsigned long to_copy; in rdsv3_ib_inc_copy_to_user() local
356 to_copy = min(len - copied, RDSV3_FRAG_SIZE - frag_off); in rdsv3_ib_inc_copy_to_user()
357 to_copy = min(size - copied, to_copy); in rdsv3_ib_inc_copy_to_user()
361 to_copy, uiop, in rdsv3_ib_inc_copy_to_user()
366 to_copy, UIO_READ, uiop); in rdsv3_ib_inc_copy_to_user()
369 "uiomove (%d) returned: %d", to_copy, ret); in rdsv3_ib_inc_copy_to_user()
373 frag_off += to_copy; in rdsv3_ib_inc_copy_to_user()
374 copied += to_copy; in rdsv3_ib_inc_copy_to_user()
603 unsigned long to_copy; in rdsv3_ib_cong_recv() local
628 to_copy = min(RDSV3_FRAG_SIZE - frag_off, PAGE_SIZE - map_off); in rdsv3_ib_cong_recv()
[all …]
H A Dmessage.c396 unsigned long to_copy; in rdsv3_message_inc_copy_to_user() local
414 to_copy = min(len - copied, sg->length - vec_off); in rdsv3_message_inc_copy_to_user()
415 to_copy = min(size - copied, to_copy); in rdsv3_message_inc_copy_to_user()
419 to_copy, uiop, in rdsv3_message_inc_copy_to_user()
422 ret = uiomove(rdsv3_sg_page(sg), to_copy, UIO_READ, uiop); in rdsv3_message_inc_copy_to_user()
426 vec_off += to_copy; in rdsv3_message_inc_copy_to_user()
427 copied += to_copy; in rdsv3_message_inc_copy_to_user()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_send.c411 u8_t to_copy = FALSE; in lm_is_packet_coalescing_required() local
441 to_copy = TRUE; in lm_is_packet_coalescing_required()
454 to_copy = TRUE; in lm_is_packet_coalescing_required()
458 return to_copy; in lm_is_packet_coalescing_required()
/titanic_50/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c1021 int to_copy = remain > kscharsize? kscharsize : remain; in ii_str_kstat_copy() local
1022 bcopy(&fulldata[ offset ], part[ i ], to_copy); in ii_str_kstat_copy()
1023 offset += to_copy; in ii_str_kstat_copy()
1024 remain -= to_copy; in ii_str_kstat_copy()