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

/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h610 /* pkt size <= state->id_rc_tx_copy_thresh */
1149 * id_rc_tx_copy_thresh
1190 uint_t id_rc_tx_copy_thresh; member in struct:ibd_state_s
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1884 mem_attr.mr_len = chan->scq_size * state->id_rc_tx_copy_thresh;
1898 chan->scq_size * state->id_rc_tx_copy_thresh);
1938 (chan->tx_mr_bufs + i * state->id_rc_tx_copy_thresh);
1970 state->id_rc_tx_copy_thresh);
H A Dibd.c2918 state->id_rc_tx_copy_thresh = IBD_DEF_RC_TX_COPY_THRESH;
5042 state->id_rc_tx_copy_thresh = (uint32_t)result;
5268 value = state->id_rc_tx_copy_thresh;
7175 if (pktsize <= state->id_rc_tx_copy_thresh) {

Completed in 68 milliseconds