Searched refs:srbfib (Results 1 – 1 of 1) sorted by relevance
/drivers/scsi/aacraid/ |
D | commctrl.c | 466 struct fib* srbfib; in aac_send_raw_srb() local 496 if (!(srbfib = aac_fib_alloc(dev))) { in aac_send_raw_srb() 499 aac_fib_init(srbfib); in aac_send_raw_srb() 501 srbcmd = (struct aac_srb*) fib_data(srbfib); in aac_send_raw_srb() 687 status = aac_fib_send(ScsiPortCommand64, srbfib, actual_fibsize, FsaNormal, 1, 1,NULL,NULL); in aac_send_raw_srb() 773 status = aac_fib_send(ScsiPortCommand, srbfib, actual_fibsize, FsaNormal, 1, 1, NULL, NULL); in aac_send_raw_srb() 801 reply = (struct aac_srb_reply *) fib_data(srbfib); in aac_send_raw_srb() 814 aac_fib_complete(srbfib); in aac_send_raw_srb() 815 aac_fib_free(srbfib); in aac_send_raw_srb()
|