Searched refs:FW_MSG_CODE (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_mfw_hsi.h | 1466 FW_MSG_CODE_UNSUPPORTED = FW_MSG_CODE(0x0000), 1467 FW_MSG_CODE_NVM_OK = FW_MSG_CODE(0x0001), 1469 FW_MSG_CODE_PHY_OK = FW_MSG_CODE(0x0011), 1470 FW_MSG_CODE_OK = FW_MSG_CODE(0x0016), 1471 FW_MSG_CODE_ERROR = FW_MSG_CODE(0x0017), 1475 FW_MSG_CODE_OS_WOL_SUPPORTED = FW_MSG_CODE(0x0080), 1477 FW_MSG_CODE_DRV_LOAD_ENGINE = FW_MSG_CODE(0x1010), 1478 FW_MSG_CODE_DRV_LOAD_PORT = FW_MSG_CODE(0x1011), 1486 FW_MSG_CODE_DRV_LOAD_DONE = FW_MSG_CODE(0x1110), 1488 FW_MSG_CODE_DRV_UNLOAD_PORT = FW_MSG_CODE(0x2012), [all …]
|