Searched refs:skb_deaggr (Results 1 – 1 of 1) sorted by relevance
1587 struct sk_buff *skb_deaggr; in mwifiex_deaggr_sdio_pkt() local1617 skb_deaggr = mwifiex_alloc_dma_align_buf(pkt_len, GFP_KERNEL); in mwifiex_deaggr_sdio_pkt()1618 if (!skb_deaggr) in mwifiex_deaggr_sdio_pkt()1620 skb_put(skb_deaggr, pkt_len); in mwifiex_deaggr_sdio_pkt()1621 memcpy(skb_deaggr->data, data + SDIO_HEADER_OFFSET, pkt_len); in mwifiex_deaggr_sdio_pkt()1622 skb_pull(skb_deaggr, adapter->intf_hdr_len); in mwifiex_deaggr_sdio_pkt()1624 mwifiex_handle_rx_packet(adapter, skb_deaggr); in mwifiex_deaggr_sdio_pkt()1745 struct sk_buff *skb_deaggr; in mwifiex_sdio_card_to_host_mp_aggr() local1866 skb_deaggr = mwifiex_alloc_dma_align_buf(len_arr[pind], in mwifiex_sdio_card_to_host_mp_aggr()1868 if (!skb_deaggr) { in mwifiex_sdio_card_to_host_mp_aggr()[all …]