Searched refs:make32 (Results 1 – 3 of 3) sorted by relevance
65 #define make32(ptr16) (p->memtop + (swab16((unsigned short) (ptr16))) ) macro774 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int()809 rbd = (struct rbd_struct *) make32(rbd->next); in sun3_82586_rcv_int()827 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int()865 rbds = (struct rbd_struct *) make32(rfds->rbd_offset); in sun3_82586_rcv_int()867 rfds = (struct rfd_struct *) make32(rfds->next); in sun3_82586_rcv_int()
134 #define make32(ptr16) ((void __iomem *)(p->memtop + (short) (ptr16))) macro960 rbd = make32(readw(&p->rfd_top->rbd_offset)); in ni52_rcv_int()989 rbd = make32(readw(&rbd->next)); in ni52_rcv_int()1007 p->rfd_top = make32(readw(&p->rfd_top->next)); /* step to next RFD */ in ni52_rcv_int()
120 #define make32(ptr16) (p->memtop + (short) (ptr16) ) macro980 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in elmc_rcv_int()1010 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in elmc_rcv_int()