Searched refs:aac_queue_get (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aacraid/ |
D | commsup.c | 308 static int aac_queue_get(struct aac_dev * dev, u32 * index, u32 qid, struct hw_fib * hw_fib, int wa… in aac_queue_get() function 487 if(aac_queue_get( dev, &index, qid, hw_fib, 1, fibptr, &nointr)<0) in fib_send() 663 if(aac_queue_get(dev, &index, AdapHighRespQueue, hw_fib, 1, NULL, &nointr) < 0) { in fib_adapter_complete() 679 if (aac_queue_get(dev, &index, AdapNormRespQueue, hw_fib, 1, NULL, &nointr) < 0) in fib_adapter_complete()
|