Searched refs:hw_config (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.c2066 q80_hw_config_t *hw_config; local
2072 hw_config = (q80_hw_config_t *)ha->hw.mbox;
2073 bzero(hw_config, sizeof (q80_hw_config_t));
2075 hw_config->opcode = Q8_MBX_HW_CONFIG;
2076 hw_config->count_version = Q8_HW_CONFIG_SET_CAM_SEARCH_MODE_COUNT;
2077 hw_config->count_version |= Q8_MBX_CMD_VERSION;
2079 hw_config->cmd = Q8_HW_CONFIG_SET_CAM_SEARCH_MODE;
2081 hw_config->u.set_cam_search_mode.mode = search_mode;
2083 if (qla_mbx_cmd(ha, (uint32_t *)hw_config,
2104 q80_hw_config_t *hw_config; local
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1308 uint32_t hw_config; member in struct:bxe_devinfo
H A Dbxe.c13740 sc->devinfo.hw_config =
13746 ((sc->devinfo.hw_config & SHARED_HW_CFG_LED_MODE_MASK) >>

Completed in 111 milliseconds