Searched refs:pkt_pad (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.c | 2112 struct sk_buff *pkt_pad; in brcmf_sdio_txpkt_prep_sg() local 2133 pkt_pad = brcmu_pkt_buf_get_skb(tail_pad + tail_chop + in brcmf_sdio_txpkt_prep_sg() 2135 if (pkt_pad == NULL) in brcmf_sdio_txpkt_prep_sg() 2137 ret = brcmf_sdio_txpkt_hdalign(bus, pkt_pad); in brcmf_sdio_txpkt_prep_sg() 2139 kfree_skb(pkt_pad); in brcmf_sdio_txpkt_prep_sg() 2142 memcpy(pkt_pad->data, in brcmf_sdio_txpkt_prep_sg() 2145 *(u16 *)(pkt_pad->cb) = ALIGN_SKB_FLAG + tail_chop; in brcmf_sdio_txpkt_prep_sg() 2147 skb_trim(pkt_pad, tail_pad + tail_chop); in brcmf_sdio_txpkt_prep_sg() 2148 __skb_queue_after(pktq, pkt, pkt_pad); in brcmf_sdio_txpkt_prep_sg()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.c | 2123 struct sk_buff *pkt_pad; in brcmf_sdio_txpkt_prep_sg() local 2144 pkt_pad = brcmu_pkt_buf_get_skb(tail_pad + tail_chop + in brcmf_sdio_txpkt_prep_sg() 2146 if (pkt_pad == NULL) in brcmf_sdio_txpkt_prep_sg() 2148 ret = brcmf_sdio_txpkt_hdalign(bus, pkt_pad); in brcmf_sdio_txpkt_prep_sg() 2150 kfree_skb(pkt_pad); in brcmf_sdio_txpkt_prep_sg() 2153 memcpy(pkt_pad->data, in brcmf_sdio_txpkt_prep_sg() 2156 *(u16 *)(pkt_pad->cb) = ALIGN_SKB_FLAG + tail_chop; in brcmf_sdio_txpkt_prep_sg() 2158 skb_trim(pkt_pad, tail_pad + tail_chop); in brcmf_sdio_txpkt_prep_sg() 2159 __skb_queue_after(pktq, pkt, pkt_pad); in brcmf_sdio_txpkt_prep_sg()
|
Completed in 13 milliseconds