Searched refs:reconfigure_mac (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.c142 /* We assume that efx->type->reconfigure_mac will always try to sync RX
147 if (efx->type->reconfigure_mac) {
149 efx->type->reconfigure_mac(efx, mtu_only);
H A Dsiena.c1009 .reconfigure_mac = siena_mac_reconfigure,
H A Dnet_driver.h1186 * @reconfigure_mac: Push MAC address, MTU, flow control and filter settings
1334 int (*reconfigure_mac)(struct efx_nic *efx, bool mtu_only); member in struct:efx_nic_type
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.c138 /* We assume that efx->type->reconfigure_mac will always try to sync RX
143 if (efx->type->reconfigure_mac) {
145 efx->type->reconfigure_mac(efx, mtu_only);
H A Def100_nic.c1298 .reconfigure_mac = ef100_reconfigure_mac,
1380 .reconfigure_mac = ef100_reconfigure_mac,
H A Dnet_driver.h1238 * @reconfigure_mac: Push MAC address, MTU, flow control and filter settings
1383 int (*reconfigure_mac)(struct efx_nic *efx, bool mtu_only); member in struct:efx_nic_type
H A Def10.c4082 .reconfigure_mac = efx_ef10_mac_reconfigure,
4193 .reconfigure_mac = efx_ef10_mac_reconfigure,
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h957 * @reconfigure_mac: Push MAC address, MTU, flow control and filter settings
1070 int (*reconfigure_mac)(struct ef4_nic *efx); member in struct:ef4_nic_type
H A Dfalcon.c2737 .reconfigure_mac = falcon_reconfigure_xmac,
2834 .reconfigure_mac = falcon_reconfigure_xmac,
H A Defx.c955 /* We assume that efx->type->reconfigure_mac will always try to sync RX
961 efx->type->reconfigure_mac(efx);

Completed in 174 milliseconds