Searched refs:mcg_entry_qplist (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_misc.c | 555 tavor_hw_mcg_qp_list_t *mcg_entry_qplist; in tavor_mcg_attach() local 622 mcg_entry_qplist = TAVOR_MCG_GET_QPLIST_PTR(mcg_entry); in tavor_mcg_attach() 663 status = tavor_mcg_qplist_add(state, mcg, mcg_entry_qplist, qp, in tavor_mcg_attach() 769 status = tavor_mcg_qplist_add(state, mcg, mcg_entry_qplist, qp, in tavor_mcg_attach() 869 status = tavor_mcg_qplist_add(state, newmcg, mcg_entry_qplist, qp, in tavor_mcg_attach() 998 tavor_hw_mcg_qp_list_t *mcg_entry_qplist; in tavor_mcg_detach() local 1043 mcg_entry_qplist = TAVOR_MCG_GET_QPLIST_PTR(mcg_entry); in tavor_mcg_detach() 1097 status = tavor_mcg_qplist_remove(mcg, mcg_entry_qplist, qp); in tavor_mcg_detach()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_misc.c | 725 hermon_hw_mcg_qp_list_t *mcg_entry_qplist; in hermon_mcg_attach() local 783 mcg_entry_qplist = HERMON_MCG_GET_QPLIST_PTR(mcg_entry); in hermon_mcg_attach() 824 status = hermon_mcg_qplist_add(state, mcg, mcg_entry_qplist, qp, in hermon_mcg_attach() 930 status = hermon_mcg_qplist_add(state, mcg, mcg_entry_qplist, qp, in hermon_mcg_attach() 1028 status = hermon_mcg_qplist_add(state, newmcg, mcg_entry_qplist, qp, in hermon_mcg_attach() 1147 hermon_hw_mcg_qp_list_t *mcg_entry_qplist; in hermon_mcg_detach() local 1188 mcg_entry_qplist = HERMON_MCG_GET_QPLIST_PTR(mcg_entry); in hermon_mcg_detach() 1239 status = hermon_mcg_qplist_remove(mcg, mcg_entry_qplist, qp); in hermon_mcg_detach()
|