Searched refs:pkt_pad (Results 1 – 1 of 1) sorted by relevance
2150 struct sk_buff *pkt_pad; in brcmf_sdio_txpkt_prep_sg() local2171 pkt_pad = brcmu_pkt_buf_get_skb(tail_pad + tail_chop + in brcmf_sdio_txpkt_prep_sg()2173 if (pkt_pad == NULL) in brcmf_sdio_txpkt_prep_sg()2175 ret = brcmf_sdio_txpkt_hdalign(bus, pkt_pad); in brcmf_sdio_txpkt_prep_sg()2177 kfree_skb(pkt_pad); in brcmf_sdio_txpkt_prep_sg()2180 memcpy(pkt_pad->data, in brcmf_sdio_txpkt_prep_sg()2183 *(u16 *)(pkt_pad->cb) = ALIGN_SKB_FLAG + tail_chop; in brcmf_sdio_txpkt_prep_sg()2185 skb_trim(pkt_pad, tail_pad + tail_chop); in brcmf_sdio_txpkt_prep_sg()2186 __skb_queue_after(pktq, pkt, pkt_pad); in brcmf_sdio_txpkt_prep_sg()