Home
last modified time | relevance | path

Searched refs:ocargs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c873 ibt_chan_open_args_t ocargs; in rds_open_rc_channel() local
915 bzero(&ocargs, sizeof (ibt_chan_open_args_t)); in rds_open_rc_channel()
917 ocargs.oc_path = pinfo; in rds_open_rc_channel()
918 ocargs.oc_cm_handler = rds_cm_handler; in rds_open_rc_channel()
919 ocargs.oc_cm_clnt_private = NULL; in rds_open_rc_channel()
920 ocargs.oc_rdma_ra_out = 4; in rds_open_rc_channel()
921 ocargs.oc_rdma_ra_in = 4; in rds_open_rc_channel()
923 ocargs.oc_priv_data = &cmp; in rds_open_rc_channel()
924 ocargs.oc_path_retry_cnt = IBPathRetryCount; in rds_open_rc_channel()
925 ocargs.oc_path_rnr_retry_cnt = MinRnrRetry; in rds_open_rc_channel()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c572 ibt_chan_open_args_t ocargs; in iser_ib_open_rc_channel() local
614 bzero(&ocargs, sizeof (ibt_chan_open_args_t)); in iser_ib_open_rc_channel()
615 ocargs.oc_path = &chan->ic_ibt_path; in iser_ib_open_rc_channel()
616 ocargs.oc_cm_handler = iser_ib_cm_handler; in iser_ib_open_rc_channel()
617 ocargs.oc_cm_clnt_private = iser_state; in iser_ib_open_rc_channel()
618 ocargs.oc_rdma_ra_out = 4; in iser_ib_open_rc_channel()
619 ocargs.oc_rdma_ra_in = 4; in iser_ib_open_rc_channel()
620 ocargs.oc_path_retry_cnt = 2; in iser_ib_open_rc_channel()
621 ocargs.oc_path_rnr_retry_cnt = 2; in iser_ib_open_rc_channel()
622 ocargs.oc_priv_data_len = sizeof (iser_private_data_t); in iser_ib_open_rc_channel()
[all …]