Symbol: ixgbe_aci_cmd_get_phy_caps_data
sys/dev/ixgbe/ixgbe_e610.c
1245
struct ixgbe_aci_cmd_get_phy_caps_data *pcaps)
sys/dev/ixgbe/ixgbe_e610.c
1287
ixgbe_phy_caps_equals_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *phy_caps,
sys/dev/ixgbe/ixgbe_e610.c
1323
void ixgbe_copy_phy_caps_to_cfg(struct ixgbe_aci_cmd_get_phy_caps_data *caps,
sys/dev/ixgbe/ixgbe_e610.c
1499
struct ixgbe_aci_cmd_get_phy_caps_data *pcaps;
sys/dev/ixgbe/ixgbe_e610.c
1513
pcaps = (struct ixgbe_aci_cmd_get_phy_caps_data *)
sys/dev/ixgbe/ixgbe_e610.c
4542
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
sys/dev/ixgbe/ixgbe_e610.c
4611
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
sys/dev/ixgbe/ixgbe_e610.c
4784
struct ixgbe_aci_cmd_get_phy_caps_data* pcaps = NULL;
sys/dev/ixgbe/ixgbe_e610.c
4794
pcaps = (struct ixgbe_aci_cmd_get_phy_caps_data *)
sys/dev/ixgbe/ixgbe_e610.c
4850
struct ixgbe_aci_cmd_get_phy_caps_data pcaps = { 0 };
sys/dev/ixgbe/ixgbe_e610.c
5010
struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = { 0 };
sys/dev/ixgbe/ixgbe_e610.c
5155
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
sys/dev/ixgbe/ixgbe_e610.c
5290
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
sys/dev/ixgbe/ixgbe_e610.c
5395
struct ixgbe_aci_cmd_get_phy_caps_data pcaps;
sys/dev/ixgbe/ixgbe_e610.c
5520
struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = { 0 };
sys/dev/ixgbe/ixgbe_e610.c
5561
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);