Symbol: ixgbe_aci_cmd_get_phy_caps_data
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1241
struct ixgbe_aci_cmd_get_phy_caps_data *pcaps)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1283
ixgbe_phy_caps_equals_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *phy_caps,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1319
void ixgbe_copy_phy_caps_to_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1482
struct ixgbe_aci_cmd_get_phy_caps_data *pcaps;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
1496
pcaps = (struct ixgbe_aci_cmd_get_phy_caps_data *)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4033
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4102
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4275
struct ixgbe_aci_cmd_get_phy_caps_data* pcaps = NULL;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4285
pcaps = (struct ixgbe_aci_cmd_get_phy_caps_data *)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4341
struct ixgbe_aci_cmd_get_phy_caps_data pcaps = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4501
struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4647
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4782
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4887
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5012
struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5053
struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = { 0 };
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
66
struct ixgbe_aci_cmd_get_phy_caps_data *pcaps);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
67
bool ixgbe_phy_caps_equals_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
69
void ixgbe_copy_phy_caps_to_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
883
IXGBE_CHECK_STRUCT_LEN(560, ixgbe_aci_cmd_get_phy_caps_data);