Home
last modified time | relevance | path

Searched refs:ethtool_mmsv (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dethtool.h809 struct ethtool_mmsv;
824 void (*configure_tx)(struct ethtool_mmsv *mmsv, bool tx_active);
825 void (*configure_pmac)(struct ethtool_mmsv *mmsv, bool pmac_enabled);
826 void (*send_mpacket)(struct ethtool_mmsv *mmsv, enum ethtool_mpacket mpacket);
843 struct ethtool_mmsv { struct
856 void ethtool_mmsv_stop(struct ethtool_mmsv *mmsv); argument
857 void ethtool_mmsv_link_state_handle(struct ethtool_mmsv *mmsv, bool up);
858 void ethtool_mmsv_event_handle(struct ethtool_mmsv *mmsv,
860 void ethtool_mmsv_get_mm(struct ethtool_mmsv *mmsv,
862 void ethtool_mmsv_set_mm(struct ethtool_mmsv *mmsv, struct ethtool_mm_cfg *cfg);
[all …]
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_fpe.c45 static void stmmac_fpe_configure_tx(struct ethtool_mmsv *mmsv, bool tx_enable) in stmmac_fpe_configure_tx()
67 static void stmmac_fpe_configure_pmac(struct ethtool_mmsv *mmsv, bool pmac_enable) in stmmac_fpe_configure_pmac()
94 static void stmmac_fpe_send_mpacket(struct ethtool_mmsv *mmsv, in stmmac_fpe_send_mpacket()
120 struct ethtool_mmsv *mmsv = &fpe_cfg->mmsv; in stmmac_fpe_event_status()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_tsn.h47 struct ethtool_mmsv *mmsv = &adapter->fpe.mmsv; in igc_fpe_handle_mpacket()
H A Digc_tsn.c126 static void igc_fpe_configure_tx(struct ethtool_mmsv *mmsv, bool tx_enable) in igc_fpe_configure_tx()
138 static void igc_fpe_send_mpacket(struct ethtool_mmsv *mmsv, in igc_fpe_send_mpacket()
H A Digc.h45 struct ethtool_mmsv mmsv;