Searched refs:qpc_path (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qpmod.c | 1266 tavor_hw_addr_path_t *qpc_path; in tavor_qp_init2rtr() local 1345 qpc_path = &qpc->pri_addr_path; in tavor_qp_init2rtr() 1351 status = tavor_set_addr_path(state, adds_vect, qpc_path, in tavor_qp_init2rtr() 1367 qpc_path->rnr_retry = rc->rc_rnr_retry_cnt; in tavor_qp_init2rtr() 1369 qpc_path->ack_timeout = rc->rc_path.cep_timeout; in tavor_qp_init2rtr() 1458 qpc_path = &qpc->alt_addr_path; in tavor_qp_init2rtr() 1462 status = tavor_set_addr_path(state, adds_vect, qpc_path, in tavor_qp_init2rtr() 1470 qpc_path->ack_timeout = rc->rc_alt_path.cep_timeout; in tavor_qp_init2rtr() 1477 qpc_path->rnr_retry = rc->rc_rnr_retry_cnt; in tavor_qp_init2rtr() 1514 qpc_path = &qpc->pri_addr_path; in tavor_qp_init2rtr() [all …]
|
H A D | tavor_qp.c | 1288 tavor_hw_addr_path_t *qpc_path, *qpc_alt_path; in tavor_qp_query() local 1425 qpc_path = &qpc->pri_addr_path; in tavor_qp_query() 1427 tavor_get_addr_path(state, qpc_path, &path_ptr->cep_adds_vect, in tavor_qp_query() 1431 path_ptr->cep_pkey_ix = qpc_path->pkey_indx; in tavor_qp_query() 1432 path_ptr->cep_hca_port_num = qpc_path->portnum; in tavor_qp_query() 1433 path_ptr->cep_timeout = qpc_path->ack_timeout; in tavor_qp_query() 1447 rc->rc_rnr_retry_cnt = qpc_path->rnr_retry; in tavor_qp_query() 1477 qpc_path = &qpc->pri_addr_path; in tavor_qp_query() 1479 tavor_get_addr_path(state, qpc_path, &path_ptr->cep_adds_vect, in tavor_qp_query() 1483 path_ptr->cep_pkey_ix = qpc_path->pkey_indx; in tavor_qp_query() [all …]
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_qpmod.c | 1324 hermon_hw_addr_path_t *qpc_path; in hermon_qp_init2rtr() local 1392 qpc_path = &qpc->pri_addr_path; in hermon_qp_init2rtr() 1398 status = hermon_set_addr_path(state, adds_vect, qpc_path, in hermon_qp_init2rtr() 1422 qpc_path->ack_timeout = rc->rc_path.cep_timeout; in hermon_qp_init2rtr() 1495 qpc_path = &qpc->alt_addr_path; in hermon_qp_init2rtr() 1500 qpc_path, HERMON_ADDRPATH_QP); in hermon_qp_init2rtr() 1504 qpc_path->ack_timeout = rc->rc_alt_path.cep_timeout; in hermon_qp_init2rtr() 1535 qpc_path = &qpc->pri_addr_path; in hermon_qp_init2rtr() 1541 status = hermon_set_addr_path(state, adds_vect, qpc_path, in hermon_qp_init2rtr() 1610 qpc_path = &qpc->alt_addr_path; in hermon_qp_init2rtr() [all …]
|
H A D | hermon_qp.c | 2111 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()
|