Searched refs:srpt_send_msg_depth (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c56 extern uint16_t srpt_send_msg_depth;
94 cq_attr.cq_size = srpt_send_msg_depth * 2;
106 cq_attr.cq_size = srpt_send_msg_depth + 1;
143 (srpt_send_msg_depth * SRPT_MAX_OUT_IO_PER_CMD));
H A Dsrpt_cm.c54 extern uint16_t srpt_send_msg_depth;
H A Dsrpt_mod.c68 * srpt_send_msg_depth - Tunable parameter that specifies the
71 uint16_t srpt_send_msg_depth = SRPT_DEFAULT_SEND_MSG_DEPTH; variable
H A Dsrpt_ioc.c53 extern uint16_t srpt_send_msg_depth;
1264 ioc->ioc_profile.ioc_send_msg_qdepth = h2b16(srpt_send_msg_depth);
H A Dsrpt_stp.c88 extern uint16_t srpt_send_msg_depth;
1644 rsp->lrsp_req_limit_delta = h2b32((uint32_t)srpt_send_msg_depth);

Completed in 92 milliseconds