Home
last modified time | relevance | path

Searched refs:MC_CMD_REBOOT_OUT_LEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c1012 uint8_t payload[MAX(MC_CMD_REBOOT_IN_LEN, MC_CMD_REBOOT_OUT_LEN)]; in efx_mcdi_do_reboot()
1030 req.emr_out_length = MC_CMD_REBOOT_OUT_LEN; in efx_mcdi_do_reboot()
H A Defx_regs_mcdi.h6300 #define MC_CMD_REBOOT_OUT_LEN 0 macro