Lines Matching defs:topology

257 	hw->link.topology = SLI_LINK_TOPO_NONE;
1076 ocs_log_err(hw->os, "Wrong queue topology.\n");
1448 /* Teardown the HW queue topology */
1574 switch (hw->link.topology) {
1585 ocs_log_test(hw->os, "unsupported topology %#x\n", hw->link.topology);
1591 *value = hw->config.topology;
1838 ocs_log_test(hw->os, "unsupported topology=%#x medium=%#x\n",
1859 ocs_log_test(hw->os, "unsupported topology %#x\n", value);
1862 hw->config.topology = value;
9183 * record based on the read topology information
9188 if (SLI_LINK_TOPO_LOOP == hw->link.topology) {
9192 } else if (SLI_LINK_TOPO_NPORT == hw->link.topology) {
9260 if (SLI_LINK_TOPO_NPORT == event->topology) {
9263 } else if (SLI_LINK_TOPO_LOOP == event->topology) {
9282 device_printf(ocs->dev, "Link Up, unsupported topology (%#x), speed is %d\n",
9283 event->topology, event->speed);
9909 switch (read_topo->topology) {
9911 hw->link.topology = SLI_LINK_TOPO_NPORT;
9914 hw->link.topology = SLI_LINK_TOPO_LOOP;
9921 hw->link.topology = SLI_LINK_TOPO_MAX;
12093 uint32_t topology = OCS_HW_TOPOLOGY_AUTO;
12097 return topology;
12101 topology = OCS_HW_TOPOLOGY_NPORT;
12104 topology = OCS_HW_TOPOLOGY_LOOP;
12110 return topology;
12114 * @brief Persistent topology configuration callback argument.
12122 * @brief Called after the completion of set persistent topology request
12149 * @brief Set persistent topology
12151 * Sets the persistent topology(PT) feature using
12153 * topology into sli config. PT stores the value to be set into link_flags
12159 * 1 Attempt point-to-point initialization (direct attach or Fabric topology).
12173 * @param topology topology value to be set, provided through
12174 * elxsdkutil set-topology cmd
12179 ocs_hw_set_persistent_topology(ocs_hw_t *hw, uint32_t topology, uint32_t opts)
12187 param.persistent_topo = topology;
12189 switch (topology) {
12211 ocs_log_err(hw->os, "unsupported topology %#x\n", topology);
12224 ocs_log_err(hw->os, "Failed to set persistent topology, rc: %#x\n", rc);
12232 ocs_log_err(hw->os, "Failed to set persistent topology, rc: %#x\n", rc);
12242 ocs_log_err(hw->os, "set persistent topology failed; status: %d\n", request.status);