Searched refs:rfd_cur (Results 1 – 1 of 1) sorted by relevance
428 struct RxFD *rfd_cur; member917 lp->rfd_cur = lp->rfd_base; in tc35815_init_queues()1039 lp->rfd_cur = NULL; in tc35815_free_queues()1120 lp->rfd_base, lp->rfd_limit, lp->rfd_cur); in panic_queues()1469 while (!((fdctl = le32_to_cpu(lp->rfd_cur->fd.FDCtl)) & FD_CownsFD)) { in tc35815_rx()1470 int status = le32_to_cpu(lp->rfd_cur->fd.FDStat); in tc35815_rx()1481 dump_rxfd(lp->rfd_cur); in tc35815_rx()1490 cur_bd = (le32_to_cpu(lp->rfd_cur->bd[0].BDCtl) in tc35815_rx()1498 (le32_to_cpu(lp->rfd_cur->bd[0].BuffData) & ~3)); in tc35815_rx()1545 int bdctl = le32_to_cpu(lp->rfd_cur->bd[bd_count - 1].BDCtl); in tc35815_rx()[all …]