Lines Matching refs:dest_wrb
825 struct be_mcc_wrb *dest_wrb; in be_cmd_copy() local
828 dest_wrb = wrb_from_mccq(adapter); in be_cmd_copy()
829 if (!dest_wrb) in be_cmd_copy()
832 dest_wrb = wrb_from_mbox(adapter); in be_cmd_copy()
835 memcpy(dest_wrb, wrb, sizeof(*wrb)); in be_cmd_copy()
837 fill_wrb_tags(dest_wrb, (ulong) embedded_payload(wrb)); in be_cmd_copy()
839 return dest_wrb; in be_cmd_copy()
846 struct be_mcc_wrb *dest_wrb; in be_cmd_notify_wait() local
853 dest_wrb = be_cmd_copy(adapter, wrb); in be_cmd_notify_wait()
854 if (!dest_wrb) { in be_cmd_notify_wait()
865 memcpy(wrb, dest_wrb, sizeof(*wrb)); in be_cmd_notify_wait()