Searched refs:id_rc_rx_copy_thresh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1153 * id_rc_rx_copy_thresh
1154 * If (the size of incoming buffer <= id_rc_rx_copy_thresh), ibd
1191 uint_t id_rc_rx_copy_thresh; member in struct:ibd_state_s
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2917 state->id_rc_rx_copy_thresh = IBD_DEF_RC_RX_COPY_THRESH;
4980 state->id_rc_rx_copy_thresh = (uint32_t)result;
5248 value = state->id_rc_rx_copy_thresh;
H A Dibd_cm.c1493 (wc->wc_bytes_xfer > state->id_rc_rx_copy_thresh)) {

Completed in 69 milliseconds