Home
last modified time | relevance | path

Searched refs:nr_cmds (Results 1 – 2 of 2) sorted by relevance

/drivers/block/
Dcciss.h64 int nr_cmds; /* Number of commands allowed on this controller */ member
288 int nr_cmds; /* Max cmds this kind of ctlr can handle. */ member
Dcciss.c473 i = find_first_zero_bit(h->cmd_pool_bits, h->nr_cmds); in cmd_alloc()
474 if (i == h->nr_cmds) in cmd_alloc()
1254 if ((find_first_zero_bit(h->cmd_pool_bits, h->nr_cmds)) == h->nr_cmds) in cciss_check_queues()
1273 if ((find_first_zero_bit(h->cmd_pool_bits, h->nr_cmds)) == h->nr_cmds) { in cciss_check_queues()
2348 if (srl->ncompletions >= (hba[ctlr]->nr_cmds + 2)) { in add_sendcmd_reject()
2966 if (a2 >= h->nr_cmds) { in do_cciss_intr()
3253 c->nr_cmds = c->max_commands - 4; in cciss_pci_init()
3273 c->nr_cmds = c->max_commands - 4; in cciss_pci_init()
3681 kmalloc(DIV_ROUND_UP(hba[i]->nr_cmds, BITS_PER_LONG) in cciss_init_one()
3685 hba[i]->nr_cmds * sizeof(CommandList_struct), in cciss_init_one()
[all …]