Lines Matching refs:rd_new
1552 struct brcmf_sdio_hdrinfo rd_new; in brcmf_sdio_rxglom() local
1679 rd_new.seq_num = rxseq; in brcmf_sdio_rxglom()
1680 rd_new.len = dlen; in brcmf_sdio_rxglom()
1682 errcode = brcmf_sdio_hdparse(bus, pfirst->data, &rd_new, in brcmf_sdio_rxglom()
1685 bus->cur_read.len = rd_new.len_nxtfrm << 4; in brcmf_sdio_rxglom()
1688 skb_pull(pfirst, rd_new.dat_offset); in brcmf_sdio_rxglom()
1689 sfdoff = rd_new.dat_offset; in brcmf_sdio_rxglom()
1698 rd_new.len = pnext->len; in brcmf_sdio_rxglom()
1699 rd_new.seq_num = rxseq++; in brcmf_sdio_rxglom()
1701 errcode = brcmf_sdio_hdparse(bus, pnext->data, &rd_new, in brcmf_sdio_rxglom()
1903 struct brcmf_sdio_hdrinfo *rd = &bus->cur_read, rd_new; in brcmf_sdio_readframes() local
2009 rd_new.seq_num = rd->seq_num; in brcmf_sdio_readframes()
2011 if (brcmf_sdio_hdparse(bus, bus->rxhdr, &rd_new, in brcmf_sdio_readframes()
2017 if (rd->len != roundup(rd_new.len, 16)) { in brcmf_sdio_readframes()
2020 roundup(rd_new.len, 16) >> 4); in brcmf_sdio_readframes()
2028 rd->len_nxtfrm = rd_new.len_nxtfrm; in brcmf_sdio_readframes()
2029 rd->channel = rd_new.channel; in brcmf_sdio_readframes()
2030 rd->dat_offset = rd_new.dat_offset; in brcmf_sdio_readframes()
2038 if (rd_new.channel == SDPCM_CONTROL_CHANNEL) { in brcmf_sdio_readframes()
2040 rd_new.seq_num); in brcmf_sdio_readframes()