Searched refs:efx_has_cap (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | mcdi_filters.c | 846 if (efx_has_cap(efx, VXLAN_NVGRE)) in efx_mcdi_filter_insert_def() 1322 if (efx_has_cap(efx, VXLAN_NVGRE)) in efx_mcdi_filter_table_probe() 1957 if (efx_has_cap(efx, RX_RSS_LIMITED)) in efx_mcdi_filter_alloc_rss_context() 1978 if (efx_has_cap(efx, ADDITIONAL_RSS_MODES)) in efx_mcdi_filter_alloc_rss_context()
|
D | ef10.c | 1356 if (efx_has_cap(efx, VXLAN_NVGRE) && !efx_ef10_is_vf(efx)) in efx_ef10_init_nic() 1365 if (efx_has_cap(efx, TX_TSO_V2_ENCAP)) { in efx_ef10_init_nic() 2370 if (efx_has_cap(efx, TX_TSO_V2)) { in efx_ef10_tx_init() 2377 } else if (efx_has_cap(efx, TX_TSO)) { in efx_ef10_tx_init() 2405 if (tx_queue->tso_version == 2 && efx_has_cap(efx, TX_TSO_V2_ENCAP)) in efx_ef10_tx_init() 3378 if (mtu_only && efx_has_cap(efx, SET_MAC_ENHANCED)) in efx_ef10_mac_reconfigure()
|
D | ef100_nic.c | 444 if (mtu_only && efx_has_cap(efx, SET_MAC_ENHANCED)) in ef100_reconfigure_mac() 1116 if (efx_has_cap(efx, UNSOL_EV_CREDIT_SUPPORTED)) { in ef100_probe_main()
|
D | mcdi.h | 391 #define efx_has_cap(efx, field) \ macro
|
D | ptp.c | 366 return efx_has_cap(efx, TX_MAC_TIMESTAMPING); in efx_ptp_use_mac_tx_timestamps()
|
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | mcdi.h | 338 #define efx_has_cap(efx, field) \ macro
|
D | ptp.c | 360 return efx_has_cap(efx, TX_MAC_TIMESTAMPING); in efx_siena_ptp_use_mac_tx_timestamps()
|