Searched refs:sra_max (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_qpmod.c | 75 ibt_qp_rc_attr_t *rc, uint_t *sra_max); 1700 uint_t portnum, pkeyindx, sra_max; in hermon_qp_rtr2rts() local 1753 if (hermon_qp_validate_init_depth(state, rc, &sra_max) != in hermon_qp_rtr2rts() 1757 qpc->sra_max = sra_max; in hermon_qp_rtr2rts() 2259 uint_t rra_max, sra_max; in hermon_qp_sqd2rts() local 2402 &sra_max) != DDI_SUCCESS) { in hermon_qp_sqd2rts() 2405 qpc->sra_max = sra_max; in hermon_qp_sqd2rts() 2560 uint_t rra_max, sra_max; in hermon_qp_sqd2sqd() local 2774 &sra_max) != DDI_SUCCESS) { in hermon_qp_sqd2sqd() 2777 qpc->sra_max = sra_max; in hermon_qp_sqd2sqd() [all …]
|
H A D | hermon_qp.c | 2276 rc->rc_rdma_ra_out = (1 << qpc->sra_max); in hermon_qp_query()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qpmod.c | 73 ibt_qp_rc_attr_t *rc, uint_t *sra_max); 1691 uint_t portnum, pkeyindx, rdma_ra_out, sra_max; in tavor_qp_rtr2rts() local 1751 if (tavor_qp_validate_init_depth(state, rc, &sra_max) != in tavor_qp_rtr2rts() 1759 qpc->sra_max = sra_max; in tavor_qp_rtr2rts() 2605 uint_t rra_max, sra_max; in tavor_qp_sqd2sqd() local 2817 &sra_max) != DDI_SUCCESS) { in tavor_qp_sqd2sqd() 2824 qpc->sra_max = sra_max; in tavor_qp_sqd2sqd() 3457 uint_t *sra_max) in tavor_qp_validate_init_depth() argument 3479 *sra_max = highbit(rdma_ra_out) - 1; in tavor_qp_validate_init_depth() 3481 *sra_max = highbit(rdma_ra_out); in tavor_qp_validate_init_depth()
|
H A D | tavor_qp.c | 1418 rc->rc_rdma_ra_out = (1 << qpc->sra_max); in tavor_qp_query()
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_hw.h | 1747 uint32_t sra_max :3; member 1819 uint32_t sra_max :3; member
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 3440 uint32_t sra_max :3; member 3579 uint32_t sra_max :3; member
|