Searched refs:pkt_pad (Results 1 – 1 of 1) sorted by relevance
2157 struct sk_buff *pkt_pad; in brcmf_sdio_txpkt_prep_sg() local2178 pkt_pad = brcmu_pkt_buf_get_skb(tail_pad + tail_chop + in brcmf_sdio_txpkt_prep_sg()2180 if (pkt_pad == NULL) in brcmf_sdio_txpkt_prep_sg()2182 ret = brcmf_sdio_txpkt_hdalign(bus, pkt_pad); in brcmf_sdio_txpkt_prep_sg()2184 kfree_skb(pkt_pad); in brcmf_sdio_txpkt_prep_sg()2187 memcpy(pkt_pad->data, in brcmf_sdio_txpkt_prep_sg()2190 *(u16 *)(pkt_pad->cb) = ALIGN_SKB_FLAG + tail_chop; in brcmf_sdio_txpkt_prep_sg()2192 skb_trim(pkt_pad, tail_pad + tail_chop); in brcmf_sdio_txpkt_prep_sg()2193 __skb_queue_after(pktq, pkt, pkt_pad); in brcmf_sdio_txpkt_prep_sg()