Searched refs:aac_srb_reply (Results 1 – 3 of 3) sorted by relevance
486 struct aac_srb_reply __user *user_reply; in aac_send_raw_srb()950 struct aac_srb_reply reply; in aac_send_raw_srb()971 sizeof(struct aac_srb_reply))) { in aac_send_raw_srb()977 struct aac_srb_reply *reply; in aac_send_raw_srb()979 reply = (struct aac_srb_reply *) fib_data(srbfib); in aac_send_raw_srb()981 sizeof(struct aac_srb_reply))) { in aac_send_raw_srb()
1675 struct aac_srb_reply *srb_reply; in aac_send_safw_bmic_cmd()1742 srb_reply = (struct aac_srb_reply *)fib_data(fibptr); in aac_send_safw_bmic_cmd()1743 memcpy(&srbu->srb_reply, srb_reply, sizeof(struct aac_srb_reply)); in aac_send_safw_bmic_cmd()3484 struct aac_srb_reply *srbreply; in aac_srb_callback()3496 srbreply = (struct aac_srb_reply *) fib_data(fibptr); in aac_srb_callback()
2029 struct aac_srb_reply struct2041 struct aac_srb_reply srb_reply; argument