Searched refs:mtu_only (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | cmsg.c | 76 unsigned int mtu, bool mtu_only) in nfp_flower_cmsg_portmod() argument 91 if (mtu_only) in nfp_flower_cmsg_portmod()
|
| H A D | cmsg.h | 737 unsigned int mtu, bool mtu_only);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | efx_common.h | 98 void efx_mac_reconfigure(struct efx_nic *efx, bool mtu_only);
|
| H A D | efx_common.c | 144 void efx_mac_reconfigure(struct efx_nic *efx, bool mtu_only) in efx_mac_reconfigure() argument 148 efx->type->reconfigure_mac(efx, mtu_only); in efx_mac_reconfigure()
|
| H A D | ef100_nic.c | 387 static int ef100_reconfigure_mac(struct efx_nic *efx, bool mtu_only) in ef100_reconfigure_mac() argument 393 if (mtu_only && efx_has_cap(efx, SET_MAC_ENHANCED)) in ef100_reconfigure_mac()
|
| H A D | net_driver.h | 1330 int (*reconfigure_mac)(struct efx_nic *efx, bool mtu_only);
|
| H A D | siena.c | 637 static int siena_mac_reconfigure(struct efx_nic *efx, bool mtu_only __always_unused) in siena_mac_reconfigure()
|
| H A D | ef10.c | 3323 static int efx_ef10_mac_reconfigure(struct efx_nic *efx, bool mtu_only) in efx_ef10_mac_reconfigure() argument 3329 if (mtu_only && efx_has_cap(efx, SET_MAC_ENHANCED)) in efx_ef10_mac_reconfigure()
|