Lines Matching refs:dest_wrb
888 struct be_mcc_wrb *dest_wrb; in be_cmd_copy() local
891 dest_wrb = wrb_from_mccq(adapter); in be_cmd_copy()
892 if (!dest_wrb) in be_cmd_copy()
895 dest_wrb = wrb_from_mbox(adapter); in be_cmd_copy()
898 memcpy(dest_wrb, wrb, sizeof(*wrb)); in be_cmd_copy()
900 fill_wrb_tags(dest_wrb, (ulong)embedded_payload(wrb)); in be_cmd_copy()
902 return dest_wrb; in be_cmd_copy()
909 struct be_mcc_wrb *dest_wrb; in be_cmd_notify_wait() local
916 dest_wrb = be_cmd_copy(adapter, wrb); in be_cmd_notify_wait()
917 if (!dest_wrb) { in be_cmd_notify_wait()
928 memcpy(wrb, dest_wrb, sizeof(*wrb)); in be_cmd_notify_wait()