Searched refs:ixgbe_aci_cmd_get_phy_caps_data (Results 1 – 3 of 3) sorted by relevance
66 struct ixgbe_aci_cmd_get_phy_caps_data *pcaps);67 bool ixgbe_phy_caps_equals_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,69 void ixgbe_copy_phy_caps_to_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,
1245 struct ixgbe_aci_cmd_get_phy_caps_data *pcaps) in ixgbe_aci_get_phy_caps()1287 ixgbe_phy_caps_equals_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *phy_caps, in ixgbe_phy_caps_equals_cfg()1323 void ixgbe_copy_phy_caps_to_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps, in ixgbe_copy_phy_caps_to_cfg()1499 struct ixgbe_aci_cmd_get_phy_caps_data *pcaps; in ixgbe_update_link_info()1513 pcaps = (struct ixgbe_aci_cmd_get_phy_caps_data *) in ixgbe_update_link_info()4542 struct ixgbe_aci_cmd_get_phy_caps_data pcaps; in ixgbe_get_media_type_E610()4611 struct ixgbe_aci_cmd_get_phy_caps_data pcaps; in ixgbe_get_supported_physical_layer_E610()4784 struct ixgbe_aci_cmd_get_phy_caps_data* pcaps = NULL; in ixgbe_cfg_phy_fc()4794 pcaps = (struct ixgbe_aci_cmd_get_phy_caps_data *) in ixgbe_cfg_phy_fc()4850 struct ixgbe_aci_cmd_get_phy_caps_data pcaps = { 0 }; in ixgbe_setup_fc_E610()[all …]
818 struct ixgbe_aci_cmd_get_phy_caps_data { struct884 IXGBE_CHECK_STRUCT_LEN(560, ixgbe_aci_cmd_get_phy_caps_data); argument