Searched refs:mtu_only (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/flower/ |
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()
|
D | cmsg.h | 744 unsigned int mtu, bool mtu_only);
|
/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
D | efx_common.h | 99 void efx_siena_mac_reconfigure(struct efx_nic *efx, bool mtu_only);
|
D | efx_common.c | 145 void efx_siena_mac_reconfigure(struct efx_nic *efx, bool mtu_only) in efx_siena_mac_reconfigure() argument 149 efx->type->reconfigure_mac(efx, mtu_only); in efx_siena_mac_reconfigure()
|
D | net_driver.h | 1334 int (*reconfigure_mac)(struct efx_nic *efx, bool mtu_only);
|
D | siena.c | 640 static int siena_mac_reconfigure(struct efx_nic *efx, bool mtu_only __always_unused) in siena_mac_reconfigure()
|
/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | efx_common.h | 96 void efx_mac_reconfigure(struct efx_nic *efx, bool mtu_only);
|
D | efx_common.c | 141 void efx_mac_reconfigure(struct efx_nic *efx, bool mtu_only) in efx_mac_reconfigure() argument 145 efx->type->reconfigure_mac(efx, mtu_only); in efx_mac_reconfigure()
|
D | ef100_nic.c | 438 static int ef100_reconfigure_mac(struct efx_nic *efx, bool mtu_only) in ef100_reconfigure_mac() argument 444 if (mtu_only && efx_has_cap(efx, SET_MAC_ENHANCED)) in ef100_reconfigure_mac()
|
D | net_driver.h | 1383 int (*reconfigure_mac)(struct efx_nic *efx, bool mtu_only);
|
D | ef10.c | 3372 static int efx_ef10_mac_reconfigure(struct efx_nic *efx, bool mtu_only) in efx_ef10_mac_reconfigure() argument 3378 if (mtu_only && efx_has_cap(efx, SET_MAC_ENHANCED)) in efx_ef10_mac_reconfigure()
|