Searched refs:rfd_base (Results 1 – 1 of 1) sorted by relevance
426 struct RxFD *rfd_base; member914 lp->rfd_base = (struct RxFD *)fd_addr; in tc35815_init_queues()917 lp->rfd_base[i].fd.FDCtl = cpu_to_le32(FD_CownsFD); in tc35815_init_queues()918 lp->rfd_cur = lp->rfd_base; in tc35815_init_queues()969 dev->name, lp->tfd_base, lp->rfd_base, lp->fbl_ptr); in tc35815_init_queues()1038 lp->rfd_base = NULL; in tc35815_free_queues()1121 lp->rfd_base, lp->rfd_limit, lp->rfd_cur); in panic_queues()1126 int bd_count = dump_rxfd(&lp->rfd_base[i]); in panic_queues()1594 if (next_rfd < lp->rfd_base || next_rfd > lp->rfd_limit) { in tc35815_rx()1610 lp->rfd_cur = lp->rfd_base; in tc35815_rx()[all …]