Home
last modified time | relevance | path

Searched refs:link_conf_dereference_check (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dpower.c229 link_conf = link_conf_dereference_check(vif, link_id); in iwl_mld_power_build_cmd()
H A Dnotif.c143 bss_conf = link_conf_dereference_check(vif, link_id); in iwl_mld_mu_mimo_iface_iterator()
H A Dscan.c1860 link_conf_dereference_check(vif, link_id); in iwl_mld_int_mlo_scan()
H A Dmac80211.c1937 link_conf_dereference_check(vif, link_sta->link_id); in iwl_mld_sta_rc_update()
/linux/include/net/
H A Dmac80211.h2109 (link = link_conf_dereference_check(vif, link_id)))
2153 #define link_conf_dereference_check(vif, link_id) \ macro