Searched refs:pkt_pad (Results 1 – 1 of 1) sorted by relevance
2125 struct sk_buff *pkt_pad; in brcmf_sdio_txpkt_prep_sg() local2146 pkt_pad = brcmu_pkt_buf_get_skb(tail_pad + tail_chop + in brcmf_sdio_txpkt_prep_sg()2148 if (pkt_pad == NULL) in brcmf_sdio_txpkt_prep_sg()2150 ret = brcmf_sdio_txpkt_hdalign(bus, pkt_pad); in brcmf_sdio_txpkt_prep_sg()2152 kfree_skb(pkt_pad); in brcmf_sdio_txpkt_prep_sg()2155 memcpy(pkt_pad->data, in brcmf_sdio_txpkt_prep_sg()2158 *(u16 *)(pkt_pad->cb) = ALIGN_SKB_FLAG + tail_chop; in brcmf_sdio_txpkt_prep_sg()2160 skb_trim(pkt_pad, tail_pad + tail_chop); in brcmf_sdio_txpkt_prep_sg()2161 __skb_queue_after(pktq, pkt, pkt_pad); in brcmf_sdio_txpkt_prep_sg()