Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c702 h1394_addr_map_t *resv_map; in hci1394_resmap_get() local
731 soft_state->halinfo.resv_map = NULL; in hci1394_resmap_get()
741 resv_map = NULL; in hci1394_resmap_get()
749 resv_map = kmem_alloc((sizeof (h1394_addr_map_t) * (resv_num)), in hci1394_resmap_get()
756 resv_map[mapcnt].address = in hci1394_resmap_get()
759 resv_map[mapcnt].address |= (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
761 resv_map[mapcnt].length = (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
763 resv_map[mapcnt].addr_type = H1394_ADDR_RESERVED; in hci1394_resmap_get()
776 soft_state->halinfo.resv_map = resv_map; in hci1394_resmap_get()
802 ASSERT(soft_state->halinfo.resv_map != NULL); in hci1394_resmap_free()
[all …]
/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_addr.c699 h1394_addr_map_t *resv_map; in s1394_init_addr_space() local
807 resv_map = hal->halinfo.resv_map; in s1394_init_addr_space()
811 lo = resv_map[i].address; in s1394_init_addr_space()
812 hi = (lo + resv_map[i].length) - 1; in s1394_init_addr_space()
824 addr_alloc.aa_address = resv_map[i].address; in s1394_init_addr_space()
825 addr_alloc.aa_length = resv_map[i].length; in s1394_init_addr_space()
/titanic_41/usr/src/uts/common/sys/1394/
H A Dh1394.h234 h1394_addr_map_t *resv_map; member