Searched refs:rf_ntfy (Results 1 – 2 of 2) sorted by relevance
266 enum rtw_rf_state *rf_ntfy = NULL; in _hal_ps_ntfy_hw_rf_state() local268 rf_ntfy = (enum rtw_rf_state *)_os_kmem_alloc(d, sizeof(*rf_ntfy)); in _hal_ps_ntfy_hw_rf_state()269 if (rf_ntfy == NULL) { in _hal_ps_ntfy_hw_rf_state()274 *rf_ntfy = rf_state; in _hal_ps_ntfy_hw_rf_state()275 msg.inbuf = (u8 *)rf_ntfy; in _hal_ps_ntfy_hw_rf_state()276 msg.inlen = sizeof(*rf_ntfy); in _hal_ps_ntfy_hw_rf_state()285 _os_kmem_free(d, rf_ntfy, sizeof(*rf_ntfy)); in _hal_ps_ntfy_hw_rf_state()