Lines Matching defs:addr
526 /* Structure to hold the phy and virt addr of every TxDL. */
802 /* Save virtual address of TxD page with zero DMA addr(if any) */
845 u64 addr;
981 static inline void SPECIAL_REG_WRITE(u64 val, void __iomem *addr, int order)
984 writel((u32) (val), addr);
985 (void) readl(addr);
986 writel((u32) (val >> 32), (addr + 4));
987 (void) readl(addr + 4);
989 writel((u32) (val >> 32), (addr + 4));
990 (void) readl(addr + 4);
991 writel((u32) (val), addr);
992 (void) readl(addr);
1075 static int do_s2io_prog_unicast(struct net_device *dev, const u8 *addr);
1088 static int wait_for_cmd_complete(void __iomem *addr, u64 busy_bit,
1097 static int do_s2io_add_mc(struct s2io_nic *sp, u8 *addr);
1098 static int do_s2io_add_mac(struct s2io_nic *sp, u64 addr, int offset);
1099 static int do_s2io_delete_unicast_mc(struct s2io_nic *sp, u64 addr);