Searched refs:enable_timeout (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/nvmf/controller/ |
| H A D | nvmft_subr.c | 33 _nvmf_controller_cap(uint32_t max_io_qsize, uint8_t enable_timeout) in _nvmf_controller_cap() argument 54 caplo = NVMEF(NVME_CAP_LO_REG_TO, enable_timeout) | in _nvmf_controller_cap()
|
| H A D | ctl_frontend_nvmf.c | 739 u_long enable_timeout, hostid, ioccsz, iorcsz, max_io_qsize, nn, portid; in nvmft_port_create() local 776 NVMF_CC_EN_TIMEOUT * 500, &enable_timeout) || in nvmft_port_create() 777 (enable_timeout % 500) != 0 || (enable_timeout / 500) > 255) { in nvmft_port_create() 832 np->cap = _nvmf_controller_cap(max_io_qsize, enable_timeout / 500); in nvmft_port_create()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | sdio.c | 204 func->enable_timeout = 100; in ath10k_sdio_config()
|