Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c352 if (frag_off == RDSV3_FRAG_SIZE) { in rdsv3_ib_inc_copy_to_user()
357 to_copy = min(len - copied, RDSV3_FRAG_SIZE - frag_off); in rdsv3_ib_inc_copy_to_user()
629 to_copy = min(RDSV3_FRAG_SIZE - frag_off, PAGE_SIZE - map_off); in rdsv3_ib_cong_recv()
658 if (frag_off == RDSV3_FRAG_SIZE) { in rdsv3_ib_cong_recv()
769 if (ic->i_recv_data_rem > RDSV3_FRAG_SIZE) in rdsv3_ib_process_recv()
770 ic->i_recv_data_rem -= RDSV3_FRAG_SIZE; in rdsv3_ib_process_recv()
H A Dib_sysctl.c92 rdsv3_max_bcopy_size = rdsv3_ib_sysctl_max_send_wr * RDSV3_FRAG_SIZE; in rdsv3_ib_sysctl_init()
H A Dib_send.c580 ASSERT(!(off % RDSV3_FRAG_SIZE)); in rdsv3_ib_xmit()
595 i = ceil(ntohl(rm->m_inc.i_hdr.h_len), RDSV3_FRAG_SIZE); in rdsv3_ib_xmit()
744 len = min(RDSV3_FRAG_SIZE, in rdsv3_ib_xmit()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Dib.h32 #define RDSV3_IB_MAX_RECV_ALLOC ((512 * 1024 * 1024) / RDSV3_FRAG_SIZE)
44 (((PAGE_SIZE / RDSV3_FRAG_SIZE) - 1) * RDSV3_FRAG_SIZE)
H A Drdsv3.h80 #define RDSV3_FRAG_SIZE ((unsigned int)(1 << RDSV3_FRAG_SHIFT)) macro