Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_hw.c254 hw->link.loop_map = NULL; in ocs_hw_link_event_init()
1022 if ((0 == hw->loop_map.size) && ocs_dma_alloc(hw->os, &hw->loop_map, in ocs_hw_init()
1024 ocs_log_err(hw->os, "Loop dma alloc failed size:%d \n", hw->loop_map.size); in ocs_hw_init()
1251 ocs_dma_free(hw->os, &hw->loop_map); in ocs_hw_teardown()
9202 ocs_memcpy(drec.map.loop, hw->link.loop_map, in ocs_hw_cb_read_fcf()
9285 if (sli_cmd_read_topology(&hw->sli, buf, SLI4_BMBX_SIZE, &hw->loop_map)) { in ocs_hw_cb_link()
9923 hw->link.loop_map = hw->loop_map.virt; in __ocs_read_topology_cb()
9949 hw->link.loop_map = NULL; in __ocs_read_topology_cb()
9953 hw->link.loop_map = NULL; in __ocs_read_topology_cb()
H A Docs_hw.h1044 ocs_dma_t loop_map; member
H A Dsli4.h3111 uint8_t *loop_map; member