Home
last modified time | relevance | path

Searched refs:SFX (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/lib/traceevent/plugins/
Dplugin_mac80211.c43 #define SFX(fn) tep_print_num_field(s, fn ":%#x", event, fn, record, 0) macro
66 SFX("assoc_cap"); SP(); in drv_bss_info_changed()
67 SFX("basic_rates"); SP(); in drv_bss_info_changed()
/linux-5.19.10/sound/pci/lola/
Dlola.h12 #define SFX DRVNAME ": " macro
Dlola.c64 do { if (debug > 1) pr_debug(SFX fmt, ##args); } while (0)
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c8298 #define MLXSW_SP_ROUTER_ALL_GOOD(SET, SFX) \ in mlxsw_sp_router_port_l3_stats_fetch() argument
8299 ((SET.good_unicast_ ## SFX) + \ in mlxsw_sp_router_port_l3_stats_fetch()
8300 (SET.good_multicast_ ## SFX) + \ in mlxsw_sp_router_port_l3_stats_fetch()
8301 (SET.good_broadcast_ ## SFX)) in mlxsw_sp_router_port_l3_stats_fetch()