Home
last modified time | relevance | path

Searched refs:refcount_ap_info (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c11983 if (refcount_inc_not_zero(&rtwdev->refcount_ap_info)) in rtw89_fw_h2c_ap_info_refcount()
11986 if (!refcount_dec_and_test(&rtwdev->refcount_ap_info)) in rtw89_fw_h2c_ap_info_refcount()
12004 refcount_set(&rtwdev->refcount_ap_info, 1); in rtw89_fw_h2c_ap_info_refcount()
H A Dcore.h7581 refcount_t refcount_ap_info; member
H A Dcore.c4502 if (!refcount_read(&rtwdev->refcount_ap_info)) in rtw89_core_rx_pkt_hdl()