Home
last modified time | relevance | path

Searched refs:ef4_nic_rev (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dworkarounds.h18 #define EF4_WORKAROUND_FALCON_A(efx) (ef4_nic_rev(efx) <= EF4_REV_FALCON_A1)
19 #define EF4_WORKAROUND_FALCON_AB(efx) (ef4_nic_rev(efx) <= EF4_REV_FALCON_B0)
Dfalcon.c1049 if ((ef4_nic_rev(efx) != EF4_REV_FALCON_B0) || LOOPBACK_INTERNAL(efx)) in falcon_ack_status_intr()
1279 if (ef4_nic_rev(efx) < EF4_REV_FALCON_B0) { in falcon_reset_macs()
1341 if ((ef4_nic_rev(efx) < EF4_REV_FALCON_B0) || in falcon_drain_tx_fifo()
1357 if (ef4_nic_rev(efx) < EF4_REV_FALCON_B0) in falcon_deconfigure_mac_wrapper()
1396 if (ef4_nic_rev(efx) >= EF4_REV_FALCON_B0) { in falcon_reconfigure_mac_wrapper()
1411 if (ef4_nic_rev(efx) >= EF4_REV_FALCON_B0) in falcon_reconfigure_mac_wrapper()
1491 WARN_ON(ef4_nic_rev(efx) > EF4_REV_FALCON_B0); in falcon_reconfigure_port()
1715 if (ef4_nic_rev(efx) >= EF4_REV_FALCON_B0) in falcon_probe_port()
1755 if ((ef4_nic_rev(efx) == EF4_REV_FALCON_B0) && in falcon_handle_global_event()
1761 if (ef4_nic_rev(efx) <= EF4_REV_FALCON_A1 ? in falcon_handle_global_event()
[all …]
Dfarch.c399 if (ef4_nic_rev(efx) >= EF4_REV_FALCON_B0) { in ef4_farch_tx_init()
409 if (ef4_nic_rev(efx) < EF4_REV_FALCON_B0) { in ef4_farch_tx_init()
421 if (ef4_nic_rev(efx) >= EF4_REV_FALCON_B0) { in ef4_farch_tx_init()
526 bool is_b0 = ef4_nic_rev(efx) >= EF4_REV_FALCON_B0; in ef4_farch_rx_init()
895 rx_ev_drib_nib = ((ef4_nic_rev(efx) >= EF4_REV_FALCON_B0) ? in ef4_farch_handle_rx_not_ok()
1624 BUG_ON(ef4_nic_rev(efx) < EF4_REV_FALCON_B0); in ef4_farch_rx_push_indir_table()
1734 if (ef4_nic_rev(efx) >= EF4_REV_FALCON_B0) in ef4_farch_init_common()
1738 if (ef4_nic_rev(efx) >= EF4_REV_FALCON_B0) { in ef4_farch_init_common()
1933 } else if (ef4_nic_rev(efx) >= EF4_REV_FALCON_B0) { in ef4_farch_filter_push_rx_config()
2741 if (ef4_nic_rev(efx) >= EF4_REV_FALCON_B0) { in ef4_farch_filter_table_probe()
Dnic.h25 static inline int ef4_nic_rev(struct ef4_nic *efx) in ef4_nic_rev() function
35 return ef4_nic_rev(efx) < EF4_REV_FALCON_B0; in ef4_nic_is_dual_func()
Dtx.c443 if (ef4_nic_rev(efx) < EF4_REV_FALCON_B0 || num_tc > EF4_MAX_TX_TC) in ef4_setup_tc()
Dethtool.c977 if (ef4_nic_rev(efx) < min_revision) in ef4_ethtool_get_rxnfc()
1251 return ((ef4_nic_rev(efx) < EF4_REV_FALCON_B0 || in ef4_ethtool_get_rxfh_indir_size()