Home
last modified time | relevance | path

Searched refs:make32 (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/i825xx/
Dsun3_82586.c66 #define make32(ptr16) (p->memtop + (swab16((unsigned short) (ptr16))) ) macro
770 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int()
805 rbd = (struct rbd_struct *) make32(rbd->next); in sun3_82586_rcv_int()
823 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int()
861 rbds = (struct rbd_struct *) make32(rfds->rbd_offset); in sun3_82586_rcv_int()
863 rfds = (struct rfd_struct *) make32(rfds->next); in sun3_82586_rcv_int()