Home
last modified time | relevance | path

Searched refs:wiphy_name (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_trace.h16 #define DEV_ENTRY __array(char, wiphy_name, 32)
17 #define DEV_ASSIGN strscpy(__entry->wiphy_name, \
18 wiphy_name(mt76_hw(dev)->wiphy), MAXNAME)
20 #define DEV_PR_ARG __entry->wiphy_name
H A Dmt76x02_trace.h16 #define DEV_ENTRY __array(char, wiphy_name, 32)
17 #define DEV_ASSIGN strscpy(__entry->wiphy_name, \
18 wiphy_name(mt76_hw(dev)->wiphy), MAXNAME)
20 #define DEV_PR_ARG __entry->wiphy_name
H A Dusb_trace.h16 #define DEV_ENTRY __array(char, wiphy_name, 32)
17 #define DEV_ASSIGN strscpy(__entry->wiphy_name, \
18 wiphy_name(dev->hw->wiphy), MAXNAME)
20 #define DEV_PR_ARG __entry->wiphy_name
H A Dtrace.h16 #define DEV_ENTRY __array(char, wiphy_name, 32)
17 #define DEVICE_ASSIGN strscpy(__entry->wiphy_name, \
18 wiphy_name(dev->hw->wiphy), MAXNAME)
20 #define DEV_PR_ARG __entry->wiphy_name
H A Ddma.c989 wiphy_name(dev->hw->wiphy)); in mt76_dma_init()
H A Dmac80211.c237 wiphy_name(hw->wiphy)); in mt76_led_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmt7615_trace.h16 #define DEV_ENTRY __array(char, wiphy_name, 32)
17 #define DEV_ASSIGN strscpy(__entry->wiphy_name, \
18 wiphy_name(mt76_hw(dev)->wiphy), MAXNAME)
20 #define DEV_PR_ARG __entry->wiphy_name
H A Dinit.c59 wiphy_name(wiphy)); in mt7615_thermal_init()
/freebsd/sys/contrib/dev/athk/
H A Dtrace.h41 __string(device, wiphy_name(wiphy))
47 __assign_str(device, wiphy_name(wiphy));
H A Dmain.c89 level, wiphy_name(common->hw->wiphy), &vaf); in ath_printk()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dled.c74 wiphy_name(mvm->hw->wiphy)); in iwl_mvm_leds_init()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dfwlog.c1499 printk("[%s] ", wiphy_name(ar->hw->wiphy)); in ath10k_fwlog_parse_msg()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dinit.c55 wiphy_name(wiphy)); in mt7925_thermal_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.c55 wiphy_name(wiphy)); in mt7921_thermal_init()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dreg.c55 "Regulatory Notification received for %s\n", wiphy_name(wiphy)); in ath12k_reg_notifier()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dreg.c56 "Regulatory Notification received for %s\n", wiphy_name(wiphy)); in ath11k_reg_notifier()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c1890 wiphy_name(dev->mt76.hw->wiphy)); in mt7996_mac_reset_work()
2017 wiphy_name(dev->mt76.hw->wiphy)); in mt7996_mac_reset_work()
2102 wiphy_name(dev->mt76.hw->wiphy)); in mt7996_reset()
H A Ddebugfs.c466 wiphy_name(phy->mt76->hw->wiphy), band_idx); in mt7996_ampdu_stat_read_phy()
H A Dinit.c223 wiphy_name(wiphy), phy->mt76->band_idx); in mt7996_thermal_init()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c205 wiphy_name(wiphy)); in mt7915_thermal_init()
H A Dmac.c1731 wiphy_name(dev->mt76.hw->wiphy)); in mt7915_reset()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1598 wiphy_name(struct wiphy *wiphy) in wiphy_name() function
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c6561 lhw->workq = alloc_ordered_workqueue(wiphy_name(hw->wiphy), 0);