Searched refs:log_unit (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/block/ |
D | cpqarray.c | 159 unsigned int log_unit ); 1780 unsigned int log_unit ) in sendcmd() argument 1792 c->hdr.unit = log_unit; in sendcmd() 2002 unsigned int log_unit ) in sendcmd_withirq() argument 2014 c->hdr.unit = log_unit; in sendcmd_withirq() 2297 unsigned int log_unit, log_index; in getgeometry() local 2381 for (log_unit = 0; in getgeometry() 2383 && (log_unit < NWD); in getgeometry() 2384 log_unit++) { in getgeometry() 2392 ctlr, id_lstatus_buf, size, 0, 0, log_unit); in getgeometry() [all …]
|
D | cciss.c | 1336 unsigned int log_unit, in sendcmd_withirq() argument 1376 hba[ctlr]->drv[log_unit].LunID; in sendcmd_withirq() 1405 hba[ctlr]->drv[log_unit].LunID; in sendcmd_withirq() 1961 unsigned int log_unit, in sendcmd() argument 2002 hba[ctlr]->drv[log_unit].LunID; in sendcmd() 2044 hba[ctlr]->drv[log_unit].LunID; in sendcmd() 2429 int log_unit, start_blk, seg; in do_cciss_request() local 2479 log_unit = MINOR(creq->rq_dev) >> NWD_SHIFT; in do_cciss_request() 2483 c->Header.LUN.LogDev.VolId= hba[h->ctlr]->drv[log_unit].LunID; in do_cciss_request()
|
D | cciss_scsi.c | 47 unsigned int log_unit,
|