Searched refs:mypkt (Results 1 – 1 of 1) sorted by relevance
520 struct sk_buff *mypkt; in brcmf_sdiod_recv_buf() local523 mypkt = brcmu_pkt_buf_get_skb(nbytes); in brcmf_sdiod_recv_buf()524 if (!mypkt) { in brcmf_sdiod_recv_buf()530 err = brcmf_sdiod_recv_pkt(sdiodev, mypkt); in brcmf_sdiod_recv_buf()532 memcpy(buf, mypkt->data, nbytes); in brcmf_sdiod_recv_buf()534 brcmu_pkt_buf_free_skb(mypkt); in brcmf_sdiod_recv_buf()603 struct sk_buff *mypkt; in brcmf_sdiod_send_buf() local607 mypkt = brcmu_pkt_buf_get_skb(nbytes); in brcmf_sdiod_send_buf()609 if (!mypkt) { in brcmf_sdiod_send_buf()615 memcpy(mypkt->data, buf, nbytes); in brcmf_sdiod_send_buf()[all …]