Home
last modified time | relevance | path

Searched refs:ATOMIC_INC_RETURN (Results 1 – 8 of 8) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_ft.c618 evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); in rtw_ft_report_reassoc_evt()
Drtw_io.c468 value = ATOMIC_INC_RETURN(&dvobj->continual_io_error); in rtw_inc_and_chk_continual_io_error()
Drtw_mlme_ext.c12187 evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); in report_survey_event()
12243 evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); in report_surveydone_event()
12293 evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); in report_join_res()
12344 evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); in report_wmm_edca_update()
12379 evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); in report_del_sta_event()
12456 evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); in report_add_sta_event()
13821 evt_hdr->seq = ATOMIC_INC_RETURN(&pmlmeext->event_seq); in report_sta_timeout_event()
Drtw_recv.c4804 int value = ATOMIC_INC_RETURN(&sta->continual_no_rx_packet[tid_index]); in rtw_inc_and_chk_continual_no_rx_packet()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/
Dosdep_service.c2541 inline int ATOMIC_INC_RETURN(ATOMIC_T *v) in ATOMIC_INC_RETURN() function
2572 if (ATOMIC_INC_RETURN(v) > u) { in ATOMIC_INC_UNLESS()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h715 extern int ATOMIC_INC_RETURN(ATOMIC_T *v);
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c7886 *cookie = ATOMIC_INC_RETURN(&prochinfo->ro_ch_cookie_gen); in cfg80211_rtw_remain_on_channel()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_com.c16731 refcnt = ATOMIC_INC_RETURN(&protsel->refcnt); in rtw_enter_protsel()