Lines Matching refs:dest_wrb
891 struct be_mcc_wrb *dest_wrb; in be_cmd_copy() local
894 dest_wrb = wrb_from_mccq(adapter); in be_cmd_copy()
895 if (!dest_wrb) in be_cmd_copy()
898 dest_wrb = wrb_from_mbox(adapter); in be_cmd_copy()
901 memcpy(dest_wrb, wrb, sizeof(*wrb)); in be_cmd_copy()
903 fill_wrb_tags(dest_wrb, (ulong) embedded_payload(wrb)); in be_cmd_copy()
905 return dest_wrb; in be_cmd_copy()
912 struct be_mcc_wrb *dest_wrb; in be_cmd_notify_wait() local
919 dest_wrb = be_cmd_copy(adapter, wrb); in be_cmd_notify_wait()
920 if (!dest_wrb) { in be_cmd_notify_wait()
931 memcpy(wrb, dest_wrb, sizeof(*wrb)); in be_cmd_notify_wait()