Searched refs:read_topo (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.c1070 sli4_cmd_read_topology_t *read_topo = buf; local
1074 read_topo->hdr.command = SLI4_MBOX_COMMAND_READ_TOPOLOGY;
1085 read_topo->bde_loop_map.bde_type = SLI4_BDE_TYPE_BDE_64;
1086 read_topo->bde_loop_map.buffer_length = dma->size;
1087 read_topo->bde_loop_map.u.data.buffer_address_low = ocs_addr32_lo(dma->phys);
1088 read_topo->bde_loop_map.u.data.buffer_address_high = ocs_addr32_hi(dma->phys);
H A Docs_hw.c9859 sli4_cmd_read_topology_t *read_topo = (sli4_cmd_read_topology_t *)mqe; local
9861 if (status || read_topo->hdr.status) {
9863 status, read_topo->hdr.status);
9868 switch (read_topo->attention_type) {
9883 switch (read_topo->topology) {
9892 hw->link.fc_id = read_topo->acquired_al_pa;
9901 switch (read_topo->link_current.link_speed) {

Completed in 205 milliseconds