Home
last modified time | relevance | path

Searched refs:rfd_top (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c149 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first; member
671 p->rfd_top = p->rfd_first; in alloc_rfa()
771 for(;(status = p->rfd_top->stat_high) & RFD_COMPL;) in sun3_82586_rcv_int()
773 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int()
821 p->rfd_top->stat_high = 0; in sun3_82586_rcv_int()
822 p->rfd_top->last = RFD_SUSP; /* maybe exchange by RFD_LAST */ in sun3_82586_rcv_int()
823 p->rfd_top->rbd_offset = 0xffff; in sun3_82586_rcv_int()
825 p->rfd_last = p->rfd_top; in sun3_82586_rcv_int()
826 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top in sun3_82586_rcv_int()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c151 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first; member
668 p->rfd_top = p->rfd_first; in alloc_rfa()
768 for(;(status = p->rfd_top->stat_high) & RFD_COMPL;) in sun3_82586_rcv_int()
770 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int()
818 p->rfd_top->stat_high = 0; in sun3_82586_rcv_int()
819 p->rfd_top->last = RFD_SUSP; /* maybe exchange by RFD_LAST */ in sun3_82586_rcv_int()
820 p->rfd_top->rbd_offset = 0xffff; in sun3_82586_rcv_int()
822 p->rfd_last = p->rfd_top; in sun3_82586_rcv_int()
823 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top in sun3_82586_rcv_int()
[all...]

Completed in 3 milliseconds