Searched refs:bss_data (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | mmap.c | 25 struct test_mmap__bss *bss_data; in test_mmap() local 89 bss_data = bss_mmaped; in test_mmap() 92 CHECK_FAIL(bss_data->in_val); in test_mmap() 93 CHECK_FAIL(bss_data->out_val); in test_mmap() 105 bss_data->in_val = 123; in test_mmap() 111 CHECK_FAIL(bss_data->in_val != 123); in test_mmap() 112 CHECK_FAIL(bss_data->out_val != 123); in test_mmap() 187 bss_data->in_val = 321; in test_mmap() 189 CHECK_FAIL(bss_data->in_val != 321); in test_mmap() 190 CHECK_FAIL(bss_data->out_val != 321); in test_mmap() [all …]
|
D | timer.c | 31 ASSERT_EQ(timer_skel->bss->bss_data, 10, "bss_data"); in timer()
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | timer.c | 56 __u64 bss_data; variable 74 bss_data += 5; in timer_cb1()
|
/linux-6.6.21/drivers/net/wireless/ath/wil6210/ |
D | wmi.c | 871 struct cfg80211_inform_bss bss_data = { in wmi_evt_rx_mgmt() local 891 bss = cfg80211_inform_bss_frame_data(wiphy, &bss_data, in wmi_evt_rx_mgmt() 1391 struct cfg80211_inform_bss bss_data = { in wmi_evt_sched_scan_result() local 1438 bss_data.signal = signal; in wmi_evt_sched_scan_result() 1439 bss_data.chan = channel; in wmi_evt_sched_scan_result() 1440 bss = cfg80211_inform_bss_frame_data(wiphy, &bss_data, rx_mgmt_frame, in wmi_evt_sched_scan_result()
|
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 3349 struct cfg80211_inform_bss bss_data = {}; in brcmf_inform_single_bss() local 3369 bss_data.chan = ieee80211_get_channel(wiphy, freq); in brcmf_inform_single_bss() 3370 bss_data.scan_width = NL80211_BSS_CHAN_WIDTH_20; in brcmf_inform_single_bss() 3371 bss_data.boottime_ns = ktime_to_ns(ktime_get_boottime()); in brcmf_inform_single_bss() 3377 bss_data.signal = (s16)le16_to_cpu(bi->RSSI) * 100; in brcmf_inform_single_bss() 3383 brcmf_dbg(CONN, "Signal: %d\n", bss_data.signal); in brcmf_inform_single_bss() 3385 bss = cfg80211_inform_bss_data(wiphy, &bss_data, in brcmf_inform_single_bss()
|