Home
last modified time | relevance | path

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

/titanic_44/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; in srpt_ch_alloc()
106 cq_attr.cq_size = srpt_send_msg_depth + 1; in srpt_ch_alloc()
143 (srpt_send_msg_depth * SRPT_MAX_OUT_IO_PER_CMD)); in srpt_ch_alloc()
H A Dsrpt_cm.c54 extern uint16_t srpt_send_msg_depth;
H A Dsrpt_mod.c71 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); in srpt_ioc_init_profile()
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); in srpt_format_login_rsp()