Searched refs:skb_deaggr (Results 1 – 1 of 1) sorted by relevance
1133 struct sk_buff *skb_deaggr; in mwifiex_deaggr_sdio_pkt() local1163 skb_deaggr = mwifiex_alloc_dma_align_buf(pkt_len, GFP_KERNEL); in mwifiex_deaggr_sdio_pkt()1164 if (!skb_deaggr) in mwifiex_deaggr_sdio_pkt()1166 skb_put(skb_deaggr, pkt_len); in mwifiex_deaggr_sdio_pkt()1167 memcpy(skb_deaggr->data, data + SDIO_HEADER_OFFSET, pkt_len); in mwifiex_deaggr_sdio_pkt()1168 skb_pull(skb_deaggr, adapter->intf_hdr_len); in mwifiex_deaggr_sdio_pkt()1170 mwifiex_handle_rx_packet(adapter, skb_deaggr); in mwifiex_deaggr_sdio_pkt()1291 struct sk_buff *skb_deaggr; in mwifiex_sdio_card_to_host_mp_aggr() local1412 skb_deaggr = mwifiex_alloc_dma_align_buf(len_arr[pind], in mwifiex_sdio_card_to_host_mp_aggr()1414 if (!skb_deaggr) { in mwifiex_sdio_card_to_host_mp_aggr()[all …]