Searched refs:rfd_cur (Results 1 – 1 of 1) sorted by relevance
428 struct RxFD *rfd_cur; member918 lp->rfd_cur = lp->rfd_base; in tc35815_init_queues()1040 lp->rfd_cur = NULL; in tc35815_free_queues()1121 lp->rfd_base, lp->rfd_limit, lp->rfd_cur); in panic_queues()1470 while (!((fdctl = le32_to_cpu(lp->rfd_cur->fd.FDCtl)) & FD_CownsFD)) { in tc35815_rx()1471 int status = le32_to_cpu(lp->rfd_cur->fd.FDStat); in tc35815_rx()1482 dump_rxfd(lp->rfd_cur); in tc35815_rx()1491 cur_bd = (le32_to_cpu(lp->rfd_cur->bd[0].BDCtl) in tc35815_rx()1499 (le32_to_cpu(lp->rfd_cur->bd[0].BuffData) & ~3)); in tc35815_rx()1546 int bdctl = le32_to_cpu(lp->rfd_cur->bd[bd_count - 1].BDCtl); in tc35815_rx()[all …]