Lines Matching refs:rfd_cur
428 struct RxFD *rfd_cur; member
919 lp->rfd_cur = lp->rfd_base; in tc35815_init_queues()
1037 lp->rfd_cur = NULL; in tc35815_free_queues()
1118 lp->rfd_base, lp->rfd_limit, lp->rfd_cur); in panic_queues()
1464 while (!((fdctl = le32_to_cpu(lp->rfd_cur->fd.FDCtl)) & FD_CownsFD)) { in tc35815_rx()
1465 int status = le32_to_cpu(lp->rfd_cur->fd.FDStat); in tc35815_rx()
1476 dump_rxfd(lp->rfd_cur); in tc35815_rx()
1485 cur_bd = (le32_to_cpu(lp->rfd_cur->bd[0].BDCtl) in tc35815_rx()
1493 (le32_to_cpu(lp->rfd_cur->bd[0].BuffData) & ~3)); in tc35815_rx()
1540 int bdctl = le32_to_cpu(lp->rfd_cur->bd[bd_count - 1].BDCtl); in tc35815_rx()
1587 le32_to_cpu(lp->rfd_cur->fd.FDNext)); in tc35815_rx()
1596 lp->rfd_cur->fd.FDNext = cpu_to_le32(0xdeaddead); in tc35815_rx()
1598 lp->rfd_cur->fd.FDNext = cpu_to_le32(FD_Next_EOL); in tc35815_rx()
1600 lp->rfd_cur->fd.FDCtl = cpu_to_le32(FD_CownsFD); in tc35815_rx()
1601 lp->rfd_cur++; in tc35815_rx()
1603 if (lp->rfd_cur > lp->rfd_limit) in tc35815_rx()
1604 lp->rfd_cur = lp->rfd_base; in tc35815_rx()
1606 if (lp->rfd_cur != next_rfd) in tc35815_rx()
1608 lp->rfd_cur, next_rfd); in tc35815_rx()