Searched refs:ms_type (Results 1 – 8 of 8) sorted by relevance
543 #define CHK_MSPRO(ms_card) (((ms_card)->ms_type & 0xFF) == TYPE_MSPRO)544 #define CHK_HG8BIT(ms_card) (CHK_MSPRO(ms_card) && (((ms_card)->ms_type & HG8BIT) == HG8BIT))545 #define CHK_MSXC(ms_card) (CHK_MSPRO(ms_card) && ((ms_card)->ms_type & MS_XC))546 #define CHK_MSHG(ms_card) (CHK_MSPRO(ms_card) && ((ms_card)->ms_type & MS_HG))548 #define CHK_MS8BIT(ms_card) (((ms_card)->ms_type & MS_8BIT))549 #define CHK_MS4BIT(ms_card) (((ms_card)->ms_type & MS_4BIT))560 u16 ms_type; member
477 ms_card->ms_type = 0; in ms_prepare_reset()602 ms_card->ms_type |= TYPE_MSPRO; in ms_identify_media_type()607 ms_card->ms_type &= 0x0F; in ms_identify_media_type()610 ms_card->ms_type |= MS_HG; in ms_identify_media_type()612 ms_card->ms_type &= 0x0F; in ms_identify_media_type()710 ms_card->ms_type |= MS_8BIT; in ms_switch_8bit_bus()967 ms_card->ms_type |= MS_XC; in ms_read_attribute_info()1855 ms_card->ms_type |= TYPE_MS; in reset_ms()2044 ms_card->ms_type |= MS_4BIT; in reset_ms()2471 ms_card->ms_type = 0; in reset_ms_card()[all …]
397 enum e1000_ms_type ms_type; member
772 switch (phy->ms_type) { in igb_copper_link_setup_igp()
1905 hw->phy.ms_type = e1000_ms_hw_default; in igb_probe()
861 enum e1000_ms_type ms_type; member
887 switch (phy->ms_type) { in e1000e_copper_link_setup_igp()
5916 adapter->hw.phy.ms_type = e1000_ms_hw_default; in e1000_probe()