Home
last modified time | relevance | path

Searched refs:burst_enable (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dqla1280.h373 uint8_t burst_enable:1; member
H A Dqla1280.c2029 nv->isp_config.burst_enable = 1; in qla1280_set_defaults()
2188 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()
2198 cfg1 |= nv->isp_config.burst_enable << 2; in qla1280_nvram_config()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h357 int burst_enable; member
H A Dipw2200.c7066 int burst_enable, u32 burst_duration_CCK, in ipw_qos_init() argument
7081 priv->qos_data.burst_enable = burst_enable; in ipw_qos_init()
7083 if (burst_enable) { in ipw_qos_init()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c1117 .burst_enable = WMI_PDEV_PARAM_UNSUPPORTED,
1213 .burst_enable = WMI_10X_PDEV_PARAM_BURST_ENABLE,
1309 .burst_enable = WMI_10X_PDEV_PARAM_BURST_ENABLE,
1567 .burst_enable = WMI_10_4_PDEV_PARAM_BURST_ENABLE,
H A Dwmi.h3774 u32 burst_enable; member
H A Dwmi-tlv.c4386 .burst_enable = WMI_TLV_PDEV_PARAM_BURST_ENABLE,
H A Dmac.c5249 param = ar->wmi.pdev_param->burst_enable; in ath10k_start()