Searched refs:identify_frame (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/scsi/aic94xx/ |
| D | aic94xx_hwi.c | 73 phy->identify_frame = phy->id_frm_tok->vaddr; in asd_init_phy_identify() 75 memset(phy->identify_frame, 0, sizeof(*phy->identify_frame)); in asd_init_phy_identify() 77 phy->identify_frame->dev_type = SAS_END_DEVICE; in asd_init_phy_identify() 79 phy->identify_frame->initiator_bits = phy->sas_phy.iproto; in asd_init_phy_identify() 81 phy->identify_frame->target_bits = phy->sas_phy.tproto; in asd_init_phy_identify() 82 memcpy(phy->identify_frame->sas_addr, phy->phy_desc->sas_addr, in asd_init_phy_identify() 84 phy->identify_frame->phy_id = phy->sas_phy.id; in asd_init_phy_identify() 102 sizeof(*phy->identify_frame), in asd_init_phy()
|
| D | aic94xx_sas.h | 698 struct sas_identify_frame *identify_frame; member
|
| /Linux-v4.19/drivers/scsi/hisi_sas/ |
| D | hisi_sas_v1_hw.c | 476 struct sas_identify_frame identify_frame; in config_id_frame_v1_hw() local 479 memset(&identify_frame, 0, sizeof(identify_frame)); in config_id_frame_v1_hw() 480 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v1_hw() 481 identify_frame.frame_type = 0; in config_id_frame_v1_hw() 482 identify_frame._un1 = 1; in config_id_frame_v1_hw() 483 identify_frame.initiator_bits = SAS_PROTOCOL_ALL; in config_id_frame_v1_hw() 484 identify_frame.target_bits = SAS_PROTOCOL_NONE; in config_id_frame_v1_hw() 485 memcpy(&identify_frame._un4_11[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v1_hw() 486 memcpy(&identify_frame.sas_addr[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v1_hw() 487 identify_frame.phy_id = phy_no; in config_id_frame_v1_hw() [all …]
|
| D | hisi_sas_v3_hw.c | 584 struct sas_identify_frame identify_frame; in config_id_frame_v3_hw() local 587 memset(&identify_frame, 0, sizeof(identify_frame)); in config_id_frame_v3_hw() 588 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v3_hw() 589 identify_frame.frame_type = 0; in config_id_frame_v3_hw() 590 identify_frame._un1 = 1; in config_id_frame_v3_hw() 591 identify_frame.initiator_bits = SAS_PROTOCOL_ALL; in config_id_frame_v3_hw() 592 identify_frame.target_bits = SAS_PROTOCOL_NONE; in config_id_frame_v3_hw() 593 memcpy(&identify_frame._un4_11[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v3_hw() 594 memcpy(&identify_frame.sas_addr[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v3_hw() 595 identify_frame.phy_id = phy_no; in config_id_frame_v3_hw() [all …]
|
| D | hisi_sas_v2_hw.c | 895 struct sas_identify_frame identify_frame; in config_id_frame_v2_hw() local 898 memset(&identify_frame, 0, sizeof(identify_frame)); in config_id_frame_v2_hw() 899 identify_frame.dev_type = SAS_END_DEVICE; in config_id_frame_v2_hw() 900 identify_frame.frame_type = 0; in config_id_frame_v2_hw() 901 identify_frame._un1 = 1; in config_id_frame_v2_hw() 902 identify_frame.initiator_bits = SAS_PROTOCOL_ALL; in config_id_frame_v2_hw() 903 identify_frame.target_bits = SAS_PROTOCOL_NONE; in config_id_frame_v2_hw() 904 memcpy(&identify_frame._un4_11[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v2_hw() 905 memcpy(&identify_frame.sas_addr[0], hisi_hba->sas_addr, SAS_ADDR_SIZE); in config_id_frame_v2_hw() 906 identify_frame.phy_id = phy_no; in config_id_frame_v2_hw() [all …]
|