Lines Matching refs:identify_frame
791 struct sas_identify_frame identify_frame; in config_id_frame_v3_hw() local
794 memset(&identify_frame, 0, sizeof(identify_frame)); in config_id_frame_v3_hw()
795 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v3_hw()
796 identify_frame.frame_type = 0; in config_id_frame_v3_hw()
797 identify_frame._un1 = 1; in config_id_frame_v3_hw()
798 identify_frame.initiator_bits = SAS_PROTOCOL_ALL; in config_id_frame_v3_hw()
799 identify_frame.target_bits = SAS_PROTOCOL_NONE; in config_id_frame_v3_hw()
800 memcpy(&identify_frame._un4_11[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v3_hw()
801 memcpy(&identify_frame.sas_addr[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v3_hw()
802 identify_frame.phy_id = phy_no; in config_id_frame_v3_hw()
803 identify_buffer = (u32 *)(&identify_frame); in config_id_frame_v3_hw()