Searched refs:linkcfg (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c188 {"linkcfg", get_linkcfg, set_linkcfg, NULL},
1517 ocs_hw_linkcfg_e linkcfg; member in struct:ocs_mgmt_linkcfg_map_s
1531 * @brief Get the HW linkcfg enum from the mgmt config string.
1535 * @return Returns the HW linkcfg enum corresponding to clp_str.
1544 return mgmt_linkcfg_map[i].linkcfg;
1551 * @brief Get the mgmt string value from the HW linkcfg enum.
1553 * @param linkcfg HW linkcfg enum.
1555 * @return Returns the mgmt string value corresponding to the given HW linkcfg.
1558 ocs_mgmt_from_hw_linkcfg(ocs_hw_linkcfg_e linkcfg) argument
1575 ocs_hw_linkcfg_e linkcfg; member in struct:ocs_mgmt_linkcfg_arg_s
1592 ocs_hw_linkcfg_e linkcfg; local
1764 ocs_hw_linkcfg_e linkcfg; local
[all...]
H A Docs_hw.c908 hw->linkcfg = OCS_HW_LINKCFG_NA;
1121 * @brief Callback function for getting linkcfg during HW initialization.
1123 * @param status Status of the linkcfg get operation.
1134 hw->linkcfg = (ocs_hw_linkcfg_e)value;
1136 hw->linkcfg = OCS_HW_LINKCFG_NA;
1138 ocs_log_debug(hw->os, "linkcfg=%d\n", hw->linkcfg);
1693 *value = hw->linkcfg;
2614 * - OCS_HW_PORT_SET_LINK_CONFIG - Invoked after linkcfg mailbox command
2620 * - OCS_HW_PORT_SET_LINK_CONFIG - Invoked after linkcfg mailbo
5681 ocs_hw_linkcfg_e linkcfg; member in struct:ocs_hw_linkcfg_map_s
5706 ocs_hw_linkcfg_e linkcfg; member in struct:ocs_hw_skyhawk_linkcfg_map_s
5748 ocs_hw_clp_from_linkcfg(ocs_hw_linkcfg_e linkcfg) argument
5769 ocs_hw_config_id_from_linkcfg(ocs_hw_linkcfg_e linkcfg) argument
6475 ocs_hw_linkcfg_e linkcfg = OCS_HW_LINKCFG_NA; local
[all...]
H A Docs_hw.h988 ocs_hw_linkcfg_e linkcfg; /**< link configuration setting */ member in struct:ocs_hw_s
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c1142 uint16_t linkcfg; local
1150 linkcfg = CSR_READ_2(sc, sc->alc_expcap +
1153 linkcfg = 0;
1162 linkcfg &= ~PCIEM_LINK_CTL_EXTENDED_SYNC;
1165 linkcfg |= PCIEM_LINK_CTL_EXTENDED_SYNC;
1167 linkcfg);

Completed in 194 milliseconds