Searched refs:loop_map (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw.c | 260 hw->link.loop_map = NULL; in ocs_hw_link_event_init() 1027 if ((0 == hw->loop_map.size) && ocs_dma_alloc(hw->os, &hw->loop_map, in ocs_hw_init() 1029 ocs_log_err(hw->os, "Loop dma alloc failed size:%d \n", hw->loop_map.size); in ocs_hw_init() 1255 ocs_dma_free(hw->os, &hw->loop_map); in ocs_hw_teardown() 9190 ocs_memcpy(drec.map.loop, hw->link.loop_map, in ocs_hw_cb_read_fcf() 9273 if (sli_cmd_read_topology(&hw->sli, buf, SLI4_BMBX_SIZE, &hw->loop_map)) { in ocs_hw_cb_link() 9916 hw->link.loop_map = hw->loop_map.virt; in __ocs_read_topology_cb() 9942 hw->link.loop_map = NULL; in __ocs_read_topology_cb() 9946 hw->link.loop_map = NULL; in __ocs_read_topology_cb()
|
H A D | ocs_hw.h | 1036 ocs_dma_t loop_map; member
|
H A D | sli4.h | 3160 uint8_t *loop_map; member
|