Searched refs:rra_max (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_qpmod.c | 73 ibt_qp_rc_attr_t *rc, uint_t *rra_max); 1326 uint_t portnum, pkeyindx, rra_max; in hermon_qp_init2rtr() local 1460 if (hermon_qp_validate_resp_rsrc(state, rc, &rra_max) != in hermon_qp_init2rtr() 1464 qpc->rra_max = rra_max; in hermon_qp_init2rtr() 2259 uint_t rra_max, sra_max; in hermon_qp_sqd2rts() local 2418 &rra_max) != DDI_SUCCESS) { in hermon_qp_sqd2rts() 2421 qpc->rra_max = rra_max; in hermon_qp_sqd2rts() 2560 uint_t rra_max, sra_max; in hermon_qp_sqd2sqd() local 2790 &rra_max) != DDI_SUCCESS) { in hermon_qp_sqd2sqd() 2793 qpc->rra_max = rra_max; in hermon_qp_sqd2sqd() [all …]
|
H A D | hermon_qp.c | 2277 rc->rc_rdma_ra_in = (1 << qpc->rra_max); in hermon_qp_query()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qpmod.c | 71 ibt_qp_rc_attr_t *rc, uint_t *rra_max); 1268 uint_t portnum, pkeyindx, rdma_ra_in, rra_max; in tavor_qp_init2rtr() local 1416 if (tavor_qp_validate_resp_rsrc(state, rc, &rra_max) != in tavor_qp_init2rtr() 1424 qpc->rra_max = rra_max; in tavor_qp_init2rtr() 2605 uint_t rra_max, sra_max; in tavor_qp_sqd2sqd() local 2838 &rra_max) != DDI_SUCCESS) { in tavor_qp_sqd2sqd() 2845 qpc->rra_max = rra_max; in tavor_qp_sqd2sqd() 3421 uint_t *rra_max) in tavor_qp_validate_resp_rsrc() argument 3443 *rra_max = highbit(rdma_ra_in) - 1; in tavor_qp_validate_resp_rsrc() 3445 *rra_max = highbit(rdma_ra_in); in tavor_qp_validate_resp_rsrc()
|
H A D | tavor_qp.c | 1419 rc->rc_rdma_ra_in = (1 << qpc->rra_max); in tavor_qp_query()
|
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_hw.h | 1770 uint32_t rra_max :3; member 1842 uint32_t rra_max :3; member
|
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 3473 uint32_t rra_max :3; member 3608 uint32_t rra_max :3; member
|