Home
last modified time | relevance | path

Searched refs:MaxCtrlSendBuffers (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib.c50 uint_t MaxCtrlSendBuffers = RDS_MAX_CTRL_SEND_BUFFERS; variable
379 MaxCtrlSendBuffers = ddi_prop_get_int(DDI_DEV_T_ANY, dip, in rds_read_config_values()
H A Drdsib_ib.c135 if ((MaxCtrlSendBuffers > hattrp->hca_max_chan_sz) || in rdsib_validate_chan_sizes()
136 (MaxCtrlSendBuffers > hattrp->hca_max_cq_sz)) { in rdsib_validate_chan_sizes()
139 "to a supported value.", MaxCtrlSendBuffers, in rdsib_validate_chan_sizes()
142 MaxCtrlSendBuffers = (hattrp->hca_max_chan_sz > in rdsib_validate_chan_sizes()
1258 scqattr.cq_size = MaxCtrlSendBuffers; in rds_ep_alloc_rc_channel()
1266 chanargs.rc_sizes.cs_sq = MaxCtrlSendBuffers; in rds_ep_alloc_rc_channel()
H A Drdsib_buf.c91 RDS_DPRINTF3(LABEL, "MaxCtrlSendBuffers = %d", MaxCtrlSendBuffers); \
425 spool->pool_nbuffers = MaxCtrlSendBuffers; in rds_init_send_pool()
427 spool->pool_nfree = MaxCtrlSendBuffers; in rds_init_send_pool()
428 memsize = MaxCtrlSendBuffers * RDS_CTRLPKT_SIZE; in rds_init_send_pool()
/titanic_41/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ib.h97 extern uint_t MaxCtrlSendBuffers;