Searched refs:rxframe (Results 1 – 4 of 4) sorted by relevance
423 ep->rxframe = kmalloc(sizeof(*ep->rxframe), GFP_ATOMIC); in qe_ep_rxbd_update()424 if (ep->rxframe == NULL) { in qe_ep_rxbd_update()429 qe_frame_init(ep->rxframe); in qe_ep_rxbd_update()441 kfree(ep->rxframe); in qe_ep_rxbd_update()687 kfree(ep->rxframe); in qe_ep_init()801 pframe = ep->rxframe; in ep0_setup_handle()826 pframe = ep->rxframe; in qe_ep0_rx()899 pframe = ep->rxframe; in qe_ep_rxframe_handle()957 pframe = ep->rxframe; in ep_rx_tasklet()1032 pframe = ep->rxframe; in qe_ep_rx()[all …]
281 struct qe_frame *rxframe; member
639 const struct can_frame *rxframe = (struct can_frame *)skb->data; in bcm_rx_handler() local645 if (op->can_id != rxframe->can_id) in bcm_rx_handler()663 bcm_rx_update_and_send(op, &op->last_frames[0], rxframe); in bcm_rx_handler()669 bcm_rx_cmp_to_index(op, 0, rxframe); in bcm_rx_handler()682 if ((GET_U64(&op->frames[0]) & GET_U64(rxframe)) == in bcm_rx_handler()685 bcm_rx_cmp_to_index(op, i, rxframe); in bcm_rx_handler()
1360 struct brcmf_rx_mgmt_data *rxframe = (struct brcmf_rx_mgmt_data *)data; in brcmf_p2p_notify_action_frame_rx() local1361 u8 *frame = (u8 *)(rxframe + 1); in brcmf_p2p_notify_action_frame_rx()1370 ch.chspec = be16_to_cpu(rxframe->chanspec); in brcmf_p2p_notify_action_frame_rx()1856 struct brcmf_rx_mgmt_data *rxframe = (struct brcmf_rx_mgmt_data *)data; in brcmf_p2p_notify_rx_mgmt_p2p_probereq() local1857 u16 chanspec = be16_to_cpu(rxframe->chanspec); in brcmf_p2p_notify_rx_mgmt_p2p_probereq()1867 ch.chspec = be16_to_cpu(rxframe->chanspec); in brcmf_p2p_notify_rx_mgmt_p2p_probereq()1895 mgmt_frame = (u8 *)(rxframe + 1); in brcmf_p2p_notify_rx_mgmt_p2p_probereq()1896 mgmt_frame_len = e->datalen - sizeof(*rxframe); in brcmf_p2p_notify_rx_mgmt_p2p_probereq()