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

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

Completed in 269 milliseconds