Lines Matching refs:mlx_attach

479 	VERIFY((mlxp->mlx_attach & MLXCX_ATTACH_PORTS) != 0);  in mlxcx_load_prop_defaults()
480 VERIFY((mlxp->mlx_attach & (MLXCX_ATTACH_CQS | MLXCX_ATTACH_WQS)) == 0); in mlxcx_load_prop_defaults()
1075 if (mlxp->mlx_attach & MLXCX_ATTACH_INTRS) { in mlxcx_teardown()
1082 if (mlxp->mlx_attach & MLXCX_ATTACH_SENSORS) { in mlxcx_teardown()
1084 mlxp->mlx_attach &= ~MLXCX_ATTACH_SENSORS; in mlxcx_teardown()
1087 if (mlxp->mlx_attach & MLXCX_ATTACH_CHKTIMERS) { in mlxcx_teardown()
1089 mlxp->mlx_attach &= ~MLXCX_ATTACH_CHKTIMERS; in mlxcx_teardown()
1092 if (mlxp->mlx_attach & MLXCX_ATTACH_GROUPS) { in mlxcx_teardown()
1094 mlxp->mlx_attach &= ~MLXCX_ATTACH_GROUPS; in mlxcx_teardown()
1097 if (mlxp->mlx_attach & MLXCX_ATTACH_WQS) { in mlxcx_teardown()
1099 mlxp->mlx_attach &= ~MLXCX_ATTACH_WQS; in mlxcx_teardown()
1102 if (mlxp->mlx_attach & MLXCX_ATTACH_CQS) { in mlxcx_teardown()
1104 mlxp->mlx_attach &= ~MLXCX_ATTACH_CQS; in mlxcx_teardown()
1107 if (mlxp->mlx_attach & MLXCX_ATTACH_BUFS) { in mlxcx_teardown()
1109 mlxp->mlx_attach &= ~MLXCX_ATTACH_BUFS; in mlxcx_teardown()
1112 if (mlxp->mlx_attach & MLXCX_ATTACH_PORTS) { in mlxcx_teardown()
1114 mlxp->mlx_attach &= ~MLXCX_ATTACH_PORTS; in mlxcx_teardown()
1117 if (mlxp->mlx_attach & MLXCX_ATTACH_INTRS) { in mlxcx_teardown()
1120 mlxp->mlx_attach &= ~MLXCX_ATTACH_INTRS; in mlxcx_teardown()
1123 if (mlxp->mlx_attach & MLXCX_ATTACH_UAR_PD_TD) { in mlxcx_teardown()
1139 mlxp->mlx_attach &= ~MLXCX_ATTACH_UAR_PD_TD; in mlxcx_teardown()
1142 if (mlxp->mlx_attach & MLXCX_ATTACH_INIT_HCA) { in mlxcx_teardown()
1147 mlxp->mlx_attach &= ~MLXCX_ATTACH_INIT_HCA; in mlxcx_teardown()
1150 if (mlxp->mlx_attach & MLXCX_ATTACH_PAGE_LIST) { in mlxcx_teardown()
1152 mlxp->mlx_attach &= ~MLXCX_ATTACH_PAGE_LIST; in mlxcx_teardown()
1155 if (mlxp->mlx_attach & MLXCX_ATTACH_ASYNC_TQ) { in mlxcx_teardown()
1162 mlxp->mlx_attach &= ~MLXCX_ATTACH_ASYNC_TQ; in mlxcx_teardown()
1165 if (mlxp->mlx_attach & MLXCX_ATTACH_ENABLE_HCA) { in mlxcx_teardown()
1170 mlxp->mlx_attach &= ~MLXCX_ATTACH_ENABLE_HCA; in mlxcx_teardown()
1173 if (mlxp->mlx_attach & MLXCX_ATTACH_CMD) { in mlxcx_teardown()
1175 mlxp->mlx_attach &= ~MLXCX_ATTACH_CMD; in mlxcx_teardown()
1178 if (mlxp->mlx_attach & MLXCX_ATTACH_CAPS) { in mlxcx_teardown()
1181 mlxp->mlx_attach &= ~MLXCX_ATTACH_CAPS; in mlxcx_teardown()
1184 if (mlxp->mlx_attach & MLXCX_ATTACH_REGS) { in mlxcx_teardown()
1187 mlxp->mlx_attach &= ~MLXCX_ATTACH_REGS; in mlxcx_teardown()
1190 if (mlxp->mlx_attach & MLXCX_ATTACH_PCI_CONFIG) { in mlxcx_teardown()
1193 mlxp->mlx_attach &= ~MLXCX_ATTACH_PCI_CONFIG; in mlxcx_teardown()
1196 if (mlxp->mlx_attach & MLXCX_ATTACH_FM) { in mlxcx_teardown()
1198 mlxp->mlx_attach &= ~MLXCX_ATTACH_FM; in mlxcx_teardown()
1201 VERIFY3S(mlxp->mlx_attach, ==, 0); in mlxcx_teardown()
2689 if (mlxp->mlx_attach & MLXCX_ATTACH_MAC_HDL) { in mlxcx_detach()
2693 mlxp->mlx_attach &= ~MLXCX_ATTACH_MAC_HDL; in mlxcx_detach()
2773 mlxp->mlx_attach |= MLXCX_ATTACH_FM; in mlxcx_attach()
2781 mlxp->mlx_attach |= MLXCX_ATTACH_PCI_CONFIG; in mlxcx_attach()
2786 mlxp->mlx_attach |= MLXCX_ATTACH_REGS; in mlxcx_attach()
2791 mlxp->mlx_attach |= MLXCX_ATTACH_CMD; in mlxcx_attach()
2796 mlxp->mlx_attach |= MLXCX_ATTACH_ENABLE_HCA; in mlxcx_attach()
2809 mlxp->mlx_attach |= MLXCX_ATTACH_INTRS; in mlxcx_attach()
2815 mlxp->mlx_attach |= MLXCX_ATTACH_PAGE_LIST; in mlxcx_attach()
2833 mlxp->mlx_attach |= MLXCX_ATTACH_ASYNC_TQ; in mlxcx_attach()
2842 mlxp->mlx_attach |= MLXCX_ATTACH_CAPS; in mlxcx_attach()
2851 mlxp->mlx_attach |= MLXCX_ATTACH_INIT_HCA; in mlxcx_attach()
2872 mlxp->mlx_attach |= MLXCX_ATTACH_UAR_PD_TD; in mlxcx_attach()
2916 mlxp->mlx_attach |= MLXCX_ATTACH_PORTS; in mlxcx_attach()
2934 mlxp->mlx_attach |= MLXCX_ATTACH_CQS; in mlxcx_attach()
2939 mlxp->mlx_attach |= MLXCX_ATTACH_WQS; in mlxcx_attach()
2955 mlxp->mlx_attach |= MLXCX_ATTACH_GROUPS; in mlxcx_attach()
2963 mlxp->mlx_attach |= MLXCX_ATTACH_BUFS; in mlxcx_attach()
2989 mlxp->mlx_attach |= MLXCX_ATTACH_CHKTIMERS; in mlxcx_attach()
2997 mlxp->mlx_attach |= MLXCX_ATTACH_SENSORS; in mlxcx_attach()
3006 mlxp->mlx_attach |= MLXCX_ATTACH_MAC_HDL; in mlxcx_attach()