Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.c5237 struct cfg_host_event *h_evt = (struct cfg_host_event *)rxdesc; local
5238 if (h_evt->h_event == SOC_EVT_NO_BA)
5245 else if (h_evt->h_event == SOC_EVT_RC_MPDU_REPORT)
5258 else if (h_evt->h_event == SOC_EVT_SDIO_TEST_COMMAND)
5260 if(h_evt->evt_seq_no == 0)
5263 sc->sdio_rx_evt_size = h_evt->len;
5268 sc->sdio_rx_evt_size += h_evt->len;
5278 else if (h_evt->h_event == SOC_EVT_WATCHDOG_TRIGGER)
5284 else if (h_evt->h_event == SOC_EVT_RESET_HOST)
5297 else if(h_evt->h_event == SOC_EVT_NOA)
[all …]