Searched refs:chainsize (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.h87 int chainsize; member in struct:ctlr_info
H A Dhpsa.c903 if (h->chainsize <= 0)
912 h->chainsize, GFP_KERNEL);
3542 h->chainsize = h->maxsgentries - h->max_cmd_sg_entries + 1;
3546 h->chainsize = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss.h84 int chainsize; member in struct:ctlr_info
H A Dcciss.c321 ctlr_info_t *h, int chainsize, int nr_cmds)
326 if (chainsize <= 0)
336 cmd_sg_list[j] = kmalloc((chainsize *
4105 h->chainsize = h->maxsgentries - h->max_cmd_sgentries + 1;
4109 h->chainsize = 0;
4732 h->chainsize, h->nr_cmds);
4733 if (!h->cmd_sg_list && h->chainsize > 0)
320 cciss_allocate_sg_chain_blocks( ctlr_info_t *h, int chainsize, int nr_cmds) argument
H A Dcciss_scsi.c210 h->chainsize, CMD_STACK_SIZE);
211 if (!sa->cmd_sg_list && h->chainsize > 0)

Completed in 101 milliseconds