Searched refs:mcg_qplist (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_misc.c | 52 tavor_hw_mcg_qp_list_t *mcg_qplist, tavor_qphdl_t qp, uint_t *qp_found); 54 tavor_hw_mcg_qp_list_t *mcg_qplist, tavor_qphdl_t qp); 1201 tavor_hw_mcg_qp_list_t *mcg_qplist, tavor_qphdl_t qp, in tavor_mcg_qplist_add() argument 1229 if (mcg_qplist[qplist_indx].qpn == qp->qp_qpnum) { in tavor_mcg_qplist_add() 1252 mcg_qplist[qplist_indx].q = TAVOR_MCG_QPN_VALID; in tavor_mcg_qplist_add() 1253 mcg_qplist[qplist_indx].qpn = qp->qp_qpnum; in tavor_mcg_qplist_add() 1268 tavor_mcg_qplist_remove(tavor_mcghdl_t mcg, tavor_hw_mcg_qp_list_t *mcg_qplist, in tavor_mcg_qplist_remove() argument 1284 if (mcg_qplist[i].qpn == qp->qp_qpnum) { in tavor_mcg_qplist_remove() 1285 mcg_qplist[i] = mcg_qplist[qplist_indx - 1]; in tavor_mcg_qplist_remove() 1286 mcg_qplist[qplist_indx - 1].q = TAVOR_MCG_QPN_INVALID; in tavor_mcg_qplist_remove() [all …]
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_misc.c | 52 hermon_hw_mcg_qp_list_t *mcg_qplist, hermon_qphdl_t qp, uint_t *qp_found); 54 hermon_hw_mcg_qp_list_t *mcg_qplist, hermon_qphdl_t qp); 1337 hermon_hw_mcg_qp_list_t *mcg_qplist, hermon_qphdl_t qp, in hermon_mcg_qplist_add() argument 1360 if (mcg_qplist[qplist_indx].qpn == qp->qp_qpnum) { in hermon_mcg_qplist_add() 1383 mcg_qplist[qplist_indx].qpn = in hermon_mcg_qplist_add() 1399 hermon_hw_mcg_qp_list_t *mcg_qplist, hermon_qphdl_t qp) in hermon_mcg_qplist_remove() argument 1412 if (mcg_qplist[i].qpn == qp->qp_qpnum) { in hermon_mcg_qplist_remove() 1413 mcg_qplist[i] = mcg_qplist[qplist_indx - 1]; in hermon_mcg_qplist_remove() 1414 mcg_qplist[qplist_indx - 1].qpn = 0; in hermon_mcg_qplist_remove()
|