Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c2046 q80_hw_config_t *hw_config; in qla_set_cam_search_mode() local
2052 hw_config = (q80_hw_config_t *)ha->hw.mbox; in qla_set_cam_search_mode()
2053 bzero(hw_config, sizeof (q80_hw_config_t)); in qla_set_cam_search_mode()
2055 hw_config->opcode = Q8_MBX_HW_CONFIG; in qla_set_cam_search_mode()
2056 hw_config->count_version = Q8_HW_CONFIG_SET_CAM_SEARCH_MODE_COUNT; in qla_set_cam_search_mode()
2057 hw_config->count_version |= Q8_MBX_CMD_VERSION; in qla_set_cam_search_mode()
2059 hw_config->cmd = Q8_HW_CONFIG_SET_CAM_SEARCH_MODE; in qla_set_cam_search_mode()
2061 hw_config->u.set_cam_search_mode.mode = search_mode; in qla_set_cam_search_mode()
2063 if (qla_mbx_cmd(ha, (uint32_t *)hw_config, in qla_set_cam_search_mode()
2084 q80_hw_config_t *hw_config; in qla_get_cam_search_mode() local
[all …]
/freebsd/sys/dev/bxe/
H A Dbxe.c13650 sc->devinfo.hw_config = in bxe_get_shmem_info()
13656 ((sc->devinfo.hw_config & SHARED_HW_CFG_LED_MODE_MASK) >> in bxe_get_shmem_info()