Searched refs:skb_deaggr (Results 1 – 1 of 1) sorted by relevance
1141 struct sk_buff *skb_deaggr; in mwifiex_deaggr_sdio_pkt() local1171 skb_deaggr = mwifiex_alloc_dma_align_buf(pkt_len, GFP_KERNEL); in mwifiex_deaggr_sdio_pkt()1172 if (!skb_deaggr) in mwifiex_deaggr_sdio_pkt()1174 skb_put(skb_deaggr, pkt_len); in mwifiex_deaggr_sdio_pkt()1175 memcpy(skb_deaggr->data, data + SDIO_HEADER_OFFSET, pkt_len); in mwifiex_deaggr_sdio_pkt()1176 skb_pull(skb_deaggr, adapter->intf_hdr_len); in mwifiex_deaggr_sdio_pkt()1178 mwifiex_handle_rx_packet(adapter, skb_deaggr); in mwifiex_deaggr_sdio_pkt()1299 struct sk_buff *skb_deaggr; in mwifiex_sdio_card_to_host_mp_aggr() local1420 skb_deaggr = mwifiex_alloc_dma_align_buf(len_arr[pind], in mwifiex_sdio_card_to_host_mp_aggr()1422 if (!skb_deaggr) { in mwifiex_sdio_card_to_host_mp_aggr()[all …]