Searched refs:cmd_max (Results 1 – 2 of 2) sorted by relevance
240 softc->cmd_max = 1 << ctrl->cmd.len; in amdvi_init_cmd()243 softc->cmd_max, M_AMDVI, M_WAITOK | M_ZERO); in amdvi_init_cmd()298 ctrl->cmd_tail = MOD_INC(ctrl->cmd_tail, size, softc->cmd_max); in amdvi_update_cmd_tail()511 softc->cmd_max); in amdvi_dump_cmds()518 (softc->cmd_max * sizeof(struct amdvi_cmd)); in amdvi_dump_cmds()
381 int cmd_max; /* Max number of commands. */ member