Lines Matching refs:identify_frame
893 struct sas_identify_frame identify_frame; in config_id_frame_v2_hw() local
896 memset(&identify_frame, 0, sizeof(identify_frame)); in config_id_frame_v2_hw()
897 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v2_hw()
898 identify_frame.frame_type = 0; in config_id_frame_v2_hw()
899 identify_frame._un1 = 1; in config_id_frame_v2_hw()
900 identify_frame.initiator_bits = SAS_PROTOCOL_ALL; in config_id_frame_v2_hw()
901 identify_frame.target_bits = SAS_PROTOCOL_NONE; in config_id_frame_v2_hw()
902 memcpy(&identify_frame._un4_11[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v2_hw()
903 memcpy(&identify_frame.sas_addr[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v2_hw()
904 identify_frame.phy_id = phy_no; in config_id_frame_v2_hw()
905 identify_buffer = (u32 *)(&identify_frame); in config_id_frame_v2_hw()