Symbol: ixgbe_mac_operations
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
1116
static const struct ixgbe_mac_operations mac_ops_82598 = {
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
2173
static const struct ixgbe_mac_operations mac_ops_82599 = {
drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c
3956
static const struct ixgbe_mac_operations mac_ops_e610 = {
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h
3644
struct ixgbe_mac_operations ops;
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h
3764
const struct ixgbe_mac_operations *mac_ops;
drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c
831
static const struct ixgbe_mac_operations mac_ops_X540 = {
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
3962
static const struct ixgbe_mac_operations mac_ops_X550 = {
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
3988
static const struct ixgbe_mac_operations mac_ops_X550EM_x = {
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
4010
static const struct ixgbe_mac_operations mac_ops_X550EM_x_fw = {
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
4032
static const struct ixgbe_mac_operations mac_ops_x550em_a = {
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
4053
static const struct ixgbe_mac_operations mac_ops_x550em_a_fw = {
drivers/net/ethernet/intel/ixgbevf/vf.c
1117
static const struct ixgbe_mac_operations ixgbevf_mac_ops = {
drivers/net/ethernet/intel/ixgbevf/vf.c
1136
static const struct ixgbe_mac_operations ixgbevf_hv_mac_ops = {
drivers/net/ethernet/intel/ixgbevf/vf.h
153
const struct ixgbe_mac_operations *mac_ops;
drivers/net/ethernet/intel/ixgbevf/vf.h
64
struct ixgbe_mac_operations ops;