Lines Matching refs:linkcfg

908 	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 mailbox command
5681 ocs_hw_linkcfg_e linkcfg;
5686 * @brief Mapping from the HW linkcfg enum to the CLP command value
5706 ocs_hw_linkcfg_e linkcfg;
5711 * @brief Mapping from the HW linkcfg enum to the Skyhawk link config IDs
5719 * @brief Helper function for getting the HW linkcfg enum from the CLP
5724 * @return Returns the HW linkcfg enum corresponding to clp_str.
5732 return linkcfg_map[i].linkcfg;
5740 * linkcfg enum.
5742 * @param linkcfg HW linkcfg enum.
5745 * given linkcfg.
5748 ocs_hw_clp_from_linkcfg(ocs_hw_linkcfg_e linkcfg)
5752 if (linkcfg_map[i].linkcfg == linkcfg) {
5761 * linkcfg enum.
5763 * @param linkcfg HW linkcfg enum.
5766 * given linkcfg.
5769 ocs_hw_config_id_from_linkcfg(ocs_hw_linkcfg_e linkcfg)
5773 if (skyhawk_linkcfg_map[i].linkcfg == linkcfg) {
5781 * @brief Helper function for getting the HW linkcfg enum from a
5786 * @return Returns the HW linkcfg enum corresponding to config_id.
5794 return skyhawk_linkcfg_map[i].linkcfg;
6475 ocs_hw_linkcfg_e linkcfg = OCS_HW_LINKCFG_NA;
6490 linkcfg = ocs_hw_linkcfg_from_clp(retdata_str);
6496 cb_arg->cb(status, linkcfg, cb_arg->arg);