Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_hw.c250 hw->link.loop_map = NULL; in ocs_hw_link_event_init()
1017 if ((0 == hw->loop_map.size) && ocs_dma_alloc(hw->os, &hw->loop_map, in ocs_hw_init()
1019 ocs_log_err(hw->os, "Loop dma alloc failed size:%d \n", hw->loop_map.size); in ocs_hw_init()
1245 ocs_dma_free(hw->os, &hw->loop_map); in ocs_hw_teardown()
9173 ocs_memcpy(drec.map.loop, hw->link.loop_map, in ocs_hw_cb_read_fcf()
9256 if (sli_cmd_read_topology(&hw->sli, buf, SLI4_BMBX_SIZE, &hw->loop_map)) { in ocs_hw_cb_link()
9899 hw->link.loop_map = hw->loop_map.virt; in __ocs_read_topology_cb()
9925 hw->link.loop_map = NULL; in __ocs_read_topology_cb()
9929 hw->link.loop_map = NULL; in __ocs_read_topology_cb()
H A Docs_hw.h1038 ocs_dma_t loop_map; member
H A Dsli4.h3162 uint8_t *loop_map; member