Symbol: ixgbe_aci_cmd_get_phy_caps_data
sys/dev/ixgbe/ixgbe_e610.c
1246
struct ixgbe_aci_cmd_get_phy_caps_data *pcaps)
sys/dev/ixgbe/ixgbe_e610.c
1288
ixgbe_phy_caps_equals_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *phy_caps,
sys/dev/ixgbe/ixgbe_e610.c
1324
void ixgbe_copy_phy_caps_to_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,
sys/dev/ixgbe/ixgbe_e610.c
1500
struct ixgbe_aci_cmd_get_phy_caps_data *pcaps;
sys/dev/ixgbe/ixgbe_e610.c
1514
pcaps = (struct ixgbe_aci_cmd_get_phy_caps_data *)
sys/dev/ixgbe/ixgbe_e610.c
4543
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
sys/dev/ixgbe/ixgbe_e610.c
4612
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
sys/dev/ixgbe/ixgbe_e610.c
4785
struct ixgbe_aci_cmd_get_phy_caps_data* pcaps = NULL;
sys/dev/ixgbe/ixgbe_e610.c
4795
pcaps = (struct ixgbe_aci_cmd_get_phy_caps_data *)
sys/dev/ixgbe/ixgbe_e610.c
4851
struct ixgbe_aci_cmd_get_phy_caps_data pcaps = { 0 };
sys/dev/ixgbe/ixgbe_e610.c
5011
struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = { 0 };
sys/dev/ixgbe/ixgbe_e610.c
5156
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
sys/dev/ixgbe/ixgbe_e610.c
5291
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
sys/dev/ixgbe/ixgbe_e610.c
5396
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
sys/dev/ixgbe/ixgbe_e610.c
5521
struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = { 0 };
sys/dev/ixgbe/ixgbe_e610.c
5562
struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = { 0 };
sys/dev/ixgbe/ixgbe_e610.h
66
struct ixgbe_aci_cmd_get_phy_caps_data *pcaps);
sys/dev/ixgbe/ixgbe_e610.h
67
bool ixgbe_phy_caps_equals_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,
sys/dev/ixgbe/ixgbe_e610.h
69
void ixgbe_copy_phy_caps_to_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,
sys/dev/ixgbe/ixgbe_type_e610.h
884
IXGBE_CHECK_STRUCT_LEN(560, ixgbe_aci_cmd_get_phy_caps_data);