/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt792x_trace.h | 16 #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 D | mt76x02_trace.h | 16 #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 D | usb_trace.h | 16 #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 D | trace.h | 16 #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 D | dma.c | 989 wiphy_name(dev->hw->wiphy)); in mt76_dma_init()
|
H A D | mac80211.c | 237 wiphy_name(hw->wiphy)); in mt76_led_init()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mt7615_trace.h | 16 #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 D | init.c | 59 wiphy_name(wiphy)); in mt7615_thermal_init()
|
/freebsd/sys/contrib/dev/athk/ |
H A D | trace.h | 41 __string(device, wiphy_name(wiphy)) 47 __assign_str(device, wiphy_name(wiphy));
|
H A D | main.c | 89 level, wiphy_name(common->hw->wiphy), &vaf); in ath_printk()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | led.c | 74 wiphy_name(mvm->hw->wiphy)); in iwl_mvm_leds_init()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | fwlog.c | 1499 printk("[%s] ", wiphy_name(ar->hw->wiphy)); in ath10k_fwlog_parse_msg()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
H A D | init.c | 55 wiphy_name(wiphy)); in mt7925_thermal_init()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | init.c | 55 wiphy_name(wiphy)); in mt7921_thermal_init()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | reg.c | 55 "Regulatory Notification received for %s\n", wiphy_name(wiphy)); in ath12k_reg_notifier()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | reg.c | 56 "Regulatory Notification received for %s\n", wiphy_name(wiphy)); in ath11k_reg_notifier()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 1890 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 D | debugfs.c | 466 wiphy_name(phy->mt76->hw->wiphy), band_idx); in mt7996_ampdu_stat_read_phy()
|
H A D | init.c | 223 wiphy_name(wiphy), phy->mt76->band_idx); in mt7996_thermal_init()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | init.c | 205 wiphy_name(wiphy)); in mt7915_thermal_init()
|
H A D | mac.c | 1731 wiphy_name(dev->mt76.hw->wiphy)); in mt7915_reset()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 1598 wiphy_name(struct wiphy *wiphy) in wiphy_name() function
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 6561 lhw->workq = alloc_ordered_workqueue(wiphy_name(hw->wiphy), 0);
|