Searched refs:skb_deaggr (Results 1 – 1 of 1) sorted by relevance
1568 struct sk_buff *skb_deaggr; in mwifiex_deaggr_sdio_pkt() local1598 skb_deaggr = mwifiex_alloc_dma_align_buf(pkt_len, GFP_KERNEL); in mwifiex_deaggr_sdio_pkt()1599 if (!skb_deaggr) in mwifiex_deaggr_sdio_pkt()1601 skb_put(skb_deaggr, pkt_len); in mwifiex_deaggr_sdio_pkt()1602 memcpy(skb_deaggr->data, data + SDIO_HEADER_OFFSET, pkt_len); in mwifiex_deaggr_sdio_pkt()1603 skb_pull(skb_deaggr, adapter->intf_hdr_len); in mwifiex_deaggr_sdio_pkt()1605 mwifiex_handle_rx_packet(adapter, skb_deaggr); in mwifiex_deaggr_sdio_pkt()1726 struct sk_buff *skb_deaggr; in mwifiex_sdio_card_to_host_mp_aggr() local1847 skb_deaggr = mwifiex_alloc_dma_align_buf(len_arr[pind], in mwifiex_sdio_card_to_host_mp_aggr()1849 if (!skb_deaggr) { in mwifiex_sdio_card_to_host_mp_aggr()[all …]