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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c807 ibd_state_s::id_mtu
2386 * ibd_m_start()). Similar is the case with id_mtu - we'll
2899 state->id_mtu = IBD_DEF_MAX_MTU;
3492 * Assert that the mcg mtu <= id_mtu. Fill in updated id_mtu.
3495 if (state->id_mtu < mcgmtu) {
3498 state->id_mtu);
3502 state->id_mtu = mcgmtu;
3525 state->id_tx_buf_sz = state->id_mtu;
3527 (state->id_ud_tx_copy_thresh > state->id_mtu)) {
[all...]
H A Dibd_cm.c188 uint16_t mtu = state->id_mtu - IPOIB_HDRSIZE;
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h859 int id_mtu; member in struct:ibd_state_s

Completed in 80 milliseconds