Searched refs:addr_map (Results 1 – 4 of 4) sorted by relevance
197 addr_map; typedef201 addr_map m_address_to_location;
57 self.addr_map: Dict[str, Dict] = {"inet6": {}, "inet": {}}71 d = self.addr_map["inet6"]76 d = self.addr_map["inet"]114 if self.addr_map[family]:119 self.addr_map[family][str(addr.ip)] = addr130 del self.addr_map[family][str(addr)]
114 addr_map::const_iterator pos = m_address_to_location.find(so_addr); in FindByAddress()
82 struct ath10k_hw_ce_regs_addr_map *addr_map) in ath10k_set_ring_byte() argument84 return ((offset << addr_map->lsb) & addr_map->mask); in ath10k_set_ring_byte()