Searched refs:rxframe (Results 1 – 4 of 4) sorted by relevance
419 ep->rxframe = kmalloc(sizeof(*ep->rxframe), GFP_ATOMIC); in qe_ep_rxbd_update()420 if (!ep->rxframe) in qe_ep_rxbd_update()423 qe_frame_init(ep->rxframe); in qe_ep_rxbd_update()433 kfree(ep->rxframe); in qe_ep_rxbd_update()683 kfree(ep->rxframe); in qe_ep_init()797 pframe = ep->rxframe; in ep0_setup_handle()822 pframe = ep->rxframe; in qe_ep0_rx()895 pframe = ep->rxframe; in qe_ep_rxframe_handle()953 pframe = ep->rxframe; in ep_rx_tasklet()1028 pframe = ep->rxframe; in qe_ep_rx()[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()
643 const struct canfd_frame *rxframe = (struct canfd_frame *)skb->data; in bcm_rx_handler() local646 if (op->can_id != rxframe->can_id) in bcm_rx_handler()671 bcm_rx_update_and_send(op, op->last_frames, rxframe); in bcm_rx_handler()677 bcm_rx_cmp_to_index(op, 0, rxframe); in bcm_rx_handler()691 if ((get_u64(op->frames, 0) & get_u64(rxframe, 0)) == in bcm_rx_handler()694 bcm_rx_cmp_to_index(op, i, rxframe); in bcm_rx_handler()