Lines Matching defs:addr
709 __le64 host_phys_addr; /* Ring base addr */
716 __le64 host_phys_addr; /* Ring base addr */
787 __le64 host_phys_addr; /* Ring base addr */
1541 #define ADDR_IN_RANGE(addr, low, high) \
1542 (((addr) < (high)) && ((addr) >= (low)))
1591 int qlcnic_rom_fast_read(struct qlcnic_adapter *adapter, u32 addr, u32 *valp);
1592 int qlcnic_rom_fast_read_words(struct qlcnic_adapter *adapter, int addr,
1799 void (*change_l2_filter)(struct qlcnic_adapter *adapter, u64 *addr,
1986 u8 *addr, u16 id, u8 cmd)
1988 return adapter->ahw->hw_ops->change_macvlan(adapter, addr, id, cmd);
2058 u64 *addr, u16 vlan,
2061 adapter->ahw->hw_ops->change_l2_filter(adapter, addr, vlan, tx_ring);