Lines Matching refs:identify_frame
462 struct sas_identify_frame identify_frame; in config_id_frame_v1_hw() local
465 memset(&identify_frame, 0, sizeof(identify_frame)); in config_id_frame_v1_hw()
466 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v1_hw()
467 identify_frame.frame_type = 0; in config_id_frame_v1_hw()
468 identify_frame._un1 = 1; in config_id_frame_v1_hw()
469 identify_frame.initiator_bits = SAS_PROTOCOL_ALL; in config_id_frame_v1_hw()
470 identify_frame.target_bits = SAS_PROTOCOL_NONE; in config_id_frame_v1_hw()
471 memcpy(&identify_frame._un4_11[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v1_hw()
472 memcpy(&identify_frame.sas_addr[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v1_hw()
473 identify_frame.phy_id = phy_no; in config_id_frame_v1_hw()
474 identify_buffer = (u32 *)(&identify_frame); in config_id_frame_v1_hw()