Home
last modified time | relevance | path

Searched refs:qpindx (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h736 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,
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h657 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,
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c1661 uint_t qpindx, qpmask; in tavor_qphdl_from_qpnum() local
1665 qpindx = qpnum & qpmask; in tavor_qphdl_from_qpnum()
1666 return (state->ts_qphdl[qpindx]); in tavor_qphdl_from_qpnum()
H A Dtavor_cmd.c2058 tavor_hw_qpc_t *qp, uint_t qpindx, uint32_t opmask, in tavor_cmn_qp_cmd_post() argument
2157 cmd.cp_inmod = qpindx | flags; in tavor_cmn_qp_cmd_post()
2394 tavor_conf_special_qp_cmd_post(tavor_state_t *state, uint_t qpindx, in tavor_conf_special_qp_cmd_post() argument
2403 cmd.cp_inmod = qpindx; in tavor_conf_special_qp_cmd_post()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c2814 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 Dhermon_qp.c2635 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()