/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | cmsg.c | 76 unsigned int mtu, bool mtu_only) in nfp_flower_cmsg_portmod() 91 if (mtu_only) in nfp_flower_cmsg_portmod() 75 nfp_flower_cmsg_portmod(struct nfp_repr *repr, bool carrier_ok, unsigned int mtu, bool mtu_only) nfp_flower_cmsg_portmod() argument
|
H A D | cmsg.h | 737 unsigned int mtu, bool mtu_only);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | cmsg.c | 76 unsigned int mtu, bool mtu_only) in nfp_flower_cmsg_portmod() 91 if (mtu_only) in nfp_flower_cmsg_portmod() 75 nfp_flower_cmsg_portmod(struct nfp_repr *repr, bool carrier_ok, unsigned int mtu, bool mtu_only) nfp_flower_cmsg_portmod() argument
|
H A D | cmsg.h | 744 unsigned int mtu, bool mtu_only);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx_common.h | 96 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 | siena.c | 637 static int siena_mac_reconfigure(struct efx_nic *efx, bool mtu_only __always_unused) in siena_mac_reconfigure()
|
H A D | net_driver.h | 1372 int (*reconfigure_mac)(struct efx_nic *efx, bool mtu_only);
|
H A D | ef10.c | 3341 static int efx_ef10_mac_reconfigure(struct efx_nic *efx, bool mtu_only) in efx_ef10_mac_reconfigure() argument 3347 if (mtu_only && efx_has_cap(efx, SET_MAC_ENHANCED)) in efx_ef10_mac_reconfigure()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx_common.h | 96 void efx_mac_reconfigure(struct efx_nic *efx, bool mtu_only);
|
H A 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()
|
H A 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()
|
H A D | net_driver.h | 1383 int (*reconfigure_mac)(struct efx_nic *efx, bool mtu_only);
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx_common.h | 99 void efx_siena_mac_reconfigure(struct efx_nic *efx, bool mtu_only);
|
H A 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()
|
H A D | siena.c | 640 static int siena_mac_reconfigure(struct efx_nic *efx, bool mtu_only __always_unused) in siena_mac_reconfigure()
|
H A D | net_driver.h | 1334 int (*reconfigure_mac)(struct efx_nic *efx, bool mtu_only);
|