Searched refs:identify_frame (Results 1 – 2 of 2) sorted by relevance
72 phy->identify_frame = phy->id_frm_tok->vaddr; in asd_init_phy_identify()74 memset(phy->identify_frame, 0, sizeof(*phy->identify_frame)); in asd_init_phy_identify()76 phy->identify_frame->dev_type = SAS_END_DEV; in asd_init_phy_identify()78 phy->identify_frame->initiator_bits = phy->sas_phy.iproto; in asd_init_phy_identify()80 phy->identify_frame->target_bits = phy->sas_phy.tproto; in asd_init_phy_identify()81 memcpy(phy->identify_frame->sas_addr, phy->phy_desc->sas_addr, in asd_init_phy_identify()83 phy->identify_frame->phy_id = phy->sas_phy.id; in asd_init_phy_identify()101 sizeof(*phy->identify_frame), in asd_init_phy()
735 struct sas_identify_frame *identify_frame; member