Searched refs:rxframe (Results 1 – 4 of 4) sorted by relevance
282 struct brcmf_rx_mgmt_data *rxframe = (struct brcmf_rx_mgmt_data *)data; in brcmf_notify_auth_frame_rx() local283 u8 *frame = (u8 *)(rxframe + 1); in brcmf_notify_auth_frame_rx()291 if (e->datalen < sizeof(*rxframe)) { in brcmf_notify_auth_frame_rx()300 ch.chspec = be16_to_cpu(rxframe->chanspec); in brcmf_notify_auth_frame_rx()
420 ep->rxframe = kmalloc(sizeof(*ep->rxframe), GFP_ATOMIC); in qe_ep_rxbd_update()421 if (!ep->rxframe) in qe_ep_rxbd_update()434 kfree(ep->rxframe); in qe_ep_rxbd_update()684 kfree(ep->rxframe); in qe_ep_init()798 pframe = ep->rxframe; in ep0_setup_handle()823 pframe = ep->rxframe; in qe_ep0_rx()896 pframe = ep->rxframe; in qe_ep_rxframe_handle()1647 kfree(ep->rxframe); in qe_ep_disable()2436 ep->rxframe = NULL; in qe_ep_config()2607 kfree(ep->rxframe); in qe_udc_probe()[all …]
277 struct qe_frame *rxframe; member
1395 struct brcmf_rx_mgmt_data *rxframe = (struct brcmf_rx_mgmt_data *)data; in brcmf_p2p_notify_action_frame_rx() local1396 u8 *frame = (u8 *)(rxframe + 1); in brcmf_p2p_notify_action_frame_rx()1405 if (e->datalen < sizeof(*rxframe)) { in brcmf_p2p_notify_action_frame_rx()1410 ch.chspec = be16_to_cpu(rxframe->chanspec); in brcmf_p2p_notify_action_frame_rx()1941 struct brcmf_rx_mgmt_data *rxframe = (struct brcmf_rx_mgmt_data *)data; in brcmf_p2p_notify_rx_mgmt_p2p_probereq() local1951 if (e->datalen < sizeof(*rxframe)) { in brcmf_p2p_notify_rx_mgmt_p2p_probereq()1956 ch.chspec = be16_to_cpu(rxframe->chanspec); in brcmf_p2p_notify_rx_mgmt_p2p_probereq()1984 mgmt_frame = (u8 *)(rxframe + 1); in brcmf_p2p_notify_rx_mgmt_p2p_probereq()1985 mgmt_frame_len = e->datalen - sizeof(*rxframe); in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
Completed in 19 milliseconds