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

/freebsd-11-stable/sys/dev/ips/
H A Dips.c117 for(i = 0; i < sc->max_cmds; i++){
148 sc->max_cmds, M_DEVBUF, M_NOWAIT|M_ZERO);
153 for(i = 0; i < sc->max_cmds; i++){
309 for(i = 0; i < sc->max_cmds; i++){
384 sc->max_cmds = 1;
412 sc->max_cmds = min(128, sc->adapter_info.max_concurrent_cmds);
414 sc->max_cmds = 32;
H A Dips.h139 u_int8_t max_cmds; member in struct:ips_softc
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_cmd.c559 dev->cmd.context = kmalloc(dev->cmd.max_cmds *
565 for (i = 0; i < dev->cmd.max_cmds; ++i) {
570 dev->cmd.context[dev->cmd.max_cmds - 1].next = -1;
573 sema_init(&dev->cmd.event_sem, dev->cmd.max_cmds);
577 dev->cmd.token_mask < dev->cmd.max_cmds;
598 for (i = 0; i < dev->cmd.max_cmds; ++i)
823 dev->cmd.max_cmds = 1 << lg;
826 (unsigned long long) dev->fw_ver, dev->cmd.max_cmds);
H A Dmthca_dev.h127 int max_cmds; member in struct:mthca_cmd
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.h442 u16 max_cmds; member in struct:iser_conn
H A Diser_verbs.c466 iser_conn->max_cmds =
470 iser_conn->max_cmds =
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c2625 priv->cmd.context = kmalloc(priv->cmd.max_cmds *
2632 for (i = 0; i < priv->cmd.max_cmds; ++i) {
2642 priv->cmd.context[priv->cmd.max_cmds - 1].next = -1;
2645 for (i = 0; i != priv->cmd.max_cmds; i++)
2649 priv->cmd.token_mask < priv->cmd.max_cmds;
2675 for (i = 0; i < priv->cmd.max_cmds; ++i)
2752 for (i = 0; i < priv->cmd.max_cmds; ++i) {
H A Dmlx4.h625 int max_cmds; member in struct:mlx4_cmd
H A Dmlx4_fw.c1672 cmd->max_cmds = 1 << lg;
1678 cmd_if_rev, cmd->max_cmds);
H A Dmlx4_main.c1973 priv->cmd.max_cmds = 1;
/freebsd-11-stable/sys/dev/mfi/
H A Dmfireg.h837 uint16_t max_cmds; member in struct:mfi_ctrl_info
H A Dmfi.c143 SYSCTL_INT(_hw_mfi, OID_AUTO, max_cmds, CTLFLAG_RDTUN, &mfi_max_cmds,

Completed in 284 milliseconds