Searched refs:mc_type (Results 1 – 6 of 6) sorted by relevance
36 static int mc_type; variable239 if (mc_type == MC_TYPE_JBUS) { in get_pin_and_dimm_str()768 if (mc_type == MC_TYPE_SAFARI) in us3mc_probe()770 else if (mc_type == MC_TYPE_JBUS) in us3mc_probe()794 if (mc_type == MC_TYPE_SAFARI) in us3mc_remove()796 else if (mc_type == MC_TYPE_JBUS) in us3mc_remove()837 mc_type = MC_TYPE_JBUS; in us3mc_init()840 mc_type = MC_TYPE_SAFARI; in us3mc_init()
2040 u8 mc_type; member2110 enum mc_type { enum2123 return adapter->mc_type > MC_NONE; in be_is_mc()
539 u8 mc_type; member
3704 adapter->mc_type = port->mc_type; in be_cmd_get_profile_config()
3712 adapter->mc_type = be_convert_mc_type(adapter->function_mode); in BEx_get_resources()5388 switch (adapter->mc_type) { in mc_name()
2861 const struct pci_device_id *mc_type) in probe_one_instance() argument