Searched refs:qpindx (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_cmd.h | 736 hermon_hw_qpc_t *qp, uint_t qpindx, uint32_t opmask, uint_t sleepflag); 809 int hermon_conf_special_qp_cmd_post(hermon_state_t *state, uint_t qpindx, 815 int hermon_get_heart_beat_rq_cmd_post(hermon_state_t *state, uint_t qpindx,
|
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_cmd.h | 657 tavor_hw_qpc_t *qp, uint_t qpindx, uint32_t opmask, uint_t sleepflag); 723 int tavor_conf_special_qp_cmd_post(tavor_state_t *state, uint_t qpindx,
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cmd.c | 2814 hermon_hw_qpc_t *qp, uint_t qpindx, uint32_t opmask, in hermon_cmn_qp_cmd_post() argument 2916 cmd.cp_inmod = qpindx | flags; in hermon_cmn_qp_cmd_post() 3156 hermon_conf_special_qp_cmd_post(hermon_state_t *state, uint_t qpindx, in hermon_conf_special_qp_cmd_post() argument 3167 cmd.cp_inmod = qpindx & 0x00FFFFF8; /* mask off low 3 bits */ in hermon_conf_special_qp_cmd_post() 3182 hermon_get_heart_beat_rq_cmd_post(hermon_state_t *state, uint_t qpindx, in hermon_get_heart_beat_rq_cmd_post() argument 3193 cmd.cp_inmod = qpindx; in hermon_get_heart_beat_rq_cmd_post()
|
H A D | hermon_qp.c | 2635 uint_t qpindx, qpmask; in hermon_qphdl_from_qpnum() local 2639 qpindx = qpnum & qpmask; in hermon_qphdl_from_qpnum() 2640 return (hermon_icm_num_to_hdl(state, HERMON_QPC, qpindx)); in hermon_qphdl_from_qpnum()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qp.c | 1785 uint_t qpindx, qpmask; in tavor_qphdl_from_qpnum() local 1789 qpindx = qpnum & qpmask; in tavor_qphdl_from_qpnum() 1790 return (state->ts_qphdl[qpindx]); in tavor_qphdl_from_qpnum()
|
H A D | tavor_cmd.c | 2322 tavor_hw_qpc_t *qp, uint_t qpindx, uint32_t opmask, in tavor_cmn_qp_cmd_post() argument 2426 cmd.cp_inmod = qpindx | flags; in tavor_cmn_qp_cmd_post() 2687 tavor_conf_special_qp_cmd_post(tavor_state_t *state, uint_t qpindx, in tavor_conf_special_qp_cmd_post() argument 2698 cmd.cp_inmod = qpindx; in tavor_conf_special_qp_cmd_post()
|