Searched refs:ethtool_mmsv (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ethtool/ |
| H A D | mm.c | 287 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() 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/include/linux/ |
| H A D | ethtool.h | 760 struct ethtool_mmsv; 775 void (*configure_tx)(struct ethtool_mmsv *mmsv, bool tx_active); 776 void (*configure_pmac)(struct ethtool_mmsv *mmsv, bool pmac_enabled); 777 void (*send_mpacket)(struct ethtool_mmsv *mmsv, enum ethtool_mpacket mpacket); 794 struct ethtool_mmsv { struct 807 void ethtool_mmsv_stop(struct ethtool_mmsv *mmsv); argument 808 void ethtool_mmsv_link_state_handle(struct ethtool_mmsv *mmsv, bool up); 809 void ethtool_mmsv_event_handle(struct ethtool_mmsv *mmsv, 811 void ethtool_mmsv_get_mm(struct ethtool_mmsv *mmsv, 813 void ethtool_mmsv_set_mm(struct ethtool_mmsv *mmsv, struct ethtool_mm_cfg *cfg); [all …]
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_tsn.h | 47 struct ethtool_mmsv *mmsv = &adapter->fpe.mmsv; in igc_fpe_handle_mpacket()
|
| H A D | igc_tsn.c | 119 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 D | igc.h | 44 struct ethtool_mmsv mmsv;
|