Searched refs:rfd_base (Results 1 – 1 of 1) sorted by relevance
427 struct RxFD *rfd_base; member940 lp->rfd_base = (struct RxFD *)fd_addr; in tc35815_init_queues()943 lp->rfd_base[i].fd.FDCtl = cpu_to_le32(FD_CownsFD); in tc35815_init_queues()944 lp->rfd_cur = lp->rfd_base; in tc35815_init_queues()995 dev->name, lp->tfd_base, lp->rfd_base, lp->fbl_ptr); in tc35815_init_queues()1060 lp->rfd_base = NULL; in tc35815_free_queues()1143 lp->rfd_base, lp->rfd_limit, lp->rfd_cur); in panic_queues()1148 int bd_count = dump_rxfd(&lp->rfd_base[i]); in panic_queues()1612 if (next_rfd < lp->rfd_base || next_rfd > lp->rfd_limit) { in tc35815_rx()1628 lp->rfd_cur = lp->rfd_base; in tc35815_rx()[all …]