From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B406343F76 for ; Fri, 3 May 2024 16:04:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA80A402DE; Fri, 3 May 2024 16:04:59 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 41CAA402D6 for ; Fri, 3 May 2024 16:04:58 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3B3DC122141; Fri, 3 May 2024 16:04:58 +0200 (CEST) Subject: |WARNING| pw139850 [PATCH v2 22/27] net/ixgbe/base: add support for E610 Admin Command Interface In-Reply-To: <6014fea5c86f1f48d358c7f2b467a9bb396dc261.1714744628.git.anatoly.burakov@intel.com> References: <6014fea5c86f1f48d358c7f2b467a9bb396dc261.1714744628.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20240503140458.3B3DC122141@dpdk.org> Date: Fri, 3 May 2024 16:04:58 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/139850 _coding style issues_ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #75: Add low level support for Admin Command Interface (ACI). ACI is the WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #75: Add low level support for Admin Command Interface (ACI). ACI is the WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #77: the following ACI features: WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #118: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:13: + * ixgbe_init_aci - initialization routine for Admin Command Interface WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #121: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:16: + * Initialize the ACI lock. WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #123: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:18: +void ixgbe_init_aci(struct ixgbe_hw *hw) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #125: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:20: + ixgbe_init_lock(&hw->aci.lock); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #129: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:24: + * ixgbe_shutdown_aci - shutdown routine for Admin Command Interface WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #132: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:27: + * Destroy the ACI lock. WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #134: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:29: +void ixgbe_shutdown_aci(struct ixgbe_hw *hw) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #136: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:31: + ixgbe_destroy_lock(&hw->aci.lock); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #140: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:35: + * ixgbe_should_retry_aci_send_cmd_execute - decide if ACI command should WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #140: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:35: + * ixgbe_should_retry_aci_send_cmd_execute - decide if ACI command should WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #142: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:37: + * @opcode: ACI opcode WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #144: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:39: + * Check if ACI command should be sent again depending on the provided opcode. WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #149: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:44: +STATIC bool ixgbe_should_retry_aci_send_cmd_execute(u16 opcode) CHECK:BRACES: Blank lines aren't necessary after an open brace '{' #151: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:46: +{ + WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #153: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:48: + case ixgbe_aci_opc_disable_rxen: WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #154: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:49: + case ixgbe_aci_opc_get_phy_caps: WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #155: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:50: + case ixgbe_aci_opc_get_link_status: WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #156: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:51: + case ixgbe_aci_opc_get_link_topo: WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #164: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:59: + * ixgbe_aci_send_cmd_execute - execute sending FW Admin Command to FW Admin WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #176: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:71: + * * - IXGBE_ERR_ACI_DISABLED - CSR mechanism is not enabled. WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #177: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:72: + * * - IXGBE_ERR_ACI_BUSY - CSR mechanism is busy. WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #180: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:75: + * * - IXGBE_ERR_ACI_TIMEOUT - Admin Command X command timeout. WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #181: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:76: + * * - IXGBE_ERR_ACI_ERROR - Admin Command X invalid state of HICR register or WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #186: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:81: +ixgbe_aci_send_cmd_execute(struct ixgbe_hw *hw, struct ixgbe_aci_desc *desc, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #186: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:81: +ixgbe_aci_send_cmd_execute(struct ixgbe_hw *hw, struct ixgbe_aci_desc *desc, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #197: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:92: + hw->aci.last_status = IXGBE_ACI_RC_OK; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #197: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:92: + hw->aci.last_status = IXGBE_ACI_RC_OK; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #202: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:97: + status = IXGBE_ERR_ACI_DISABLED; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #206: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:101: + hw->aci.last_status = IXGBE_ACI_RC_EBUSY; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #206: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:101: + hw->aci.last_status = IXGBE_ACI_RC_EBUSY; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #207: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:102: + status = IXGBE_ERR_ACI_BUSY; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #212: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:107: + if (buf_size > IXGBE_ACI_MAX_BUFFER_SIZE) { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #218: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:113: + desc->flags |= IXGBE_CPU_TO_LE16(IXGBE_ACI_FLAG_BUF); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #221: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:116: + if (desc->flags & IXGBE_CPU_TO_LE16(IXGBE_ACI_FLAG_BUF)) { CHECK:BOOL_COMPARISON: Using comparison to true is error prone #231: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:126: + if (valid_buf == true) { ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #237: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:132: + tmp_buf = (u32*)ixgbe_malloc(hw, tmp_buf_size); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #250: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:145: + if (tmp_buf_size > IXGBE_ACI_LG_BUF) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #252: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:147: + IXGBE_CPU_TO_LE16(IXGBE_ACI_FLAG_LB); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #256: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:151: + if (desc->flags & IXGBE_CPU_TO_LE16(IXGBE_ACI_FLAG_RD)) { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #265: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:160: + for (i = 0; i < IXGBE_ACI_DESC_SIZE_IN_DWORDS; i++) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #277: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:172: + for (i = 0; i < IXGBE_ACI_SYNC_RESPONSE_TIMEOUT; i += 1) { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #287: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:182: + for (i = 0; i < IXGBE_ACI_ASYNC_RESPONSE_TIMEOUT; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #299: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:194: + for (i = 0; i < IXGBE_ACI_DESC_SIZE_IN_DWORDS; i++) { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #307: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:202: + for (i = 0; i < IXGBE_ACI_DESC_SIZE_IN_DWORDS; i++) { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #315: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:210: + status = IXGBE_ERR_ACI_TIMEOUT; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #318: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:213: + status = IXGBE_ERR_ACI_ERROR; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #328: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:223: + opcode != IXGBE_CPU_TO_LE16(ixgbe_aci_opc_get_fw_event)) { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #329: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:224: + status = IXGBE_ERR_ACI_ERROR; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #333: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:228: + if (desc->retval != IXGBE_ACI_RC_OK) { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #334: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:229: + hw->aci.last_status = (enum ixgbe_aci_err)desc->retval; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #334: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:229: + hw->aci.last_status = (enum ixgbe_aci_err)desc->retval; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #335: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:230: + status = IXGBE_ERR_ACI_ERROR; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #341: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:236: + IXGBE_CPU_TO_LE16(IXGBE_ACI_FLAG_BUF))) { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #357: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:252: + * ixgbe_aci_send_cmd - send FW Admin Command to FW Admin Command Interface WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #365: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:260: + * Retry sending the FW Admin Command multiple times to the FW ACI WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #370: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:265: +s32 ixgbe_aci_send_cmd(struct ixgbe_hw *hw, struct ixgbe_aci_desc *desc, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #370: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:265: +s32 ixgbe_aci_send_cmd(struct ixgbe_hw *hw, struct ixgbe_aci_desc *desc, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #373: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:268: + struct ixgbe_aci_desc desc_cpy; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #374: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:269: + enum ixgbe_aci_err last_status; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #382: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:277: + is_cmd_for_retry = ixgbe_should_retry_aci_send_cmd_execute(opcode); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #395: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:290: + ixgbe_acquire_lock(&hw->aci.lock); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #396: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:291: + status = ixgbe_aci_send_cmd_execute(hw, desc, buf, buf_size); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #397: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:292: + last_status = hw->aci.last_status; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #398: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:293: + ixgbe_release_lock(&hw->aci.lock); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #401: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:296: + last_status != IXGBE_ACI_RC_EBUSY) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #408: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:303: + msec_delay(IXGBE_ACI_SEND_DELAY_TIME_MS); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #409: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:304: + } while (++idx < IXGBE_ACI_SEND_MAX_EXECUTE); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #418: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:313: + * ixgbe_aci_check_event_pending - check if there are any pending events WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #426: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:321: +bool ixgbe_aci_check_event_pending(struct ixgbe_hw *hw) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #439: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:334: + * ixgbe_aci_get_event - get an event from ACI WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #439: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:334: + * ixgbe_aci_get_event - get an event from ACI WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #444: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:339: + * Obtain an event from ACI and return its content WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #445: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:340: + * through 'e' using ACI command (0x0014). WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #451: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:346: +s32 ixgbe_aci_get_event(struct ixgbe_hw *hw, struct ixgbe_aci_event *e, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #451: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:346: +s32 ixgbe_aci_get_event(struct ixgbe_hw *hw, struct ixgbe_aci_event *e, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #454: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:349: + struct ixgbe_aci_desc desc; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #460: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:355: + ixgbe_acquire_lock(&hw->aci.lock); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #463: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:358: + if (!ixgbe_aci_check_event_pending(hw)) { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #464: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:359: + status = IXGBE_ERR_ACI_NO_EVENTS; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #465: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:360: + goto aci_get_event_exit; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #469: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:364: + ixgbe_fill_dflt_direct_cmd_desc(&desc, ixgbe_aci_opc_get_fw_event); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #470: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:365: + status = ixgbe_aci_send_cmd_execute(hw, &desc, e->msg_buf, e->buf_len); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #472: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:367: + goto aci_get_event_exit; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #475: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:370: + if (desc.opcode == IXGBE_CPU_TO_LE16(ixgbe_aci_opc_get_fw_event)) { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #476: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:371: + status = IXGBE_ERR_ACI_NO_EVENTS; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #477: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:372: + goto aci_get_event_exit; WARNING:BRACES: braces {} are not necessary for single statement blocks #486: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:381: + if (pending) { + *pending = ixgbe_aci_check_event_pending(hw); + } WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #487: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:382: + *pending = ixgbe_aci_check_event_pending(hw); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #490: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:385: +aci_get_event_exit: WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #491: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:386: + ixgbe_release_lock(&hw->aci.lock); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #497: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:392: + * ixgbe_fill_dflt_direct_cmd_desc - fill ACI descriptor with default values. WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #504: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:399: +void ixgbe_fill_dflt_direct_cmd_desc(struct ixgbe_aci_desc *desc, u16 opcode) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #509: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:404: + desc->flags = IXGBE_CPU_TO_LE16(IXGBE_ACI_FLAG_SI); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #513: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:408: + * ixgbe_aci_req_res - request a common resource WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #520: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:415: + * Requests a common resource using the ACI command (0x0008). WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #529: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:424: +ixgbe_aci_req_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #529: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:424: +ixgbe_aci_req_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #530: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:425: + enum ixgbe_aci_res_access_type access, u8 sdp_number, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #533: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:428: + struct ixgbe_aci_cmd_req_res *cmd_resp; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #534: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:429: + struct ixgbe_aci_desc desc; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #539: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:434: + ixgbe_fill_dflt_direct_cmd_desc(&desc, ixgbe_aci_opc_req_res); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #547: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:442: + status = ixgbe_aci_send_cmd(hw, &desc, NULL, 0); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #557: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:452: + if (!status || hw->aci.last_status == IXGBE_ACI_RC_EBUSY) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #557: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:452: + if (!status || hw->aci.last_status == IXGBE_ACI_RC_EBUSY) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #564: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:459: + * ixgbe_aci_release_res - release a common resource using ACI WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #564: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:459: + * ixgbe_aci_release_res - release a common resource using ACI WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #569: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:464: + * Release a common resource using ACI command (0x0009). WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #574: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:469: +ixgbe_aci_release_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #574: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:469: +ixgbe_aci_release_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #577: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:472: + struct ixgbe_aci_cmd_req_res *cmd; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #578: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:473: + struct ixgbe_aci_desc desc; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #582: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:477: + ixgbe_fill_dflt_direct_cmd_desc(&desc, ixgbe_aci_opc_release_res); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #587: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:482: + return ixgbe_aci_send_cmd(hw, &desc, NULL, 0); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #598: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:493: + * the ixgbe_aci_req_res to utilize ACI. WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #598: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:493: + * the ixgbe_aci_req_res to utilize ACI. WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #600: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:495: + * performed any necessary updates, the IXGBE_ERR_ACI_NO_WORK is returned, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #606: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:501: +s32 ixgbe_acquire_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #607: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:502: + enum ixgbe_aci_res_access_type access, u32 timeout) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #615: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:510: + status = ixgbe_aci_req_res(hw, res, access, 0, &res_timeout); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #617: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:512: + /* A return code of IXGBE_ERR_ACI_NO_WORK means that another driver has WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #622: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:517: + if (status == IXGBE_ERR_ACI_NO_WORK) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #636: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:531: + status = ixgbe_aci_req_res(hw, res, access, 0, &res_timeout); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #638: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:533: + if (status == IXGBE_ERR_ACI_NO_WORK) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #656: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:551: + * Release a common resource using ixgbe_aci_release_res. WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #658: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:553: +void ixgbe_release_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #663: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:558: + status = ixgbe_aci_release_res(hw, res, 0); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #668: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:563: + while ((status == IXGBE_ERR_ACI_TIMEOUT) && WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #669: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:564: + (total_delay < IXGBE_ACI_RELEASE_RES_TIMEOUT)) { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #671: FILE: drivers/net/ixgbe/base/ixgbe_e610.c:566: + status = ixgbe_aci_release_res(hw, res, 0); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #690: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:10: +void ixgbe_init_aci(struct ixgbe_hw *hw); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #691: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:11: +void ixgbe_shutdown_aci(struct ixgbe_hw *hw); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #693: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:13: +s32 ixgbe_aci_send_cmd(struct ixgbe_hw *hw, struct ixgbe_aci_desc *desc, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #693: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:13: +s32 ixgbe_aci_send_cmd(struct ixgbe_hw *hw, struct ixgbe_aci_desc *desc, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #695: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:15: +bool ixgbe_aci_check_event_pending(struct ixgbe_hw *hw); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #696: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:16: +s32 ixgbe_aci_get_event(struct ixgbe_hw *hw, struct ixgbe_aci_event *e, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #696: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:16: +s32 ixgbe_aci_get_event(struct ixgbe_hw *hw, struct ixgbe_aci_event *e, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #699: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:19: +void ixgbe_fill_dflt_direct_cmd_desc(struct ixgbe_aci_desc *desc, u16 opcode); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #701: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:21: +s32 ixgbe_acquire_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #702: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:22: + enum ixgbe_aci_res_access_type access, u32 timeout); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #703: FILE: drivers/net/ixgbe/base/ixgbe_e610.h:23: +void ixgbe_release_res(struct ixgbe_hw *hw, enum ixgbe_aci_res_ids res); CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #723: FILE: drivers/net/ixgbe/base/ixgbe_osdep.c:12: +ixgbe_calloc(struct ixgbe_hw __rte_unused *hw, size_t count, size_t size) ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #729: FILE: drivers/net/ixgbe/base/ixgbe_osdep.c:18: +ixgbe_malloc(struct ixgbe_hw __rte_unused *hw, size_t size) ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #735: FILE: drivers/net/ixgbe/base/ixgbe_osdep.c:24: +ixgbe_free(struct ixgbe_hw __rte_unused *hw, void *addr) ^ WARNING:TYPO_SPELLING: 'Numer' may be misspelled - perhaps 'Number'? #894: FILE: drivers/net/ixgbe/base/ixgbe_type.h:2709: +#define IXGBE_MTQC_NUM_TC_OR_Q 0xC /* Numer of TCs or TxQs per pool */ WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #942: FILE: drivers/net/ixgbe/base/ixgbe_type.h:4171: + struct ixgbe_aci_cmd_set_phy_cfg_data curr_user_phy_cfg; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #959: FILE: drivers/net/ixgbe/base/ixgbe_type.h:4209: + struct ixgbe_aci_info aci; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #959: FILE: drivers/net/ixgbe/base/ixgbe_type.h:4209: + struct ixgbe_aci_info aci; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #980: FILE: drivers/net/ixgbe/base/ixgbe_type.h:4272: +#define IXGBE_ERR_ACI_ERROR -100 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #981: FILE: drivers/net/ixgbe/base/ixgbe_type.h:4273: +#define IXGBE_ERR_ACI_DISABLED -101 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #982: FILE: drivers/net/ixgbe/base/ixgbe_type.h:4274: +#define IXGBE_ERR_ACI_TIMEOUT -102 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #983: FILE: drivers/net/ixgbe/base/ixgbe_type.h:4275: +#define IXGBE_ERR_ACI_BUSY -103 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #984: FILE: drivers/net/ixgbe/base/ixgbe_type.h:4276: +#define IXGBE_ERR_ACI_NO_WORK -104 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #985: FILE: drivers/net/ixgbe/base/ixgbe_type.h:4277: +#define IXGBE_ERR_ACI_NO_EVENTS -105 CHECK:MACRO_ARG_REUSE: Macro argument reuse 'b' - possible side-effects? #1025: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:30: +#define DIVIDE_AND_ROUND_UP(a, b) (((a) + (b) - 1) / (b)) CHECK:MACRO_ARG_REUSE: Macro argument reuse 'b' - possible side-effects? #1036: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:41: +#define ROUND_UP(a, b) ((b) * DIVIDE_AND_ROUND_UP((a), (b))) CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'mask' may be better as '(mask)' to avoid precedence issues #1039: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:44: +#define MAKEMASK(mask, shift) (mask << shift) CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'shift' may be better as '(shift)' to avoid precedence issues #1039: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:44: +#define MAKEMASK(mask, shift) (mask << shift) CHECK:MACRO_ARG_REUSE: Macro argument reuse '_t' - possible side-effects? #1065: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:70: +#define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b)) CHECK:MACRO_ARG_REUSE: Macro argument reuse 'ptr' - possible side-effects? #1076: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:81: +#define ixgbe_struct_size(ptr, field, num) \ + (sizeof(*(ptr)) + sizeof(*(ptr)->field) * (num)) CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'field' may be better as '(field)' to avoid precedence issues #1076: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:81: +#define ixgbe_struct_size(ptr, field, num) \ + (sizeof(*(ptr)) + sizeof(*(ptr)->field) * (num)) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1140: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:145: +/* Admin Command Interface (ACI) registers */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1151: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:156: +#define IXGBE_ACI_DESC_SIZE 32 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1152: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:157: +#define IXGBE_ACI_DESC_SIZE_IN_DWORDS IXGBE_ACI_DESC_SIZE / BYTES_PER_DWORD WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1152: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:157: +#define IXGBE_ACI_DESC_SIZE_IN_DWORDS IXGBE_ACI_DESC_SIZE / BYTES_PER_DWORD ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #1152: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:157: +#define IXGBE_ACI_DESC_SIZE_IN_DWORDS IXGBE_ACI_DESC_SIZE / BYTES_PER_DWORD WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1154: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:159: +#define IXGBE_ACI_MAX_BUFFER_SIZE 4096 /* Size in bytes */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1155: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:160: +#define IXGBE_ACI_DESC_COOKIE_L_DWORD_OFFSET 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1156: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:161: +#define IXGBE_ACI_SEND_DELAY_TIME_MS 10 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1157: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:162: +#define IXGBE_ACI_SEND_MAX_EXECUTE 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1159: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:164: +#define IXGBE_ACI_SYNC_RESPONSE_TIMEOUT 100000 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1161: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:166: +#define IXGBE_ACI_ASYNC_RESPONSE_TIMEOUT 150000 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1163: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:168: +#define IXGBE_ACI_RELEASE_RES_TIMEOUT 10000 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1166: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:171: +#define IXGBE_ACI_LG_BUF 512 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1174: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:179: +#define IXGBE_ACI_FLAG_DD_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1175: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:180: +#define IXGBE_ACI_FLAG_CMP_S 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1176: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:181: +#define IXGBE_ACI_FLAG_ERR_S 2 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1177: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:182: +#define IXGBE_ACI_FLAG_VFE_S 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1178: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:183: +#define IXGBE_ACI_FLAG_LB_S 9 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1179: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:184: +#define IXGBE_ACI_FLAG_RD_S 10 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1180: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:185: +#define IXGBE_ACI_FLAG_VFC_S 11 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1181: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:186: +#define IXGBE_ACI_FLAG_BUF_S 12 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1182: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:187: +#define IXGBE_ACI_FLAG_SI_S 13 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1183: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:188: +#define IXGBE_ACI_FLAG_EI_S 14 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1184: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:189: +#define IXGBE_ACI_FLAG_FE_S 15 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1186: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:191: +#define IXGBE_ACI_FLAG_DD BIT(IXGBE_ACI_FLAG_DD_S) /* 0x1 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1186: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:191: +#define IXGBE_ACI_FLAG_DD BIT(IXGBE_ACI_FLAG_DD_S) /* 0x1 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1187: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:192: +#define IXGBE_ACI_FLAG_CMP BIT(IXGBE_ACI_FLAG_CMP_S) /* 0x2 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1187: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:192: +#define IXGBE_ACI_FLAG_CMP BIT(IXGBE_ACI_FLAG_CMP_S) /* 0x2 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1188: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:193: +#define IXGBE_ACI_FLAG_ERR BIT(IXGBE_ACI_FLAG_ERR_S) /* 0x4 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1188: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:193: +#define IXGBE_ACI_FLAG_ERR BIT(IXGBE_ACI_FLAG_ERR_S) /* 0x4 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1189: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:194: +#define IXGBE_ACI_FLAG_VFE BIT(IXGBE_ACI_FLAG_VFE_S) /* 0x8 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1189: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:194: +#define IXGBE_ACI_FLAG_VFE BIT(IXGBE_ACI_FLAG_VFE_S) /* 0x8 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1190: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:195: +#define IXGBE_ACI_FLAG_LB BIT(IXGBE_ACI_FLAG_LB_S) /* 0x200 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1190: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:195: +#define IXGBE_ACI_FLAG_LB BIT(IXGBE_ACI_FLAG_LB_S) /* 0x200 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1191: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:196: +#define IXGBE_ACI_FLAG_RD BIT(IXGBE_ACI_FLAG_RD_S) /* 0x400 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1191: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:196: +#define IXGBE_ACI_FLAG_RD BIT(IXGBE_ACI_FLAG_RD_S) /* 0x400 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1192: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:197: +#define IXGBE_ACI_FLAG_VFC BIT(IXGBE_ACI_FLAG_VFC_S) /* 0x800 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1192: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:197: +#define IXGBE_ACI_FLAG_VFC BIT(IXGBE_ACI_FLAG_VFC_S) /* 0x800 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1193: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:198: +#define IXGBE_ACI_FLAG_BUF BIT(IXGBE_ACI_FLAG_BUF_S) /* 0x1000 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1193: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:198: +#define IXGBE_ACI_FLAG_BUF BIT(IXGBE_ACI_FLAG_BUF_S) /* 0x1000 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1194: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:199: +#define IXGBE_ACI_FLAG_SI BIT(IXGBE_ACI_FLAG_SI_S) /* 0x2000 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1194: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:199: +#define IXGBE_ACI_FLAG_SI BIT(IXGBE_ACI_FLAG_SI_S) /* 0x2000 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1195: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:200: +#define IXGBE_ACI_FLAG_EI BIT(IXGBE_ACI_FLAG_EI_S) /* 0x4000 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1195: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:200: +#define IXGBE_ACI_FLAG_EI BIT(IXGBE_ACI_FLAG_EI_S) /* 0x4000 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1196: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:201: +#define IXGBE_ACI_FLAG_FE BIT(IXGBE_ACI_FLAG_FE_S) /* 0x8000 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1196: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:201: +#define IXGBE_ACI_FLAG_FE BIT(IXGBE_ACI_FLAG_FE_S) /* 0x8000 */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1198: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:203: +/* Admin Command Interface (ACI) error codes */ WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1199: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:204: +enum ixgbe_aci_err { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1200: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:205: + IXGBE_ACI_RC_OK = 0, /* Success */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1201: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:206: + IXGBE_ACI_RC_EPERM = 1, /* Operation not permitted */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1202: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:207: + IXGBE_ACI_RC_ENOENT = 2, /* No such element */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1203: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:208: + IXGBE_ACI_RC_ESRCH = 3, /* Bad opcode */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1204: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:209: + IXGBE_ACI_RC_EINTR = 4, /* Operation interrupted */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1205: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:210: + IXGBE_ACI_RC_EIO = 5, /* I/O error */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1206: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:211: + IXGBE_ACI_RC_ENXIO = 6, /* No such resource */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1207: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:212: + IXGBE_ACI_RC_E2BIG = 7, /* Arg too long */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1208: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:213: + IXGBE_ACI_RC_EAGAIN = 8, /* Try again */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1209: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:214: + IXGBE_ACI_RC_ENOMEM = 9, /* Out of memory */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1210: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:215: + IXGBE_ACI_RC_EACCES = 10, /* Permission denied */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1211: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:216: + IXGBE_ACI_RC_EFAULT = 11, /* Bad address */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1212: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:217: + IXGBE_ACI_RC_EBUSY = 12, /* Device or resource busy */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1213: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:218: + IXGBE_ACI_RC_EEXIST = 13, /* Object already exists */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1214: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:219: + IXGBE_ACI_RC_EINVAL = 14, /* Invalid argument */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1215: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:220: + IXGBE_ACI_RC_ENOTTY = 15, /* Not a typewriter */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1216: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:221: + IXGBE_ACI_RC_ENOSPC = 16, /* No space left or allocation failure */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1217: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:222: + IXGBE_ACI_RC_ENOSYS = 17, /* Function not implemented */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1218: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:223: + IXGBE_ACI_RC_ERANGE = 18, /* Parameter out of range */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1219: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:224: + IXGBE_ACI_RC_EFLUSHED = 19, /* Cmd flushed due to prev cmd error */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1220: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:225: + IXGBE_ACI_RC_BAD_ADDR = 20, /* Descriptor contains a bad pointer */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1221: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:226: + IXGBE_ACI_RC_EMODE = 21, /* Op not allowed in current dev mode */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1222: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:227: + IXGBE_ACI_RC_EFBIG = 22, /* File too big */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1223: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:228: + IXGBE_ACI_RC_ESBCOMP = 23, /* SB-IOSF completion unsuccessful */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1224: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:229: + IXGBE_ACI_RC_ENOSEC = 24, /* Missing security manifest */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1225: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:230: + IXGBE_ACI_RC_EBADSIG = 25, /* Bad RSA signature */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1226: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:231: + IXGBE_ACI_RC_ESVN = 26, /* SVN number prohibits this package */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1227: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:232: + IXGBE_ACI_RC_EBADMAN = 27, /* Manifest hash mismatch */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1228: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:233: + IXGBE_ACI_RC_EBADBUF = 28, /* Buffer hash mismatches manifest */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1229: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:234: + IXGBE_ACI_RC_EACCES_BMCU = 29, /* BMC Update in progress */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1232: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:237: +/* Admin Command Interface (ACI) opcodes */ WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1233: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:238: +enum ixgbe_aci_opc { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1234: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:239: + ixgbe_aci_opc_get_ver = 0x0001, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1235: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:240: + ixgbe_aci_opc_driver_ver = 0x0002, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1236: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:241: + ixgbe_aci_opc_get_exp_err = 0x0005, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1239: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:244: + ixgbe_aci_opc_req_res = 0x0008, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1240: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:245: + ixgbe_aci_opc_release_res = 0x0009, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1243: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:248: + ixgbe_aci_opc_list_func_caps = 0x000A, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1244: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:249: + ixgbe_aci_opc_list_dev_caps = 0x000B, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1247: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:252: + ixgbe_aci_opc_disable_rxen = 0x000C, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1250: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:255: + ixgbe_aci_opc_get_fw_event = 0x0014, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1253: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:258: + ixgbe_aci_opc_get_phy_caps = 0x0600, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1254: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:259: + ixgbe_aci_opc_set_phy_cfg = 0x0601, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1255: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:260: + ixgbe_aci_opc_restart_an = 0x0605, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1256: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:261: + ixgbe_aci_opc_get_link_status = 0x0607, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1257: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:262: + ixgbe_aci_opc_set_event_mask = 0x0613, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1258: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:263: + ixgbe_aci_opc_get_link_topo = 0x06E0, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1259: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:264: + ixgbe_aci_opc_get_link_topo_pin = 0x06E1, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1260: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:265: + ixgbe_aci_opc_read_i2c = 0x06E2, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1261: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:266: + ixgbe_aci_opc_write_i2c = 0x06E3, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1262: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:267: + ixgbe_aci_opc_read_mdio = 0x06E4, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1263: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:268: + ixgbe_aci_opc_write_mdio = 0x06E5, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1264: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:269: + ixgbe_aci_opc_set_gpio_by_func = 0x06E6, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1265: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:270: + ixgbe_aci_opc_get_gpio_by_func = 0x06E7, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1266: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:271: + ixgbe_aci_opc_set_gpio = 0x06EC, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1267: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:272: + ixgbe_aci_opc_get_gpio = 0x06ED, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1268: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:273: + ixgbe_aci_opc_sff_eeprom = 0x06EE, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1269: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:274: + ixgbe_aci_opc_prog_topo_dev_nvm = 0x06F2, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1270: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:275: + ixgbe_aci_opc_read_topo_dev_nvm = 0x06F3, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1273: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:278: + ixgbe_aci_opc_nvm_read = 0x0701, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1274: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:279: + ixgbe_aci_opc_nvm_erase = 0x0702, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1275: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:280: + ixgbe_aci_opc_nvm_write = 0x0703, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1276: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:281: + ixgbe_aci_opc_nvm_cfg_read = 0x0704, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1277: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:282: + ixgbe_aci_opc_nvm_cfg_write = 0x0705, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1278: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:283: + ixgbe_aci_opc_nvm_checksum = 0x0706, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1279: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:284: + ixgbe_aci_opc_nvm_write_activate = 0x0707, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1280: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:285: + ixgbe_aci_opc_nvm_sr_dump = 0x0707, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1281: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:286: + ixgbe_aci_opc_nvm_save_factory_settings = 0x0708, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1282: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:287: + ixgbe_aci_opc_nvm_update_empr = 0x0709, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1283: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:288: + ixgbe_aci_opc_nvm_pkg_data = 0x070A, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1284: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:289: + ixgbe_aci_opc_nvm_pass_component_tbl = 0x070B, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1285: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:290: + ixgbe_aci_opc_nvm_sanitization = 0x070C, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1288: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:293: + ixgbe_aci_opc_write_alt_direct = 0x0900, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1289: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:294: + ixgbe_aci_opc_write_alt_indirect = 0x0901, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1290: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:295: + ixgbe_aci_opc_read_alt_direct = 0x0902, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1291: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:296: + ixgbe_aci_opc_read_alt_indirect = 0x0903, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1292: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:297: + ixgbe_aci_opc_done_alt_write = 0x0904, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1293: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:298: + ixgbe_aci_opc_clear_port_alt_write = 0x0906, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1296: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:301: + ixgbe_aci_opc_debug_dump_internals = 0xFF08, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1299: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:304: + ixgbe_aci_opc_set_health_status_config = 0xFF20, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1300: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:305: + ixgbe_aci_opc_get_supported_health_status_codes = 0xFF21, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1301: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:306: + ixgbe_aci_opc_get_health_status = 0xFF22, WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1302: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:307: + ixgbe_aci_opc_clear_health_status = 0xFF23, CHECK:MACRO_ARG_REUSE: Macro argument reuse 'n' - possible side-effects? #1311: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:316: +#define IXGBE_CHECK_STRUCT_LEN(n, X) enum ixgbe_static_assert_enum_##X \ + { ixgbe_static_assert_##X = (n) / ((sizeof(struct X) == (n)) ? 1 : 0) } CHECK:MACRO_ARG_REUSE: Macro argument reuse 'n' - possible side-effects? #1320: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:325: +#define IXGBE_CHECK_VAR_LEN_STRUCT_LEN(n, X, T) enum ixgbe_static_assert_enum_##X \ + { ixgbe_static_assert_##X = (n) / \ + (((sizeof(struct X) + sizeof(T)) == (n)) ? 1 : 0) } WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1325: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:330: + * in the params union member of struct ixgbe_aci_desc) are 16 bytes in length. WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1333: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:338: +struct ixgbe_aci_cmd_generic { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1340: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:345: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_generic); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1343: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:348: +struct ixgbe_aci_cmd_get_ver { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1356: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:361: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_get_ver); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1369: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:374: +struct ixgbe_aci_cmd_driver_ver { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1379: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:384: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_driver_ver); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1382: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:387: +struct ixgbe_aci_cmd_get_exp_err { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1384: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:389: +#define IXGBE_ACI_EXPANDED_ERROR_NOT_PROVIDED 0xFFFFFFFF WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1389: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:394: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_get_exp_err); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1394: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:399: +enum ixgbe_aci_res_access_type { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1399: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:404: +enum ixgbe_aci_res_ids { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1409: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:414: +struct ixgbe_aci_cmd_req_res { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1411: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:416: +#define IXGBE_ACI_RES_ID_NVM 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1412: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:417: +#define IXGBE_ACI_RES_ID_SDP 2 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1413: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:418: +#define IXGBE_ACI_RES_ID_CHNG_LOCK 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1414: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:419: +#define IXGBE_ACI_RES_ID_GLBL_LOCK 4 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1416: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:421: +#define IXGBE_ACI_RES_ACCESS_READ 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1417: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:422: +#define IXGBE_ACI_RES_ACCESS_WRITE 2 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1424: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:429: +#define IXGBE_ACI_RES_NVM_READ_DFLT_TIMEOUT_MS 3000 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1425: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:430: +#define IXGBE_ACI_RES_NVM_WRITE_DFLT_TIMEOUT_MS 180000 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1426: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:431: +#define IXGBE_ACI_RES_CHNG_LOCK_DFLT_TIMEOUT_MS 1000 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1427: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:432: +#define IXGBE_ACI_RES_GLBL_LOCK_DFLT_TIMEOUT_MS 3000 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1430: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:435: + /* Status is only used for IXGBE_ACI_RES_ID_GLBL_LOCK */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1432: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:437: +#define IXGBE_ACI_RES_GLBL_SUCCESS 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1433: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:438: +#define IXGBE_ACI_RES_GLBL_IN_PROG 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1434: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:439: +#define IXGBE_ACI_RES_GLBL_DONE 2 WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1438: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:443: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_req_res); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1443: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:448: +struct ixgbe_aci_cmd_list_caps { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1452: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:457: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_list_caps); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1455: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:460: +struct ixgbe_aci_cmd_list_caps_elem { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1457: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:462: +#define IXGBE_ACI_CAPS_VALID_FUNCTIONS 0x0005 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1458: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:463: +#define IXGBE_ACI_MAX_VALID_FUNCTIONS 0x8 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1459: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:464: +#define IXGBE_ACI_CAPS_VMDQ 0x0014 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1460: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:465: +#define IXGBE_ACI_CAPS_VSI 0x0017 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1461: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:466: +#define IXGBE_ACI_CAPS_DCB 0x0018 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1462: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:467: +#define IXGBE_ACI_CAPS_RSS 0x0040 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1463: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:468: +#define IXGBE_ACI_CAPS_RXQS 0x0041 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1464: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:469: +#define IXGBE_ACI_CAPS_TXQS 0x0042 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1465: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:470: +#define IXGBE_ACI_CAPS_MSIX 0x0043 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1466: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:471: +#define IXGBE_ACI_CAPS_FD 0x0045 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1467: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:472: +#define IXGBE_ACI_CAPS_1588 0x0046 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1468: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:473: +#define IXGBE_ACI_CAPS_MAX_MTU 0x0047 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1469: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:474: +#define IXGBE_ACI_CAPS_NVM_VER 0x0048 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1470: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:475: +#define IXGBE_ACI_CAPS_OROM_VER 0x004A WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1471: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:476: +#define IXGBE_ACI_CAPS_INLINE_IPSEC 0x0070 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1472: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:477: +#define IXGBE_ACI_CAPS_NUM_ENABLED_PORTS 0x0072 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1473: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:478: +#define IXGBE_ACI_CAPS_PCIE_RESET_AVOIDANCE 0x0076 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1474: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:479: +#define IXGBE_ACI_CAPS_POST_UPDATE_RESET_RESTRICT 0x0077 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1475: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:480: +#define IXGBE_ACI_CAPS_NVM_MGMT 0x0080 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1476: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:481: +#define IXGBE_ACI_CAPS_EXT_TOPO_DEV_IMG0 0x0081 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1477: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:482: +#define IXGBE_ACI_CAPS_EXT_TOPO_DEV_IMG1 0x0082 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1478: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:483: +#define IXGBE_ACI_CAPS_EXT_TOPO_DEV_IMG2 0x0083 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1479: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:484: +#define IXGBE_ACI_CAPS_EXT_TOPO_DEV_IMG3 0x0084 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1480: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:485: +#define IXGBE_ACI_CAPS_NEXT_CLUSTER_ID 0x0096 WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1493: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:498: +IXGBE_CHECK_STRUCT_LEN(32, ixgbe_aci_cmd_list_caps_elem); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1496: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:501: +struct ixgbe_aci_cmd_disable_rxen { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1501: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:506: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_disable_rxen); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1504: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:509: +struct ixgbe_aci_cmd_get_fw_event { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1506: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:511: +#define IXGBE_ACI_GET_FW_EVENT_STATUS_OBTAINED BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1507: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:512: +#define IXGBE_ACI_GET_FW_EVENT_STATUS_PENDING BIT(1) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1511: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:516: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_get_fw_event); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1514: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:519: +struct ixgbe_aci_cmd_get_phy_caps { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1519: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:524: +#define IXGBE_ACI_GET_PHY_RQM BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1527: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:532: +#define IXGBE_ACI_REPORT_MODE_S 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1528: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:533: +#define IXGBE_ACI_REPORT_MODE_M (7 << IXGBE_ACI_REPORT_MODE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1528: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:533: +#define IXGBE_ACI_REPORT_MODE_M (7 << IXGBE_ACI_REPORT_MODE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1529: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:534: +#define IXGBE_ACI_REPORT_TOPO_CAP_NO_MEDIA 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1530: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:535: +#define IXGBE_ACI_REPORT_TOPO_CAP_MEDIA BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1531: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:536: +#define IXGBE_ACI_REPORT_ACTIVE_CFG BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1532: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:537: +#define IXGBE_ACI_REPORT_DFLT_CFG BIT(3) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1538: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:543: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_get_phy_caps); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1585: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:590: +struct ixgbe_aci_cmd_get_phy_caps_data { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1589: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:594: +#define IXGBE_ACI_PHY_EN_TX_LINK_PAUSE BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1590: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:595: +#define IXGBE_ACI_PHY_EN_RX_LINK_PAUSE BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1591: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:596: +#define IXGBE_ACI_PHY_LOW_POWER_MODE BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1592: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:597: +#define IXGBE_ACI_PHY_EN_LINK BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1593: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:598: +#define IXGBE_ACI_PHY_AN_MODE BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1594: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:599: +#define IXGBE_ACI_PHY_EN_MOD_QUAL BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1595: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:600: +#define IXGBE_ACI_PHY_EN_LESM BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1596: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:601: +#define IXGBE_ACI_PHY_EN_AUTO_FEC BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1597: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:602: +#define IXGBE_ACI_PHY_CAPS_MASK MAKEMASK(0xff, 0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1599: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:604: +#define IXGBE_ACI_PHY_EN_D3COLD_LOW_POWER_AUTONEG BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1600: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:605: +#define IXGBE_ACI_PHY_AN_EN_CLAUSE28 BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1601: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:606: +#define IXGBE_ACI_PHY_AN_EN_CLAUSE73 BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1602: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:607: +#define IXGBE_ACI_PHY_AN_EN_CLAUSE37 BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1604: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:609: +#define IXGBE_ACI_PHY_EEE_EN_100BASE_TX BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1605: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:610: +#define IXGBE_ACI_PHY_EEE_EN_1000BASE_T BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1606: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:611: +#define IXGBE_ACI_PHY_EEE_EN_10GBASE_T BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1607: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:612: +#define IXGBE_ACI_PHY_EEE_EN_1000BASE_KX BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1608: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:613: +#define IXGBE_ACI_PHY_EEE_EN_10GBASE_KR BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1609: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:614: +#define IXGBE_ACI_PHY_EEE_EN_25GBASE_KR BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1610: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:615: +#define IXGBE_ACI_PHY_EEE_EN_10BASE_T BIT(11) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1615: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:620: +#define IXGBE_ACI_PHY_FEC_10G_KR_40G_KR4_EN BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1616: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:621: +#define IXGBE_ACI_PHY_FEC_10G_KR_40G_KR4_REQ BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1617: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:622: +#define IXGBE_ACI_PHY_FEC_25G_RS_528_REQ BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1618: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:623: +#define IXGBE_ACI_PHY_FEC_25G_KR_REQ BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1619: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:624: +#define IXGBE_ACI_PHY_FEC_25G_RS_544_REQ BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1620: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:625: +#define IXGBE_ACI_PHY_FEC_25G_RS_CLAUSE91_EN BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1621: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:626: +#define IXGBE_ACI_PHY_FEC_25G_KR_CLAUSE74_EN BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1622: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:627: +#define IXGBE_ACI_PHY_FEC_MASK MAKEMASK(0xdf, 0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1624: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:629: +#define IXGBE_ACI_MOD_ENFORCE_STRICT_MODE BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1626: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:631: +#define IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1627: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:632: + u8 module_type[IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE]; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1628: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:633: +#define IXGBE_ACI_MOD_TYPE_BYTE0_SFP_PLUS 0xA0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1629: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:634: +#define IXGBE_ACI_MOD_TYPE_BYTE0_QSFP_PLUS 0x80 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1630: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:635: +#define IXGBE_ACI_MOD_TYPE_IDENT 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1631: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:636: +#define IXGBE_ACI_MOD_TYPE_BYTE1_SFP_PLUS_CU_PASSIVE BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1632: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:637: +#define IXGBE_ACI_MOD_TYPE_BYTE1_SFP_PLUS_CU_ACTIVE BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1633: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:638: +#define IXGBE_ACI_MOD_TYPE_BYTE1_10G_BASE_SR BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1634: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:639: +#define IXGBE_ACI_MOD_TYPE_BYTE1_10G_BASE_LR BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1635: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:640: +#define IXGBE_ACI_MOD_TYPE_BYTE1_10G_BASE_LRM BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1636: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:641: +#define IXGBE_ACI_MOD_TYPE_BYTE1_10G_BASE_ER BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1637: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:642: +#define IXGBE_ACI_MOD_TYPE_BYTE2_SFP_PLUS 0xA0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1638: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:643: +#define IXGBE_ACI_MOD_TYPE_BYTE2_QSFP_PLUS 0x86 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1641: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:646: +#define IXGBE_ACI_QUAL_MOD_COUNT_MAX 16 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1648: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:653: + } qual_modules[IXGBE_ACI_QUAL_MOD_COUNT_MAX]; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1651: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:656: +IXGBE_CHECK_STRUCT_LEN(560, ixgbe_aci_cmd_get_phy_caps_data); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1656: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:661: +struct ixgbe_aci_cmd_set_phy_cfg { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1662: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:667: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_set_phy_cfg); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1665: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:670: +struct ixgbe_aci_cmd_set_phy_cfg_data { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1669: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:674: +#define IXGBE_ACI_PHY_ENA_VALID_MASK MAKEMASK(0xef, 0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1670: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:675: +#define IXGBE_ACI_PHY_ENA_TX_PAUSE_ABILITY BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1671: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:676: +#define IXGBE_ACI_PHY_ENA_RX_PAUSE_ABILITY BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1672: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:677: +#define IXGBE_ACI_PHY_ENA_LOW_POWER BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1673: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:678: +#define IXGBE_ACI_PHY_ENA_LINK BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1674: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:679: +#define IXGBE_ACI_PHY_ENA_AUTO_LINK_UPDT BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1675: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:680: +#define IXGBE_ACI_PHY_ENA_LESM BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1676: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:681: +#define IXGBE_ACI_PHY_ENA_AUTO_FEC BIT(7) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1678: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:683: + __le16 eee_cap; /* Value from ixgbe_aci_get_phy_caps */ WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1679: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:684: + __le16 eeer_value; /* Use defines from ixgbe_aci_get_phy_caps */ WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1680: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:685: + u8 link_fec_opt; /* Use defines from ixgbe_aci_get_phy_caps */ WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1684: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:689: +IXGBE_CHECK_STRUCT_LEN(24, ixgbe_aci_cmd_set_phy_cfg_data); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1689: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:694: +struct ixgbe_aci_cmd_restart_an { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1692: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:697: +#define IXGBE_ACI_RESTART_AN_LINK_RESTART BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1693: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:698: +#define IXGBE_ACI_RESTART_AN_LINK_ENABLE BIT(2) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1697: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:702: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_restart_an); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1701: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:706: +struct ixgbe_aci_cmd_get_link_status { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1704: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:709: +#define IXGBE_ACI_LSE_M 0x3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1705: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:710: +#define IXGBE_ACI_LSE_NOP 0x0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1706: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:711: +#define IXGBE_ACI_LSE_DIS 0x2 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1707: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:712: +#define IXGBE_ACI_LSE_ENA 0x3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1709: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:714: +#define IXGBE_ACI_LSE_IS_ENABLED 0x1 WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1715: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:720: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_get_link_status); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1718: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:723: +struct ixgbe_aci_cmd_get_link_status_data { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1720: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:725: +#define IXGBE_ACI_LINK_TOPO_CONFLICT BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1721: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:726: +#define IXGBE_ACI_LINK_MEDIA_CONFLICT BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1722: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:727: +#define IXGBE_ACI_LINK_TOPO_CORRUPT BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1723: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:728: +#define IXGBE_ACI_LINK_TOPO_UNREACH_PRT BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1724: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:729: +#define IXGBE_ACI_LINK_TOPO_UNDRUTIL_PRT BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1725: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:730: +#define IXGBE_ACI_LINK_TOPO_UNDRUTIL_MEDIA BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1726: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:731: +#define IXGBE_ACI_LINK_TOPO_UNSUPP_MEDIA BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1728: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:733: +#define IXGBE_ACI_LINK_CFG_ERR BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1729: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:734: +#define IXGBE_ACI_LINK_CFG_COMPLETED BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1730: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:735: +#define IXGBE_ACI_LINK_ACT_PORT_OPT_INVAL BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1731: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:736: +#define IXGBE_ACI_LINK_FEAT_ID_OR_CONFIG_ID_INVAL BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1732: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:737: +#define IXGBE_ACI_LINK_TOPO_CRITICAL_SDP_ERR BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1733: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:738: +#define IXGBE_ACI_LINK_MODULE_POWER_UNSUPPORTED BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1734: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:739: +#define IXGBE_ACI_LINK_EXTERNAL_PHY_LOAD_FAILURE BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1735: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:740: +#define IXGBE_ACI_LINK_INVAL_MAX_POWER_LIMIT BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1737: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:742: +#define IXGBE_ACI_LINK_UP BIT(0) /* Link Status */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1738: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:743: +#define IXGBE_ACI_LINK_FAULT BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1739: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:744: +#define IXGBE_ACI_LINK_FAULT_TX BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1740: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:745: +#define IXGBE_ACI_LINK_FAULT_RX BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1741: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:746: +#define IXGBE_ACI_LINK_FAULT_REMOTE BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1742: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:747: +#define IXGBE_ACI_LINK_UP_PORT BIT(5) /* External Port Link Status */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1743: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:748: +#define IXGBE_ACI_MEDIA_AVAILABLE BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1744: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:749: +#define IXGBE_ACI_SIGNAL_DETECT BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1746: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:751: +#define IXGBE_ACI_AN_COMPLETED BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1747: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:752: +#define IXGBE_ACI_LP_AN_ABILITY BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1748: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:753: +#define IXGBE_ACI_PD_FAULT BIT(2) /* Parallel Detection Fault */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1749: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:754: +#define IXGBE_ACI_FEC_EN BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1750: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:755: +#define IXGBE_ACI_PHY_LOW_POWER BIT(4) /* Low Power State */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1751: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:756: +#define IXGBE_ACI_LINK_PAUSE_TX BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1752: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:757: +#define IXGBE_ACI_LINK_PAUSE_RX BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1753: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:758: +#define IXGBE_ACI_QUALIFIED_MODULE BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1755: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:760: +#define IXGBE_ACI_LINK_PHY_TEMP_ALARM BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1756: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:761: +#define IXGBE_ACI_LINK_EXCESSIVE_ERRORS BIT(1) /* Excessive Link Errors */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1758: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:763: +#define IXGBE_ACI_LINK_TX_S 2 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1759: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:764: +#define IXGBE_ACI_LINK_TX_M (0x03 << IXGBE_ACI_LINK_TX_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1759: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:764: +#define IXGBE_ACI_LINK_TX_M (0x03 << IXGBE_ACI_LINK_TX_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1760: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:765: +#define IXGBE_ACI_LINK_TX_ACTIVE 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1761: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:766: +#define IXGBE_ACI_LINK_TX_DRAINED 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1762: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:767: +#define IXGBE_ACI_LINK_TX_FLUSHED 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1764: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:769: +#define IXGBE_ACI_LINK_LB_PHY_LCL BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1765: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:770: +#define IXGBE_ACI_LINK_LB_PHY_RMT BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1766: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:771: +#define IXGBE_ACI_LINK_LB_MAC_LCL BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1767: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:772: +#define IXGBE_ACI_LINK_LB_PHY_IDX_S 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1768: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:773: +#define IXGBE_ACI_LINK_LB_PHY_IDX_M (0x7 << IXGBE_ACI_LB_PHY_IDX_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1768: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:773: +#define IXGBE_ACI_LINK_LB_PHY_IDX_M (0x7 << IXGBE_ACI_LB_PHY_IDX_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1771: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:776: +#define IXGBE_ACI_LINK_25G_KR_FEC_EN BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1772: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:777: +#define IXGBE_ACI_LINK_25G_RS_528_FEC_EN BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1773: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:778: +#define IXGBE_ACI_LINK_25G_RS_544_FEC_EN BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1774: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:779: +#define IXGBE_ACI_FEC_MASK MAKEMASK(0x7, 0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1776: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:781: +#define IXGBE_ACI_CFG_PACING_S 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1777: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:782: +#define IXGBE_ACI_CFG_PACING_M (0xF << IXGBE_ACI_CFG_PACING_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1777: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:782: +#define IXGBE_ACI_CFG_PACING_M (0xF << IXGBE_ACI_CFG_PACING_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1778: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:783: +#define IXGBE_ACI_CFG_PACING_TYPE_M BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1779: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:784: +#define IXGBE_ACI_CFG_PACING_TYPE_AVG 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1780: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:785: +#define IXGBE_ACI_CFG_PACING_TYPE_FIXED IXGBE_ACI_CFG_PACING_TYPE_M WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1780: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:785: +#define IXGBE_ACI_CFG_PACING_TYPE_FIXED IXGBE_ACI_CFG_PACING_TYPE_M WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1783: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:788: +#define IXGBE_ACI_PWR_CLASS_M 0x3F WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1784: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:789: +#define IXGBE_ACI_LINK_PWR_BASET_LOW_HIGH 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1785: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:790: +#define IXGBE_ACI_LINK_PWR_BASET_HIGH 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1786: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:791: +#define IXGBE_ACI_LINK_PWR_QSFP_CLASS_1 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1787: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:792: +#define IXGBE_ACI_LINK_PWR_QSFP_CLASS_2 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1788: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:793: +#define IXGBE_ACI_LINK_PWR_QSFP_CLASS_3 2 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1789: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:794: +#define IXGBE_ACI_LINK_PWR_QSFP_CLASS_4 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1791: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:796: +#define IXGBE_ACI_LINK_SPEED_M 0x7FF WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1792: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:797: +#define IXGBE_ACI_LINK_SPEED_10MB BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1793: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:798: +#define IXGBE_ACI_LINK_SPEED_100MB BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1794: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:799: +#define IXGBE_ACI_LINK_SPEED_1000MB BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1795: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:800: +#define IXGBE_ACI_LINK_SPEED_2500MB BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1796: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:801: +#define IXGBE_ACI_LINK_SPEED_5GB BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1797: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:802: +#define IXGBE_ACI_LINK_SPEED_10GB BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1798: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:803: +#define IXGBE_ACI_LINK_SPEED_20GB BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1799: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:804: +#define IXGBE_ACI_LINK_SPEED_25GB BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1800: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:805: +#define IXGBE_ACI_LINK_SPEED_40GB BIT(8) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1801: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:806: +#define IXGBE_ACI_LINK_SPEED_50GB BIT(9) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1802: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:807: +#define IXGBE_ACI_LINK_SPEED_100GB BIT(10) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1803: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:808: +#define IXGBE_ACI_LINK_SPEED_200GB BIT(11) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1804: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:809: +#define IXGBE_ACI_LINK_SPEED_UNKNOWN BIT(15) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1807: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:812: +#define IXGBE_ACI_LINK_RS_272_FEC_EN BIT(0) /* RS 272 FEC enabled */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1815: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:820: +#define IXGBE_ACI_LINK_LP_10G_KR_FEC_CAP BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1816: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:821: +#define IXGBE_ACI_LINK_LP_25G_KR_FEC_CAP BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1817: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:822: +#define IXGBE_ACI_LINK_LP_RS_528_FEC_CAP BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1818: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:823: +#define IXGBE_ACI_LINK_LP_50G_KR_272_FEC_CAP BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1819: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:824: +#define IXGBE_ACI_LINK_LP_100G_KR_272_FEC_CAP BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1820: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:825: +#define IXGBE_ACI_LINK_LP_200G_KR_272_FEC_CAP BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1822: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:827: +#define IXGBE_ACI_LINK_LP_10G_KR_FEC_REQ BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1823: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:828: +#define IXGBE_ACI_LINK_LP_25G_KR_FEC_REQ BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1824: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:829: +#define IXGBE_ACI_LINK_LP_RS_528_FEC_REQ BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1825: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:830: +#define IXGBE_ACI_LINK_LP_KR_272_FEC_REQ BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1827: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:832: +#define IXGBE_ACI_LINK_LP_PAUSE_ADV BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1828: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:833: +#define IXGBE_ACI_LINK_LP_ASM_DIR_ADV BIT(1) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1833: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:838: +IXGBE_CHECK_STRUCT_LEN(56, ixgbe_aci_cmd_get_link_status_data); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1836: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:841: +struct ixgbe_aci_cmd_set_event_mask { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1839: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:844: +#define IXGBE_ACI_LINK_EVENT_UPDOWN BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1840: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:845: +#define IXGBE_ACI_LINK_EVENT_MEDIA_NA BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1841: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:846: +#define IXGBE_ACI_LINK_EVENT_LINK_FAULT BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1842: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:847: +#define IXGBE_ACI_LINK_EVENT_PHY_TEMP_ALARM BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1843: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:848: +#define IXGBE_ACI_LINK_EVENT_EXCESSIVE_ERRORS BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1844: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:849: +#define IXGBE_ACI_LINK_EVENT_SIGNAL_DETECT BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1845: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:850: +#define IXGBE_ACI_LINK_EVENT_AN_COMPLETED BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1846: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:851: +#define IXGBE_ACI_LINK_EVENT_MODULE_QUAL_FAIL BIT(8) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1847: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:852: +#define IXGBE_ACI_LINK_EVENT_PORT_TX_SUSPENDED BIT(9) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1848: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:853: +#define IXGBE_ACI_LINK_EVENT_TOPO_CONFLICT BIT(10) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1849: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:854: +#define IXGBE_ACI_LINK_EVENT_MEDIA_CONFLICT BIT(11) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1850: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:855: +#define IXGBE_ACI_LINK_EVENT_PHY_FW_LOAD_FAIL BIT(12) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1854: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:859: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_set_event_mask); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1856: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:861: +struct ixgbe_aci_cmd_link_topo_params { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1859: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:864: +#define IXGBE_ACI_LINK_TOPO_PORT_NUM_VALID BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1861: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:866: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1862: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:867: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_M (0xF << IXGBE_ACI_LINK_TOPO_NODE_TYPE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1862: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:867: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_M (0xF << IXGBE_ACI_LINK_TOPO_NODE_TYPE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1863: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:868: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_PHY 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1864: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:869: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_GPIO_CTRL 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1865: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:870: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_MUX_CTRL 2 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1866: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:871: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_LED_CTRL 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1867: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:872: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_LED 4 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1868: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:873: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_THERMAL 5 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1869: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:874: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_CAGE 6 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1870: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:875: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_MEZZ 7 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1871: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:876: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_ID_EEPROM 8 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1872: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:877: +#define IXGBE_ACI_LINK_TOPO_NODE_TYPE_GPS 11 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1873: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:878: +#define IXGBE_ACI_LINK_TOPO_NODE_CTX_S 4 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1874: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:879: +#define IXGBE_ACI_LINK_TOPO_NODE_CTX_M \ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1875: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:880: + (0xF << IXGBE_ACI_LINK_TOPO_NODE_CTX_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1876: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:881: +#define IXGBE_ACI_LINK_TOPO_NODE_CTX_GLOBAL 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1877: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:882: +#define IXGBE_ACI_LINK_TOPO_NODE_CTX_BOARD 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1878: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:883: +#define IXGBE_ACI_LINK_TOPO_NODE_CTX_PORT 2 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1879: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:884: +#define IXGBE_ACI_LINK_TOPO_NODE_CTX_NODE 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1880: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:885: +#define IXGBE_ACI_LINK_TOPO_NODE_CTX_NODE_HANDLE 4 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1881: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:886: +#define IXGBE_ACI_LINK_TOPO_NODE_CTX_DIRECT_BUS_ACCESS 5 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1882: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:887: +#define IXGBE_ACI_LINK_TOPO_NODE_CTX_NODE_HANDLE_BUS_ADDRESS 6 WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1886: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:891: +IXGBE_CHECK_STRUCT_LEN(4, ixgbe_aci_cmd_link_topo_params); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1888: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:893: +struct ixgbe_aci_cmd_link_topo_addr { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1889: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:894: + struct ixgbe_aci_cmd_link_topo_params topo_params; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1891: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:896: +#define IXGBE_ACI_LINK_TOPO_HANDLE_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1892: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:897: +#define IXGBE_ACI_LINK_TOPO_HANDLE_M (0x3FF << IXGBE_ACI_LINK_TOPO_HANDLE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1892: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:897: +#define IXGBE_ACI_LINK_TOPO_HANDLE_M (0x3FF << IXGBE_ACI_LINK_TOPO_HANDLE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1894: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:899: +#define IXGBE_ACI_LINK_TOPO_HANDLE_BRD_TYPE_M BIT(9) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1895: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:900: +#define IXGBE_ACI_LINK_TOPO_HANDLE_BRD_TYPE_LOM BIT(9) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1896: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:901: +#define IXGBE_ACI_LINK_TOPO_HANDLE_BRD_TYPE_MEZZ 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1897: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:902: +#define IXGBE_ACI_LINK_TOPO_HANDLE_NODE_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1899: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:904: +#define IXGBE_ACI_LINK_TOPO_HANDLE_MEZZ_NODE_M \ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1900: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:905: + (0x3F << IXGBE_ACI_LINK_TOPO_HANDLE_NODE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1901: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:906: +#define IXGBE_ACI_LINK_TOPO_HANDLE_MEZZ_S 6 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1902: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:907: +#define IXGBE_ACI_LINK_TOPO_HANDLE_MEZZ_M \ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1903: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:908: + (0x7 << IXGBE_ACI_LINK_TOPO_HANDLE_MEZZ_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1905: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:910: +#define IXGBE_ACI_LINK_TOPO_HANDLE_LOM_NODE_M \ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1906: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:911: + (0x1FF << IXGBE_ACI_LINK_TOPO_HANDLE_NODE_S) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1909: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:914: +IXGBE_CHECK_STRUCT_LEN(6, ixgbe_aci_cmd_link_topo_addr); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1912: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:917: +struct ixgbe_aci_cmd_get_link_topo { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1913: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:918: + struct ixgbe_aci_cmd_link_topo_addr addr; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1915: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:920: +#define IXGBE_ACI_GET_LINK_TOPO_NODE_NR_PCA9575 0x21 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1916: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:921: +#define IXGBE_ACI_GET_LINK_TOPO_NODE_NR_GEN_GPS 0x48 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1917: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:922: +#define IXGBE_ACI_GET_LINK_TOPO_NODE_NR_E610_PTC 0x49 WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1921: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:926: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_get_link_topo); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1924: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:929: +struct ixgbe_aci_cmd_get_link_topo_pin { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1925: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:930: + struct ixgbe_aci_cmd_link_topo_addr addr; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1927: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:932: +#define IXGBE_ACI_LINK_TOPO_INPUT_IO_FUNC_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1928: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:933: +#define IXGBE_ACI_LINK_TOPO_INPUT_IO_FUNC_M \ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1929: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:934: + (0x1F << IXGBE_ACI_LINK_TOPO_INPUT_IO_FUNC_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1930: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:935: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_GPIO 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1931: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:936: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_RESET_N 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1932: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:937: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_INT_N 2 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1933: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:938: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_PRESENT_N 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1934: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:939: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_TX_DIS 4 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1935: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:940: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_MODSEL_N 5 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1936: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:941: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_LPMODE 6 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1937: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:942: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_TX_FAULT 7 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1938: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:943: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_RX_LOSS 8 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1939: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:944: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_RS0 9 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1940: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:945: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_RS1 10 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1941: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:946: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_EEPROM_WP 11 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1943: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:948: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_LED 12 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1944: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:949: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_RED_LED 12 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1945: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:950: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_GREEN_LED 13 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1946: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:951: +#define IXGBE_ACI_LINK_TOPO_IO_FUNC_BLUE_LED 14 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1947: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:952: +#define IXGBE_ACI_LINK_TOPO_INPUT_IO_TYPE_S 5 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1948: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:953: +#define IXGBE_ACI_LINK_TOPO_INPUT_IO_TYPE_M \ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1949: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:954: + (0x7 << IXGBE_ACI_LINK_TOPO_INPUT_IO_TYPE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1950: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:955: +#define IXGBE_ACI_LINK_TOPO_INPUT_IO_TYPE_GPIO 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1951: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:956: +/* Use IXGBE_ACI_LINK_TOPO_NODE_TYPE_* for the type values */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1953: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:958: +#define IXGBE_ACI_LINK_TOPO_OUTPUT_IO_FUNC_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1954: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:959: +#define IXGBE_ACI_LINK_TOPO_OUTPUT_IO_FUNC_M \ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1955: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:960: + (0x1F << \ IXGBE_ACI_LINK_TOPO_INPUT_IO_FUNC_NUM_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1956: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:961: +/* Use IXGBE_ACI_LINK_TOPO_IO_FUNC_* for the non-numerical options */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1957: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:962: +#define IXGBE_ACI_LINK_TOPO_OUTPUT_IO_TYPE_S 5 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1958: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:963: +#define IXGBE_ACI_LINK_TOPO_OUTPUT_IO_TYPE_M \ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1959: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:964: + (0x7 << IXGBE_ACI_LINK_TOPO_INPUT_IO_TYPE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1960: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:965: +/* Use IXGBE_ACI_LINK_TOPO_NODE_TYPE_* for the type values */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1962: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:967: +#define IXGBE_ACI_LINK_TOPO_OUTPUT_SPEED_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1963: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:968: +#define IXGBE_ACI_LINK_TOPO_OUTPUT_SPEED_M \ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1964: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:969: + (0x7 << IXGBE_ACI_LINK_TOPO_OUTPUT_SPEED_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1965: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:970: +#define IXGBE_ACI_LINK_TOPO_OUTPUT_INT_S 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1966: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:971: +#define IXGBE_ACI_LINK_TOPO_OUTPUT_INT_M \ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1967: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:972: + (0x3 << IXGBE_ACI_LINK_TOPO_OUTPUT_INT_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1968: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:973: +#define IXGBE_ACI_LINK_TOPO_OUTPUT_POLARITY BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1969: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:974: +#define IXGBE_ACI_LINK_TOPO_OUTPUT_VALUE BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1970: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:975: +#define IXGBE_ACI_LINK_TOPO_OUTPUT_DRIVEN BIT(7) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1974: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:979: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_get_link_topo_pin); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1977: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:982: +struct ixgbe_aci_cmd_i2c { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1978: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:983: + struct ixgbe_aci_cmd_link_topo_addr topo_addr; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1981: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:986: +#define IXGBE_ACI_I2C_DATA_SIZE_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1982: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:987: +#define IXGBE_ACI_I2C_DATA_SIZE_M (0xF << IXGBE_ACI_I2C_DATA_SIZE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1982: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:987: +#define IXGBE_ACI_I2C_DATA_SIZE_M (0xF << IXGBE_ACI_I2C_DATA_SIZE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1983: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:988: +#define IXGBE_ACI_I2C_ADDR_TYPE_M BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1984: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:989: +#define IXGBE_ACI_I2C_ADDR_TYPE_7BIT 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1985: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:990: +#define IXGBE_ACI_I2C_ADDR_TYPE_10BIT IXGBE_ACI_I2C_ADDR_TYPE_M WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1985: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:990: +#define IXGBE_ACI_I2C_ADDR_TYPE_10BIT IXGBE_ACI_I2C_ADDR_TYPE_M WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1986: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:991: +#define IXGBE_ACI_I2C_DATA_OFFSET_S 5 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1987: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:992: +#define IXGBE_ACI_I2C_DATA_OFFSET_M (0x3 << IXGBE_ACI_I2C_DATA_OFFSET_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1987: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:992: +#define IXGBE_ACI_I2C_DATA_OFFSET_M (0x3 << IXGBE_ACI_I2C_DATA_OFFSET_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1988: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:993: +#define IXGBE_ACI_I2C_USE_REPEATED_START BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1991: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:996: +#define IXGBE_ACI_I2C_ADDR_7BIT_MASK 0x7F WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #1992: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:997: +#define IXGBE_ACI_I2C_ADDR_10BIT_MASK 0x3FF WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1996: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1001: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_i2c); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #1999: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1004: +struct ixgbe_aci_cmd_read_i2c_resp { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2003: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1008: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_read_i2c_resp); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2006: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1011: +struct ixgbe_aci_cmd_mdio { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2007: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1012: + struct ixgbe_aci_cmd_link_topo_addr topo_addr; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2009: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1014: +#define IXGBE_ACI_MDIO_DEV_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2010: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1015: +#define IXGBE_ACI_MDIO_DEV_M (0x1F << IXGBE_ACI_MDIO_DEV_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2010: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1015: +#define IXGBE_ACI_MDIO_DEV_M (0x1F << IXGBE_ACI_MDIO_DEV_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2011: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1016: +#define IXGBE_ACI_MDIO_CLAUSE_22 BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2012: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1017: +#define IXGBE_ACI_MDIO_CLAUSE_45 BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2014: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1019: +#define IXGBE_ACI_MDIO_BUS_ADDR_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2015: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1020: +#define IXGBE_ACI_MDIO_BUS_ADDR_M (0x1F << IXGBE_ACI_MDIO_BUS_ADDR_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2015: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1020: +#define IXGBE_ACI_MDIO_BUS_ADDR_M (0x1F << IXGBE_ACI_MDIO_BUS_ADDR_S) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2021: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1026: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_mdio); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2024: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1029: +struct ixgbe_aci_cmd_gpio_by_func { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2025: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1030: + struct ixgbe_aci_cmd_link_topo_addr topo_addr; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2027: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1032: +#define IXGBE_ACI_GPIO_FUNC_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2028: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1033: +#define IXGBE_ACI_GPIO_FUNC_M (0x1F << IXGBE_ACI_GPIO_IO_FUNC_NUM_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2028: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1033: +#define IXGBE_ACI_GPIO_FUNC_M (0x1F << IXGBE_ACI_GPIO_IO_FUNC_NUM_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2030: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1035: +#define IXGBE_ACI_GPIO_ON BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2031: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1036: +#define IXGBE_ACI_GPIO_OFF 0 WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2035: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1040: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_gpio_by_func); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2038: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1043: +struct ixgbe_aci_cmd_gpio { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2040: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1045: +#define IXGBE_ACI_GPIO_HANDLE_S 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2041: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1046: +#define IXGBE_ACI_GPIO_HANDLE_M (0x3FF << IXGBE_ACI_GPIO_HANDLE_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2041: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1046: +#define IXGBE_ACI_GPIO_HANDLE_M (0x3FF << IXGBE_ACI_GPIO_HANDLE_S) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2047: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1052: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_gpio); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2050: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1055: +struct ixgbe_aci_cmd_sff_eeprom { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2053: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1058: +#define IXGBE_ACI_SFF_PORT_NUM_VALID BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2055: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1060: +#define IXGBE_ACI_SFF_I2CBUS_7BIT_M 0x7F WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2056: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1061: +#define IXGBE_ACI_SFF_I2CBUS_10BIT_M 0x3FF WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2057: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1062: +#define IXGBE_ACI_SFF_I2CBUS_TYPE_M BIT(10) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2058: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1063: +#define IXGBE_ACI_SFF_I2CBUS_TYPE_7BIT 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2059: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1064: +#define IXGBE_ACI_SFF_I2CBUS_TYPE_10BIT IXGBE_ACI_SFF_I2CBUS_TYPE_M WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2059: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1064: +#define IXGBE_ACI_SFF_I2CBUS_TYPE_10BIT IXGBE_ACI_SFF_I2CBUS_TYPE_M WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2060: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1065: +#define IXGBE_ACI_SFF_PAGE_BANK_CTRL_S 11 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2061: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1066: +#define IXGBE_ACI_SFF_PAGE_BANK_CTRL_M (0x3 << IXGBE_ACI_SFF_PAGE_BANK_CTRL_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2061: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1066: +#define IXGBE_ACI_SFF_PAGE_BANK_CTRL_M (0x3 << IXGBE_ACI_SFF_PAGE_BANK_CTRL_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2062: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1067: +#define IXGBE_ACI_SFF_NO_PAGE_BANK_UPDATE 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2063: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1068: +#define IXGBE_ACI_SFF_UPDATE_PAGE 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2064: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1069: +#define IXGBE_ACI_SFF_UPDATE_BANK 2 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2065: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1070: +#define IXGBE_ACI_SFF_UPDATE_PAGE_BANK 3 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2066: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1071: +#define IXGBE_ACI_SFF_IS_WRITE BIT(15) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2074: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1079: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_sff_eeprom); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2077: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1082: +struct ixgbe_aci_cmd_prog_topo_dev_nvm { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2078: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1083: + struct ixgbe_aci_cmd_link_topo_params topo_params; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2082: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1087: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_prog_topo_dev_nvm); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2085: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1090: +struct ixgbe_aci_cmd_read_topo_dev_nvm { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2086: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1091: + struct ixgbe_aci_cmd_link_topo_params topo_params; WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2088: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1093: +#define IXGBE_ACI_READ_TOPO_DEV_NVM_DATA_READ_SIZE 8 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2089: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1094: + u8 data_read[IXGBE_ACI_READ_TOPO_DEV_NVM_DATA_READ_SIZE]; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2092: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1097: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_read_topo_dev_nvm); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2100: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1105: +struct ixgbe_aci_cmd_nvm { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2101: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1106: +#define IXGBE_ACI_NVM_MAX_OFFSET 0xFFFFFF WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2105: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1110: +#define IXGBE_ACI_NVM_LAST_CMD BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2106: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1111: +#define IXGBE_ACI_NVM_PCIR_REQ BIT(0) /* Used by NVM Write reply */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2107: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1112: +#define IXGBE_ACI_NVM_PRESERVATION_S 1 /* Used by NVM Write Activate only */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2108: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1113: +#define IXGBE_ACI_NVM_PRESERVATION_M (3 << IXGBE_ACI_NVM_PRESERVATION_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2108: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1113: +#define IXGBE_ACI_NVM_PRESERVATION_M (3 << IXGBE_ACI_NVM_PRESERVATION_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2109: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1114: +#define IXGBE_ACI_NVM_NO_PRESERVATION (0 << IXGBE_ACI_NVM_PRESERVATION_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2109: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1114: +#define IXGBE_ACI_NVM_NO_PRESERVATION (0 << IXGBE_ACI_NVM_PRESERVATION_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2110: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1115: +#define IXGBE_ACI_NVM_PRESERVE_ALL BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2111: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1116: +#define IXGBE_ACI_NVM_FACTORY_DEFAULT (2 << IXGBE_ACI_NVM_PRESERVATION_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2111: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1116: +#define IXGBE_ACI_NVM_FACTORY_DEFAULT (2 << IXGBE_ACI_NVM_PRESERVATION_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2112: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1117: +#define IXGBE_ACI_NVM_PRESERVE_SELECTED (3 << IXGBE_ACI_NVM_PRESERVATION_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2112: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1117: +#define IXGBE_ACI_NVM_PRESERVE_SELECTED (3 << IXGBE_ACI_NVM_PRESERVATION_S) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2113: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1118: +#define IXGBE_ACI_NVM_ACTIV_SEL_NVM BIT(3) /* Write Activate/SR Dump only */ WARNING:TYPO_SPELLING: 'ACTIV' may be misspelled - perhaps 'ACTIVE'? #2113: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1118: +#define IXGBE_ACI_NVM_ACTIV_SEL_NVM BIT(3) /* Write Activate/SR Dump only */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2114: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1119: +#define IXGBE_ACI_NVM_ACTIV_SEL_OROM BIT(4) WARNING:TYPO_SPELLING: 'ACTIV' may be misspelled - perhaps 'ACTIVE'? #2114: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1119: +#define IXGBE_ACI_NVM_ACTIV_SEL_OROM BIT(4) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2115: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1120: +#define IXGBE_ACI_NVM_ACTIV_SEL_NETLIST BIT(5) WARNING:TYPO_SPELLING: 'ACTIV' may be misspelled - perhaps 'ACTIVE'? #2115: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1120: +#define IXGBE_ACI_NVM_ACTIV_SEL_NETLIST BIT(5) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2116: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1121: +#define IXGBE_ACI_NVM_SPECIAL_UPDATE BIT(6) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2117: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1122: +#define IXGBE_ACI_NVM_REVERT_LAST_ACTIV BIT(6) /* Write Activate only */ WARNING:TYPO_SPELLING: 'ACTIV' may be misspelled - perhaps 'ACTIVE'? #2117: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1122: +#define IXGBE_ACI_NVM_REVERT_LAST_ACTIV BIT(6) /* Write Activate only */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2118: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1123: +#define IXGBE_ACI_NVM_ACTIV_SEL_MASK MAKEMASK(0x7, 3) WARNING:TYPO_SPELLING: 'ACTIV' may be misspelled - perhaps 'ACTIVE'? #2118: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1123: +#define IXGBE_ACI_NVM_ACTIV_SEL_MASK MAKEMASK(0x7, 3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2119: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1124: +#define IXGBE_ACI_NVM_FLASH_ONLY BIT(7) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2120: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1125: +#define IXGBE_ACI_NVM_RESET_LVL_M MAKEMASK(0x3, 0) /* Write reply only */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2121: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1126: +#define IXGBE_ACI_NVM_POR_FLAG 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2122: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1127: +#define IXGBE_ACI_NVM_PERST_FLAG 1 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2123: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1128: +#define IXGBE_ACI_NVM_EMPR_FLAG 2 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2124: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1129: +#define IXGBE_ACI_NVM_EMPR_ENA BIT(0) /* Write Activate reply only */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2130: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1135: +#define IXGBE_ACI_NVM_ACTIV_REQ_EMPR BIT(8) /* NVM Write Activate only */ WARNING:TYPO_SPELLING: 'ACTIV' may be misspelled - perhaps 'ACTIVE'? #2130: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1135: +#define IXGBE_ACI_NVM_ACTIV_REQ_EMPR BIT(8) /* NVM Write Activate only */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2133: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1138: +#define IXGBE_ACI_NVM_ERASE_LEN 0xFFFF WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2138: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1143: +/* NVM Module_Type ID, needed offset and read_len for struct ixgbe_aci_cmd_nvm. */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2139: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1144: +#define IXGBE_ACI_NVM_START_POINT 0 WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2141: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1146: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_nvm); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2144: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1149: +struct ixgbe_aci_cmd_nvm_cfg { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2146: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1151: +#define IXGBE_ACI_ANVM_MULTIPLE_ELEMS BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2147: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1152: +#define IXGBE_ACI_ANVM_IMMEDIATE_FIELD BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2148: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1153: +#define IXGBE_ACI_ANVM_NEW_CFG BIT(2) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2157: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1162: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_nvm_cfg); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2160: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1165: +struct ixgbe_aci_cmd_nvm_checksum { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2162: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1167: +#define IXGBE_ACI_NVM_CHECKSUM_VERIFY BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2163: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1168: +#define IXGBE_ACI_NVM_CHECKSUM_RECALC BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2166: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1171: +#define IXGBE_ACI_NVM_CHECKSUM_CORRECT 0xBABA WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2170: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1175: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_nvm_checksum); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2173: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1178: +struct ixgbe_aci_cmd_nvm_sanitization { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2175: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1180: +#define IXGBE_ACI_SANITIZE_REQ_READ 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2176: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1181: +#define IXGBE_ACI_SANITIZE_REQ_OPERATE BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2178: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1183: +#define IXGBE_ACI_SANITIZE_READ_SUBJECT_NVM_BITS 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2179: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1184: +#define IXGBE_ACI_SANITIZE_READ_SUBJECT_NVM_STATE BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2180: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1185: +#define IXGBE_ACI_SANITIZE_OPERATE_SUBJECT_CLEAR 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2182: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1187: +#define IXGBE_ACI_SANITIZE_NVM_BITS_HOST_CLEAN_SUPPORT BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2183: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1188: +#define IXGBE_ACI_SANITIZE_NVM_BITS_BMC_CLEAN_SUPPORT BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2184: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1189: +#define IXGBE_ACI_SANITIZE_NVM_STATE_HOST_CLEAN_DONE BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2185: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1190: +#define IXGBE_ACI_SANITIZE_NVM_STATE_HOST_CLEAN_SUCCESS BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2186: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1191: +#define IXGBE_ACI_SANITIZE_NVM_STATE_BMC_CLEAN_DONE BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2187: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1192: +#define IXGBE_ACI_SANITIZE_NVM_STATE_BMC_CLEAN_SUCCESS BIT(3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2188: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1193: +#define IXGBE_ACI_SANITIZE_OPERATE_HOST_CLEAN_DONE BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2189: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1194: +#define IXGBE_ACI_SANITIZE_OPERATE_HOST_CLEAN_SUCCESS BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2190: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1195: +#define IXGBE_ACI_SANITIZE_OPERATE_BMC_CLEAN_DONE BIT(2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2191: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1196: +#define IXGBE_ACI_SANITIZE_OPERATE_BMC_CLEAN_SUCCESS BIT(3) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2195: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1200: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_nvm_sanitization); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2198: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1203: +struct ixgbe_aci_cmd_read_write_alt_direct { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2205: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1210: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_read_write_alt_direct); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2208: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1213: +struct ixgbe_aci_cmd_read_write_alt_indirect { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2215: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1220: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_read_write_alt_indirect); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2218: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1223: +struct ixgbe_aci_cmd_done_alt_write { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2220: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1225: +#define IXGBE_ACI_CMD_UEFI_BIOS_MODE BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2221: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1226: +#define IXGBE_ACI_RESP_RESET_NEEDED BIT(1) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2225: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1230: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_done_alt_write); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2228: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1233: +struct ixgbe_aci_cmd_clear_port_alt_write { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2232: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1237: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_clear_port_alt_write); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2235: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1240: +struct ixgbe_aci_cmd_debug_dump_internals { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2237: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1242: +#define IXGBE_ACI_DBG_DUMP_CLUSTER_ID_LINK 0 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2238: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1243: +#define IXGBE_ACI_DBG_DUMP_CLUSTER_ID_FULL_CSR_SPACE 1 WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2245: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1250: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_debug_dump_internals); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2248: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1253: +struct ixgbe_aci_cmd_set_health_status_config { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2250: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1255: +#define IXGBE_ACI_HEALTH_STATUS_SET_PF_SPECIFIC_MASK BIT(0) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2251: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1256: +#define IXGBE_ACI_HEALTH_STATUS_SET_ALL_PF_MASK BIT(1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2252: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1257: +#define IXGBE_ACI_HEALTH_STATUS_SET_GLOBAL_MASK BIT(2) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2256: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1261: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_set_health_status_config); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2258: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1263: +#define IXGBE_ACI_HEALTH_STATUS_ERR_UNKNOWN_MOD_STRICT 0x101 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2259: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1264: +#define IXGBE_ACI_HEALTH_STATUS_ERR_MOD_TYPE 0x102 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2260: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1265: +#define IXGBE_ACI_HEALTH_STATUS_ERR_MOD_QUAL 0x103 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2261: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1266: +#define IXGBE_ACI_HEALTH_STATUS_ERR_MOD_COMM 0x104 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2262: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1267: +#define IXGBE_ACI_HEALTH_STATUS_ERR_MOD_CONFLICT 0x105 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2263: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1268: +#define IXGBE_ACI_HEALTH_STATUS_ERR_MOD_NOT_PRESENT 0x106 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2264: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1269: +#define IXGBE_ACI_HEALTH_STATUS_INFO_MOD_UNDERUTILIZED 0x107 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2265: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1270: +#define IXGBE_ACI_HEALTH_STATUS_ERR_UNKNOWN_MOD_LENIENT 0x108 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2266: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1271: +#define IXGBE_ACI_HEALTH_STATUS_ERR_MOD_DIAGNOSTIC_FEATURE 0x109 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2267: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1272: +#define IXGBE_ACI_HEALTH_STATUS_ERR_INVALID_LINK_CFG 0x10B WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2268: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1273: +#define IXGBE_ACI_HEALTH_STATUS_ERR_PORT_ACCESS 0x10C WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2269: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1274: +#define IXGBE_ACI_HEALTH_STATUS_ERR_PORT_UNREACHABLE 0x10D WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2270: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1275: +#define IXGBE_ACI_HEALTH_STATUS_INFO_PORT_SPEED_MOD_LIMITED 0x10F WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2271: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1276: +#define IXGBE_ACI_HEALTH_STATUS_ERR_PARALLEL_FAULT 0x110 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2272: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1277: +#define IXGBE_ACI_HEALTH_STATUS_INFO_PORT_SPEED_PHY_LIMITED 0x111 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2273: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1278: +#define IXGBE_ACI_HEALTH_STATUS_ERR_NETLIST_TOPO 0x112 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2274: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1279: +#define IXGBE_ACI_HEALTH_STATUS_ERR_NETLIST 0x113 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2275: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1280: +#define IXGBE_ACI_HEALTH_STATUS_ERR_TOPO_CONFLICT 0x114 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2276: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1281: +#define IXGBE_ACI_HEALTH_STATUS_ERR_LINK_HW_ACCESS 0x115 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2277: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1282: +#define IXGBE_ACI_HEALTH_STATUS_ERR_LINK_RUNTIME 0x116 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2278: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1283: +#define IXGBE_ACI_HEALTH_STATUS_ERR_DNL_INIT 0x117 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2279: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1284: +#define IXGBE_ACI_HEALTH_STATUS_ERR_PHY_NVM_PROG 0x120 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2280: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1285: +#define IXGBE_ACI_HEALTH_STATUS_ERR_PHY_FW_LOAD 0x121 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2281: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1286: +#define IXGBE_ACI_HEALTH_STATUS_INFO_RECOVERY 0x500 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2282: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1287: +#define IXGBE_ACI_HEALTH_STATUS_ERR_FLASH_ACCESS 0x501 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2283: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1288: +#define IXGBE_ACI_HEALTH_STATUS_ERR_NVM_AUTH 0x502 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2284: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1289: +#define IXGBE_ACI_HEALTH_STATUS_ERR_OROM_AUTH 0x503 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2285: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1290: +#define IXGBE_ACI_HEALTH_STATUS_ERR_DDP_AUTH 0x504 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2286: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1291: +#define IXGBE_ACI_HEALTH_STATUS_ERR_NVM_COMPAT 0x505 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2287: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1292: +#define IXGBE_ACI_HEALTH_STATUS_ERR_OROM_COMPAT 0x506 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2288: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1293: +#define IXGBE_ACI_HEALTH_STATUS_ERR_NVM_SEC_VIOLATION 0x507 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2289: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1294: +#define IXGBE_ACI_HEALTH_STATUS_ERR_OROM_SEC_VIOLATION 0x508 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2290: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1295: +#define IXGBE_ACI_HEALTH_STATUS_ERR_DCB_MIB 0x509 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2291: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1296: +#define IXGBE_ACI_HEALTH_STATUS_ERR_MNG_TIMEOUT 0x50A WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2292: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1297: +#define IXGBE_ACI_HEALTH_STATUS_ERR_BMC_RESET 0x50B WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2293: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1298: +#define IXGBE_ACI_HEALTH_STATUS_ERR_LAST_MNG_FAIL 0x50C WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2294: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1299: +#define IXGBE_ACI_HEALTH_STATUS_ERR_RESOURCE_ALLOC_FAIL 0x50D WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2295: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1300: +#define IXGBE_ACI_HEALTH_STATUS_ERR_FW_LOOP 0x1000 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2296: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1301: +#define IXGBE_ACI_HEALTH_STATUS_ERR_FW_PFR_FAIL 0x1001 WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2297: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1302: +#define IXGBE_ACI_HEALTH_STATUS_ERR_LAST_FAIL_AQ 0x1002 WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2300: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1305: +struct ixgbe_aci_cmd_get_supported_health_status_codes { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2307: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1312: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_get_supported_health_status_codes); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2310: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1315: +struct ixgbe_aci_cmd_get_health_status { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2317: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1322: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_get_health_status); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2322: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1327: +struct ixgbe_aci_cmd_health_status_elem { WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2325: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1330: +#define IXGBE_ACI_HEALTH_STATUS_PF (0x1) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2326: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1331: +#define IXGBE_ACI_HEALTH_STATUS_PORT (0x2) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2327: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1332: +#define IXGBE_ACI_HEALTH_STATUS_GLOBAL (0x3) WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2329: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1334: +#define IXGBE_ACI_HEALTH_STATUS_UNDEFINED_DATA (0xDEADBEEF) WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2333: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1338: +IXGBE_CHECK_STRUCT_LEN(12, ixgbe_aci_cmd_health_status_elem); WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2336: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1341: +struct ixgbe_aci_cmd_clear_health_status { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2340: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1345: +IXGBE_CHECK_PARAM_LEN(ixgbe_aci_cmd_clear_health_status); WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2344: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1349: + * @flags: IXGBE_ACI_FLAG_* flags WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2353: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1358: + * (ACI). The firmware writes back onto the command descriptor and returns WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2355: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1360: + * result of the command are written to the Admin Command Interface (ACI) using WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2359: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1364: +struct ixgbe_aci_desc { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2368: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1373: + struct ixgbe_aci_cmd_generic generic; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2369: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1374: + struct ixgbe_aci_cmd_get_ver get_ver; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2370: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1375: + struct ixgbe_aci_cmd_driver_ver driver_ver; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2371: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1376: + struct ixgbe_aci_cmd_get_exp_err exp_err; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2372: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1377: + struct ixgbe_aci_cmd_req_res res_owner; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2373: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1378: + struct ixgbe_aci_cmd_list_caps get_cap; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2374: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1379: + struct ixgbe_aci_cmd_disable_rxen disable_rxen; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2375: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1380: + struct ixgbe_aci_cmd_get_fw_event get_fw_event; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2376: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1381: + struct ixgbe_aci_cmd_get_phy_caps get_phy; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2377: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1382: + struct ixgbe_aci_cmd_set_phy_cfg set_phy; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2378: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1383: + struct ixgbe_aci_cmd_restart_an restart_an; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2379: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1384: + struct ixgbe_aci_cmd_get_link_status get_link_status; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2380: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1385: + struct ixgbe_aci_cmd_set_event_mask set_event_mask; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2381: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1386: + struct ixgbe_aci_cmd_get_link_topo get_link_topo; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2382: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1387: + struct ixgbe_aci_cmd_get_link_topo_pin get_link_topo_pin; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2383: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1388: + struct ixgbe_aci_cmd_i2c read_write_i2c; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2384: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1389: + struct ixgbe_aci_cmd_read_i2c_resp read_i2c_resp; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2385: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1390: + struct ixgbe_aci_cmd_mdio read_write_mdio; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2386: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1391: + struct ixgbe_aci_cmd_mdio read_mdio; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2387: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1392: + struct ixgbe_aci_cmd_mdio write_mdio; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2388: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1393: + struct ixgbe_aci_cmd_gpio_by_func read_write_gpio_by_func; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2389: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1394: + struct ixgbe_aci_cmd_gpio read_write_gpio; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2390: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1395: + struct ixgbe_aci_cmd_sff_eeprom read_write_sff_param; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2391: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1396: + struct ixgbe_aci_cmd_prog_topo_dev_nvm prog_topo_dev_nvm; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2392: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1397: + struct ixgbe_aci_cmd_read_topo_dev_nvm read_topo_dev_nvm; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2393: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1398: + struct ixgbe_aci_cmd_nvm nvm; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2394: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1399: + struct ixgbe_aci_cmd_nvm_cfg nvm_cfg; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2395: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1400: + struct ixgbe_aci_cmd_nvm_checksum nvm_checksum; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2396: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1401: + struct ixgbe_aci_cmd_read_write_alt_direct read_write_alt_direct; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2397: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1402: + struct ixgbe_aci_cmd_read_write_alt_indirect read_write_alt_indirect; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2398: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1403: + struct ixgbe_aci_cmd_done_alt_write done_alt_write; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2399: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1404: + struct ixgbe_aci_cmd_clear_port_alt_write clear_port_alt_write; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2400: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1405: + struct ixgbe_aci_cmd_debug_dump_internals debug_dump; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2401: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1406: + struct ixgbe_aci_cmd_set_health_status_config WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2403: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1408: + struct ixgbe_aci_cmd_get_supported_health_status_codes WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2405: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1410: + struct ixgbe_aci_cmd_get_health_status get_health_status; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2406: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1411: + struct ixgbe_aci_cmd_clear_health_status clear_health_status; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2407: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1412: + struct ixgbe_aci_cmd_nvm_sanitization nvm_sanitization; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2414: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1419: + /* Refer to ixgbe_aci_phy_type for bits definition */ WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2428: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1433: + /* Refer to #define from module_type[IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE] of WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2429: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1434: + * ixgbe_aci_get_phy_caps structure WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2431: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1436: + u8 module_type[IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE]; WARNING:TYPO_SPELLING: 'THRU' may be misspelled - perhaps 'THROUGH'? #2444: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1449: +#define IXGBE_MGMT_MODE_PASS_THRU_MODE_M 0xF WARNING:TYPO_SPELLING: 'ACI' may be misspelled - perhaps ''? #2616: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1621: +/* ACI event information */ WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2617: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1622: +struct ixgbe_aci_event { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2618: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1623: + struct ixgbe_aci_desc desc; WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2624: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1629: +struct ixgbe_aci_info { WARNING:TYPO_SPELLING: 'aci' may be misspelled - perhaps ''? #2625: FILE: drivers/net/ixgbe/base/ixgbe_type_e610.h:1630: + enum ixgbe_aci_err last_status; /* last status of sent admin command */ total: 2 errors, 877 warnings, 14 checks, 2541 lines checked