Home
last modified time | relevance | path

Searched refs:max_cmds (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/ips/
HDips.c121 for(i = 0; i < sc->max_cmds; i++){ in ips_cmdqueue_free()
152 sc->max_cmds, M_DEVBUF, M_NOWAIT|M_ZERO); in ips_cmdqueue_init()
157 for(i = 0; i < sc->max_cmds; i++){ in ips_cmdqueue_init()
313 for(i = 0; i < sc->max_cmds; i++){ in ips_timeout()
388 sc->max_cmds = 1; in ips_adapter_init()
416 sc->max_cmds = min(128, sc->adapter_info.max_concurrent_cmds); in ips_adapter_init()
418 sc->max_cmds = 32; in ips_adapter_init()
HDips.h139 u_int8_t max_cmds; member
/freebsd-13-stable/sys/dev/mthca/
HDmthca_cmd.c557 dev->cmd.context = kmalloc(dev->cmd.max_cmds * in mthca_cmd_use_events()
563 for (i = 0; i < dev->cmd.max_cmds; ++i) { in mthca_cmd_use_events()
568 dev->cmd.context[dev->cmd.max_cmds - 1].next = -1; in mthca_cmd_use_events()
571 sema_init(&dev->cmd.event_sem, dev->cmd.max_cmds); in mthca_cmd_use_events()
575 dev->cmd.token_mask < dev->cmd.max_cmds; in mthca_cmd_use_events()
596 for (i = 0; i < dev->cmd.max_cmds; ++i) in mthca_cmd_use_polling()
825 dev->cmd.max_cmds = 1 << lg; in mthca_QUERY_FW()
828 (unsigned long long) dev->fw_ver, dev->cmd.max_cmds); in mthca_QUERY_FW()
HDmthca_dev.h127 int max_cmds; member
/freebsd-13-stable/sys/dev/iser/
HDicl_iser.h441 u16 max_cmds; member
HDiser_verbs.c457 iser_conn->max_cmds = in iser_create_ib_conn_res()
461 iser_conn->max_cmds = in iser_create_ib_conn_res()
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_cmd.c2625 priv->cmd.context = kmalloc(priv->cmd.max_cmds * in mlx4_cmd_use_events()
2632 for (i = 0; i < priv->cmd.max_cmds; ++i) { in mlx4_cmd_use_events()
2642 priv->cmd.context[priv->cmd.max_cmds - 1].next = -1; in mlx4_cmd_use_events()
2645 for (i = 0; i != priv->cmd.max_cmds; i++) in mlx4_cmd_use_events()
2649 priv->cmd.token_mask < priv->cmd.max_cmds; in mlx4_cmd_use_events()
2675 for (i = 0; i < priv->cmd.max_cmds; ++i) in mlx4_cmd_use_polling()
2752 for (i = 0; i < priv->cmd.max_cmds; ++i) { in mlx4_cmd_wake_completions()
HDmlx4.h625 int max_cmds; member
HDmlx4_fw.c1675 cmd->max_cmds = 1 << lg; in mlx4_QUERY_FW()
1681 cmd_if_rev, cmd->max_cmds); in mlx4_QUERY_FW()
HDmlx4_main.c1979 priv->cmd.max_cmds = 1; in mlx4_init_slave()
/freebsd-13-stable/sys/dev/mfi/
HDmfireg.h836 uint16_t max_cmds; member
HDmfi.c142 SYSCTL_INT(_hw_mfi, OID_AUTO, max_cmds, CTLFLAG_RDTUN, &mfi_max_cmds,