Searched refs:rfd_cur (Results 1 – 1 of 1) sorted by relevance
428 struct RxFD *rfd_cur; member919 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()[all …]