Lines Matching defs:linkcfg

913 	hw->linkcfg = OCS_HW_LINKCFG_NA;
1126 * @brief Callback function for getting linkcfg during HW initialization.
1128 * @param status Status of the linkcfg get operation.
1139 hw->linkcfg = (ocs_hw_linkcfg_e)value;
1141 hw->linkcfg = OCS_HW_LINKCFG_NA;
1143 ocs_log_debug(hw->os, "linkcfg=%d\n", hw->linkcfg);
1693 *value = hw->linkcfg;
2611 * - OCS_HW_PORT_SET_LINK_CONFIG - Invoked after linkcfg mailbox command
2617 * - OCS_HW_PORT_SET_LINK_CONFIG - Invoked after linkcfg mailbox command
5678 ocs_hw_linkcfg_e linkcfg;
5683 * @brief Mapping from the HW linkcfg enum to the CLP command value
5703 ocs_hw_linkcfg_e linkcfg;
5708 * @brief Mapping from the HW linkcfg enum to the Skyhawk link config IDs
5716 * @brief Helper function for getting the HW linkcfg enum from the CLP
5721 * @return Returns the HW linkcfg enum corresponding to clp_str.
5729 return linkcfg_map[i].linkcfg;
5737 * linkcfg enum.
5739 * @param linkcfg HW linkcfg enum.
5742 * given linkcfg.
5745 ocs_hw_clp_from_linkcfg(ocs_hw_linkcfg_e linkcfg)
5749 if (linkcfg_map[i].linkcfg == linkcfg) {
5758 * linkcfg enum.
5760 * @param linkcfg HW linkcfg enum.
5763 * given linkcfg.
5766 ocs_hw_config_id_from_linkcfg(ocs_hw_linkcfg_e linkcfg)
5770 if (skyhawk_linkcfg_map[i].linkcfg == linkcfg) {
5778 * @brief Helper function for getting the HW linkcfg enum from a
5783 * @return Returns the HW linkcfg enum corresponding to config_id.
5791 return skyhawk_linkcfg_map[i].linkcfg;
6473 ocs_hw_linkcfg_e linkcfg = OCS_HW_LINKCFG_NA;
6488 linkcfg = ocs_hw_linkcfg_from_clp(retdata_str);
6494 cb_arg->cb(status, linkcfg, cb_arg->arg);