Lines Matching refs:rd_new
1545 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()
1896 struct brcmf_sdio_hdrinfo *rd = &bus->cur_read, rd_new; in brcmf_sdio_readframes() local
2002 rd_new.seq_num = rd->seq_num; in brcmf_sdio_readframes()
2004 if (brcmf_sdio_hdparse(bus, bus->rxhdr, &rd_new, in brcmf_sdio_readframes()
2010 if (rd->len != roundup(rd_new.len, 16)) { in brcmf_sdio_readframes()
2013 roundup(rd_new.len, 16) >> 4); in brcmf_sdio_readframes()
2021 rd->len_nxtfrm = rd_new.len_nxtfrm; in brcmf_sdio_readframes()
2022 rd->channel = rd_new.channel; in brcmf_sdio_readframes()
2023 rd->dat_offset = rd_new.dat_offset; in brcmf_sdio_readframes()
2031 if (rd_new.channel == SDPCM_CONTROL_CHANNEL) { in brcmf_sdio_readframes()
2033 rd_new.seq_num); in brcmf_sdio_readframes()