Home
last modified time | relevance | path

Searched refs:aac_srb_reply (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/aacraid/
Dcommctrl.c471 struct aac_srb_reply __user *user_reply; in aac_send_raw_srb()
935 struct aac_srb_reply reply; in aac_send_raw_srb()
956 sizeof(struct aac_srb_reply))) { in aac_send_raw_srb()
962 struct aac_srb_reply *reply; in aac_send_raw_srb()
964 reply = (struct aac_srb_reply *) fib_data(srbfib); in aac_send_raw_srb()
966 sizeof(struct aac_srb_reply))) { in aac_send_raw_srb()
Daachba.c1661 struct aac_srb_reply *srb_reply; in aac_send_safw_bmic_cmd()
1728 srb_reply = (struct aac_srb_reply *)fib_data(fibptr); in aac_send_safw_bmic_cmd()
1729 memcpy(&srbu->srb_reply, srb_reply, sizeof(struct aac_srb_reply)); in aac_send_safw_bmic_cmd()
3472 struct aac_srb_reply *srbreply; in aac_srb_callback()
3482 srbreply = (struct aac_srb_reply *) fib_data(fibptr); in aac_srb_callback()
Daacraid.h2016 struct aac_srb_reply struct
2028 struct aac_srb_reply srb_reply; argument