Searched refs:tail_pad (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dsdio.c392 u16 tail_pad; member in struct:brcmf_sdio_hdrinfo
1520 hdrval = (u16)hd_info->tail_pad << 16; brcmf_sdio_hdpack()
2151 u16 tail_pad, tail_chop, chain_pad; brcmf_sdio_txpkt_prep_sg() local
2163 tail_pad = 0; brcmf_sdio_txpkt_prep_sg()
2166 tail_pad = bus->sgentry_align - tail_chop; brcmf_sdio_txpkt_prep_sg()
2167 chain_pad = (total_len + tail_pad) % blksize; brcmf_sdio_txpkt_prep_sg()
2169 tail_pad += blksize - chain_pad; brcmf_sdio_txpkt_prep_sg()
2170 if (skb_tailroom(pkt) < tail_pad && pkt->len > blksize) { brcmf_sdio_txpkt_prep_sg()
2171 pkt_pad = brcmu_pkt_buf_get_skb(tail_pad + tail_chop + brcmf_sdio_txpkt_prep_sg()
2185 skb_trim(pkt_pad, tail_pad + tail_chop); brcmf_sdio_txpkt_prep_sg()
2188 ntail = pkt->data_len + tail_pad - brcmf_sdio_txpkt_prep_sg()
2195 __skb_put(pkt, tail_pad); brcmf_sdio_txpkt_prep_sg()
2198 return tail_pad; brcmf_sdio_txpkt_prep_sg()
2251 hd_info.tail_pad = (u16)ret; skb_queue_walk()
2294 u16 tail_pad; brcmf_sdio_txpkt_postp() local
2315 tail_pad = le16_to_cpu(*(__le16 *)(hdr - 2)); skb_queue_walk_safe()
2316 skb_trim(pkt_next, pkt_next->len - tail_pad); skb_queue_walk_safe()
2458 hd_info.tail_pad = pad; brcmf_sdio_tx_ctrlframe()
/linux-4.1.27/drivers/net/wireless/
H A Dmwl8k.c830 int head_pad, int tail_pad) mwl8k_add_dma_header()
881 tr->fwlen = cpu_to_le16(skb->len - sizeof(*tr) + tail_pad); mwl8k_add_dma_header()
829 mwl8k_add_dma_header(struct mwl8k_priv *priv, struct sk_buff *skb, int head_pad, int tail_pad) mwl8k_add_dma_header() argument

Completed in 152 milliseconds