Home
last modified time | relevance | path

Searched defs:mmsv (Results 1 – 4 of 4) sorted by relevance

/linux/net/ethtool/
H A Dmm.c287 static void ethtool_mmsv_configure_tx(struct ethtool_mmsv *mmsv, in ethtool_mmsv_configure_tx()
294 static void ethtool_mmsv_configure_pmac(struct ethtool_mmsv *mmsv, in ethtool_mmsv_configure_pmac()
301 static void ethtool_mmsv_send_mpacket(struct ethtool_mmsv *mmsv, in ethtool_mmsv_send_mpacket()
318 struct ethtool_mmsv *mmsv = timer_container_of(mmsv, t, verify_timer); in ethtool_mmsv_verify_timer() local
353 static void ethtool_mmsv_verify_timer_arm(struct ethtool_mmsv *mmsv) in ethtool_mmsv_verify_timer_arm()
363 static void ethtool_mmsv_apply(struct ethtool_mmsv *mmsv) in ethtool_mmsv_apply()
389 void ethtool_mmsv_stop(struct ethtool_mmsv *mmsv) in ethtool_mmsv_stop()
403 void ethtool_mmsv_link_state_handle(struct ethtool_mmsv *mmsv, bool up) in ethtool_mmsv_link_state_handle()
439 void ethtool_mmsv_event_handle(struct ethtool_mmsv *mmsv, in ethtool_mmsv_event_handle()
470 static bool ethtool_mmsv_is_tx_active(struct ethtool_mmsv *mmsv) in ethtool_mmsv_is_tx_active()
[all …]
/linux/drivers/net/ethernet/intel/igc/
H A Digc_tsn.h47 struct ethtool_mmsv *mmsv = &adapter->fpe.mmsv; in igc_fpe_handle_mpacket() local
H A Digc_tsn.c119 static void igc_fpe_configure_tx(struct ethtool_mmsv *mmsv, bool tx_enable) in igc_fpe_configure_tx()
131 static void igc_fpe_send_mpacket(struct ethtool_mmsv *mmsv, in igc_fpe_send_mpacket()
H A Digc.h44 struct ethtool_mmsv mmsv; member