Home
last modified time | relevance | path

Searched refs:rd_new (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c1545 struct brcmf_sdio_hdrinfo rd_new; in brcmf_sdio_rxglom() local
1672 rd_new.seq_num = rxseq; in brcmf_sdio_rxglom()
1673 rd_new.len = dlen; in brcmf_sdio_rxglom()
1675 errcode = brcmf_sdio_hdparse(bus, pfirst->data, &rd_new, in brcmf_sdio_rxglom()
1678 bus->cur_read.len = rd_new.len_nxtfrm << 4; in brcmf_sdio_rxglom()
1681 skb_pull(pfirst, rd_new.dat_offset); in brcmf_sdio_rxglom()
1682 sfdoff = rd_new.dat_offset; in brcmf_sdio_rxglom()
1691 rd_new.len = pnext->len; in brcmf_sdio_rxglom()
1692 rd_new.seq_num = rxseq++; in brcmf_sdio_rxglom()
1694 errcode = brcmf_sdio_hdparse(bus, pnext->data, &rd_new, in brcmf_sdio_rxglom()
[all …]