Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/i825xx/
Dsun3_82586.c64 #define make32(ptr16) (p->memtop + (swab16((unsigned short) (ptr16))) ) macro
773 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int()
808 rbd = (struct rbd_struct *) make32(rbd->next); in sun3_82586_rcv_int()
826 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int()
864 rbds = (struct rbd_struct *) make32(rfds->rbd_offset); in sun3_82586_rcv_int()
866 rfds = (struct rfd_struct *) make32(rfds->next); in sun3_82586_rcv_int()