Searched refs:qpc_alt_path (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qp.c | 1195 tavor_hw_addr_path_t *qpc_path, *qpc_alt_path; in tavor_qp_query() local 1334 qpc_alt_path = &qpc->alt_addr_path; in tavor_qp_query() 1336 tavor_get_addr_path(state, qpc_alt_path, in tavor_qp_query() 1340 alt_path_ptr->cep_pkey_ix = qpc_alt_path->pkey_indx; in tavor_qp_query() 1341 alt_path_ptr->cep_hca_port_num = qpc_alt_path->portnum; in tavor_qp_query() 1342 alt_path_ptr->cep_timeout = qpc_alt_path->ack_timeout; in tavor_qp_query() 1385 qpc_alt_path = &qpc->alt_addr_path; in tavor_qp_query() 1387 tavor_get_addr_path(state, qpc_alt_path, in tavor_qp_query() 1391 alt_path_ptr->cep_pkey_ix = qpc_alt_path->pkey_indx; in tavor_qp_query() 1392 alt_path_ptr->cep_hca_port_num = qpc_alt_path->portnum; in tavor_qp_query()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_qp.c | 2111 hermon_hw_addr_path_t *qpc_path, *qpc_alt_path; in hermon_qp_query() local 2296 qpc_alt_path = &qpc->alt_addr_path; in hermon_qp_query() 2298 hermon_get_addr_path(state, qpc_alt_path, in hermon_qp_query() 2302 alt_path_ptr->cep_pkey_ix = qpc_alt_path->pkey_indx; in hermon_qp_query() 2305 (uint8_t)(((qpc_alt_path->sched_q >> 6) & 0x01) + 1); in hermon_qp_query() 2306 alt_path_ptr->cep_timeout = qpc_alt_path->ack_timeout; in hermon_qp_query() 2351 qpc_alt_path = &qpc->alt_addr_path; in hermon_qp_query() 2353 hermon_get_addr_path(state, qpc_alt_path, in hermon_qp_query() 2357 alt_path_ptr->cep_pkey_ix = qpc_alt_path->pkey_indx; in hermon_qp_query() 2360 (uint8_t)(((qpc_alt_path->sched_q >> 6) & 0x01) + 1); in hermon_qp_query()
|