Searched refs:pkt_pad (Results 1 – 1 of 1) sorted by relevance
2084 struct sk_buff *pkt_pad; in brcmf_sdio_txpkt_prep_sg() local2105 pkt_pad = brcmu_pkt_buf_get_skb(tail_pad + tail_chop + in brcmf_sdio_txpkt_prep_sg()2107 if (pkt_pad == NULL) in brcmf_sdio_txpkt_prep_sg()2109 ret = brcmf_sdio_txpkt_hdalign(bus, pkt_pad); in brcmf_sdio_txpkt_prep_sg()2111 kfree_skb(pkt_pad); in brcmf_sdio_txpkt_prep_sg()2114 memcpy(pkt_pad->data, in brcmf_sdio_txpkt_prep_sg()2117 *(u16 *)(pkt_pad->cb) = ALIGN_SKB_FLAG + tail_chop; in brcmf_sdio_txpkt_prep_sg()2119 skb_trim(pkt_pad, tail_pad + tail_chop); in brcmf_sdio_txpkt_prep_sg()2120 __skb_queue_after(pktq, pkt, pkt_pad); in brcmf_sdio_txpkt_prep_sg()