Home
last modified time | relevance | path

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

/freebsd/sys/dev/ips/
H A Dips.c120 for(i = 0; i < sc->max_cmds; i++){ in ips_cmdqueue_free()
151 sc->max_cmds, M_DEVBUF, M_NOWAIT|M_ZERO); in ips_cmdqueue_init()
156 for(i = 0; i < sc->max_cmds; i++){ in ips_cmdqueue_init()
300 for(i = 0; i < sc->max_cmds; i++){ in ips_timeout()
375 sc->max_cmds = 1; in ips_adapter_init()
403 sc->max_cmds = min(128, sc->adapter_info.max_concurrent_cmds); in ips_adapter_init()
405 sc->max_cmds = 32; in ips_adapter_init()
H A Dips.h139 u_int8_t max_cmds; member
/freebsd/sys/dev/mthca/
H A Dmthca_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()
H A Dmthca_dev.h127 int max_cmds; member
/freebsd/sys/dev/iser/
H A Dicl_iser.h440 u16 max_cmds; member
H A Diser_verbs.c457 iser_conn->max_cmds = in iser_create_ib_conn_res()
461 iser_conn->max_cmds = in iser_create_ib_conn_res()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_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()
H A Dmlx4.h625 int max_cmds; member
H A Dmlx4_fw.c1675 cmd->max_cmds = 1 << lg; in mlx4_QUERY_FW()
1681 cmd_if_rev, cmd->max_cmds); in mlx4_QUERY_FW()
H A Dmlx4_main.c1979 priv->cmd.max_cmds = 1; in mlx4_init_slave()
/freebsd/sys/dev/mfi/
H A Dmfireg.h836 uint16_t max_cmds; member
H A Dmfi.c142 SYSCTL_INT(_hw_mfi, OID_AUTO, max_cmds, CTLFLAG_RDTUN, &mfi_max_cmds,