Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c1523 struct brcmf_sdio_hdrinfo rd_new; in brcmf_sdio_rxglom() local
1645 rd_new.seq_num = rxseq; in brcmf_sdio_rxglom()
1646 rd_new.len = dlen; in brcmf_sdio_rxglom()
1654 skb_pull(pfirst, rd_new.dat_offset); in brcmf_sdio_rxglom()
1663 rd_new.len = pnext->len; in brcmf_sdio_rxglom()
1664 rd_new.seq_num = rxseq++; in brcmf_sdio_rxglom()
1968 rd_new.seq_num = rd->seq_num; in brcmf_sdio_readframes()
1982 roundup(rd_new.len, 16) >> 4); in brcmf_sdio_readframes()
1990 rd->len_nxtfrm = rd_new.len_nxtfrm; in brcmf_sdio_readframes()
1991 rd->channel = rd_new.channel; in brcmf_sdio_readframes()
[all …]