Searched refs:rfd_cur (Results 1 – 1 of 1) sorted by relevance
429 struct RxFD *rfd_cur; member944 lp->rfd_cur = lp->rfd_base; in tc35815_init_queues()1062 lp->rfd_cur = NULL; in tc35815_free_queues()1143 lp->rfd_base, lp->rfd_limit, lp->rfd_cur); in panic_queues()1488 while (!((fdctl = le32_to_cpu(lp->rfd_cur->fd.FDCtl)) & FD_CownsFD)) { in tc35815_rx()1489 int status = le32_to_cpu(lp->rfd_cur->fd.FDStat); in tc35815_rx()1500 dump_rxfd(lp->rfd_cur); in tc35815_rx()1509 cur_bd = (le32_to_cpu(lp->rfd_cur->bd[0].BDCtl) in tc35815_rx()1517 (le32_to_cpu(lp->rfd_cur->bd[0].BuffData) & ~3)); in tc35815_rx()1564 int bdctl = le32_to_cpu(lp->rfd_cur->bd[bd_count - 1].BDCtl); in tc35815_rx()[all …]