Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qpmod.c1092 tavor_hw_addr_path_t *qpc_path; in tavor_qp_init2rtr() local
1165 qpc_path = &qpc->pri_addr_path; in tavor_qp_init2rtr()
1171 status = tavor_set_addr_path(state, adds_vect, qpc_path, in tavor_qp_init2rtr()
1184 qpc_path->rnr_retry = rc->rc_rnr_retry_cnt; in tavor_qp_init2rtr()
1186 qpc_path->ack_timeout = rc->rc_path.cep_timeout; in tavor_qp_init2rtr()
1263 qpc_path = &qpc->alt_addr_path; in tavor_qp_init2rtr()
1267 status = tavor_set_addr_path(state, adds_vect, qpc_path, in tavor_qp_init2rtr()
1272 qpc_path->ack_timeout = rc->rc_alt_path.cep_timeout; in tavor_qp_init2rtr()
1279 qpc_path->rnr_retry = rc->rc_rnr_retry_cnt; in tavor_qp_init2rtr()
1308 qpc_path = &qpc->pri_addr_path; in tavor_qp_init2rtr()
[all …]
H A Dtavor_qp.c1195 tavor_hw_addr_path_t *qpc_path, *qpc_alt_path; in tavor_qp_query() local
1323 qpc_path = &qpc->pri_addr_path; in tavor_qp_query()
1325 tavor_get_addr_path(state, qpc_path, &path_ptr->cep_adds_vect, in tavor_qp_query()
1329 path_ptr->cep_pkey_ix = qpc_path->pkey_indx; in tavor_qp_query()
1330 path_ptr->cep_hca_port_num = qpc_path->portnum; in tavor_qp_query()
1331 path_ptr->cep_timeout = qpc_path->ack_timeout; in tavor_qp_query()
1345 rc->rc_rnr_retry_cnt = qpc_path->rnr_retry; in tavor_qp_query()
1375 qpc_path = &qpc->pri_addr_path; in tavor_qp_query()
1377 tavor_get_addr_path(state, qpc_path, &path_ptr->cep_adds_vect, in tavor_qp_query()
1381 path_ptr->cep_pkey_ix = qpc_path->pkey_indx; in tavor_qp_query()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c1325 hermon_hw_addr_path_t *qpc_path; in hermon_qp_init2rtr() local
1393 qpc_path = &qpc->pri_addr_path; in hermon_qp_init2rtr()
1399 status = hermon_set_addr_path(state, adds_vect, qpc_path, in hermon_qp_init2rtr()
1423 qpc_path->ack_timeout = rc->rc_path.cep_timeout; in hermon_qp_init2rtr()
1496 qpc_path = &qpc->alt_addr_path; in hermon_qp_init2rtr()
1501 qpc_path, HERMON_ADDRPATH_QP); in hermon_qp_init2rtr()
1505 qpc_path->ack_timeout = rc->rc_alt_path.cep_timeout; in hermon_qp_init2rtr()
1536 qpc_path = &qpc->pri_addr_path; in hermon_qp_init2rtr()
1542 status = hermon_set_addr_path(state, adds_vect, qpc_path, in hermon_qp_init2rtr()
1611 qpc_path = &qpc->alt_addr_path; in hermon_qp_init2rtr()
[all …]
H A Dhermon_qp.c2111 hermon_hw_addr_path_t *qpc_path, *qpc_alt_path; in hermon_qp_query() local
2283 qpc_path = &qpc->pri_addr_path; in hermon_qp_query()
2285 hermon_get_addr_path(state, qpc_path, &path_ptr->cep_adds_vect, in hermon_qp_query()
2289 path_ptr->cep_pkey_ix = qpc_path->pkey_indx; in hermon_qp_query()
2292 (uint8_t)(((qpc_path->sched_q >> 6) & 0x01) + 1); in hermon_qp_query()
2293 path_ptr->cep_timeout = qpc_path->ack_timeout; in hermon_qp_query()
2339 qpc_path = &qpc->pri_addr_path; in hermon_qp_query()
2341 hermon_get_addr_path(state, qpc_path, &path_ptr->cep_adds_vect, in hermon_qp_query()
2345 path_ptr->cep_pkey_ix = qpc_path->pkey_indx; in hermon_qp_query()
2348 (uint8_t)(((qpc_path->sched_q >> 6) & 0x01) + 1); in hermon_qp_query()