Lines Matching refs:rfd_cur
428 struct RxFD *rfd_cur; member
919 lp->rfd_cur = lp->rfd_base; in tc35815_init_queues()
1041 lp->rfd_cur = NULL; in tc35815_free_queues()
1122 lp->rfd_base, lp->rfd_limit, lp->rfd_cur); in panic_queues()
1471 while (!((fdctl = le32_to_cpu(lp->rfd_cur->fd.FDCtl)) & FD_CownsFD)) { in tc35815_rx()
1472 int status = le32_to_cpu(lp->rfd_cur->fd.FDStat); in tc35815_rx()
1483 dump_rxfd(lp->rfd_cur); in tc35815_rx()
1492 cur_bd = (le32_to_cpu(lp->rfd_cur->bd[0].BDCtl) in tc35815_rx()
1500 (le32_to_cpu(lp->rfd_cur->bd[0].BuffData) & ~3)); in tc35815_rx()
1547 int bdctl = le32_to_cpu(lp->rfd_cur->bd[bd_count - 1].BDCtl); in tc35815_rx()
1594 le32_to_cpu(lp->rfd_cur->fd.FDNext)); in tc35815_rx()
1603 lp->rfd_cur->fd.FDNext = cpu_to_le32(0xdeaddead); in tc35815_rx()
1605 lp->rfd_cur->fd.FDNext = cpu_to_le32(FD_Next_EOL); in tc35815_rx()
1607 lp->rfd_cur->fd.FDCtl = cpu_to_le32(FD_CownsFD); in tc35815_rx()
1608 lp->rfd_cur++; in tc35815_rx()
1610 if (lp->rfd_cur > lp->rfd_limit) in tc35815_rx()
1611 lp->rfd_cur = lp->rfd_base; in tc35815_rx()
1613 if (lp->rfd_cur != next_rfd) in tc35815_rx()
1615 lp->rfd_cur, next_rfd); in tc35815_rx()