Searched refs:mmsv (Results 1 – 9 of 9) sorted by relevance
| /drivers/net/ethernet/stmicro/stmmac/ |
| A D | stmmac_fpe.c | 45 static void stmmac_fpe_configure_tx(struct ethtool_mmsv *mmsv, bool tx_enable) in stmmac_fpe_configure_tx() argument 47 struct stmmac_fpe_cfg *cfg = container_of(mmsv, struct stmmac_fpe_cfg, mmsv); in stmmac_fpe_configure_tx() 67 static void stmmac_fpe_configure_pmac(struct ethtool_mmsv *mmsv, bool pmac_enable) in stmmac_fpe_configure_pmac() argument 69 struct stmmac_fpe_cfg *cfg = container_of(mmsv, struct stmmac_fpe_cfg, mmsv); in stmmac_fpe_configure_pmac() 91 static void stmmac_fpe_send_mpacket(struct ethtool_mmsv *mmsv, in stmmac_fpe_send_mpacket() argument 94 struct stmmac_fpe_cfg *cfg = container_of(mmsv, struct stmmac_fpe_cfg, mmsv); in stmmac_fpe_send_mpacket() 117 struct ethtool_mmsv *mmsv = &fpe_cfg->mmsv; in stmmac_fpe_event_status() local 123 ethtool_mmsv_event_handle(mmsv, ETHTOOL_MMSV_LP_SENT_VERIFY_MPACKET); in stmmac_fpe_event_status() 126 ethtool_mmsv_event_handle(mmsv, ETHTOOL_MMSV_LD_SENT_VERIFY_MPACKET); in stmmac_fpe_event_status() 129 ethtool_mmsv_event_handle(mmsv, ETHTOOL_MMSV_LP_SENT_RESPONSE_MPACKET); in stmmac_fpe_event_status() [all …]
|
| A D | stmmac.h | 152 struct ethtool_mmsv mmsv; member
|
| A D | stmmac_ethtool.c | 1179 ethtool_mmsv_get_mm(&priv->fpe_cfg.mmsv, state); in stmmac_get_mm() 1197 ethtool_mmsv_set_mm(&priv->fpe_cfg.mmsv, cfg); in stmmac_set_mm()
|
| A D | stmmac_main.c | 956 ethtool_mmsv_link_state_handle(&priv->fpe_cfg.mmsv, false); in stmmac_mac_link_down() 1074 ethtool_mmsv_link_state_handle(&priv->fpe_cfg.mmsv, true); in stmmac_mac_link_up() 4171 ethtool_mmsv_stop(&priv->fpe_cfg.mmsv); in stmmac_release() 7880 ethtool_mmsv_stop(&priv->fpe_cfg.mmsv); in stmmac_suspend()
|
| /drivers/net/ethernet/intel/igc/ |
| A D | igc_tsn.h | 32 adapter->fpe.mmsv.pmac_enabled; in igc_fpe_is_pmac_enabled() 47 struct ethtool_mmsv *mmsv = &adapter->fpe.mmsv; in igc_fpe_handle_mpacket() local 55 ethtool_mmsv_event_handle(mmsv, event); in igc_fpe_handle_mpacket()
|
| A D | igc_tsn.c | 119 static void igc_fpe_configure_tx(struct ethtool_mmsv *mmsv, bool tx_enable) in igc_fpe_configure_tx() argument 121 struct igc_fpe_t *fpe = container_of(mmsv, struct igc_fpe_t, mmsv); in igc_fpe_configure_tx() 131 static void igc_fpe_send_mpacket(struct ethtool_mmsv *mmsv, in igc_fpe_send_mpacket() argument 134 struct igc_fpe_t *fpe = container_of(mmsv, struct igc_fpe_t, mmsv); in igc_fpe_send_mpacket() 160 ethtool_mmsv_init(&adapter->fpe.mmsv, adapter->netdev, &igc_mmsv_ops); in igc_fpe_init() 245 if (adapter->fpe.mmsv.pmac_enabled) in igc_tsn_new_flags() 611 if (adapter->fpe.mmsv.pmac_enabled) in igc_tsn_enable_offload() 677 if (adapter->fpe.mmsv.pmac_enabled) { in igc_tsn_reset()
|
| A D | igc.h | 44 struct ethtool_mmsv mmsv; member
|
| A D | igc_ethtool.c | 1817 ethtool_mmsv_get_mm(&fpe->mmsv, cmd); in igc_ethtool_get_mm() 1836 if (fpe->mmsv.pmac_enabled != cmd->pmac_enabled) { in igc_ethtool_set_mm() 1843 ethtool_mmsv_set_mm(&fpe->mmsv, cmd); in igc_ethtool_set_mm()
|
| A D | igc_main.c | 3164 ethtool_mmsv_event_handle(&adapter->fpe.mmsv, in igc_clean_tx_irq() 5380 if (adapter->fpe.mmsv.pmac_enabled) in igc_down() 5381 ethtool_mmsv_stop(&adapter->fpe.mmsv); in igc_down() 5908 if (adapter->fpe.mmsv.pmac_enabled) in igc_watchdog_task() 5909 ethtool_mmsv_link_state_handle(&adapter->fpe.mmsv, in igc_watchdog_task() 5947 if (adapter->fpe.mmsv.pmac_enabled) in igc_watchdog_task() 5948 ethtool_mmsv_link_state_handle(&adapter->fpe.mmsv, in igc_watchdog_task()
|
Completed in 45 milliseconds