Searched refs:srbfib (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/scsi/aacraid/ |
D | commctrl.c | 467 struct fib* srbfib; in aac_send_raw_srb() local 497 if (!(srbfib = aac_fib_alloc(dev))) { in aac_send_raw_srb() 500 aac_fib_init(srbfib); in aac_send_raw_srb() 502 srbcmd = (struct aac_srb*) fib_data(srbfib); in aac_send_raw_srb() 688 status = aac_fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,NULL,NULL); in aac_send_raw_srb() 774 status = aac_fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, NULL, NULL); in aac_send_raw_srb() 802 reply = (struct aac_srb_reply *) fib_data(srbfib); in aac_send_raw_srb() 815 aac_fib_complete(srbfib); in aac_send_raw_srb() 816 aac_fib_free(srbfib); in aac_send_raw_srb()
|