Searched refs:identify_frame (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c73 phy->identify_frame = phy->id_frm_tok->vaddr;
75 memset(phy->identify_frame, 0, sizeof(*phy->identify_frame));
77 phy->identify_frame->dev_type = SAS_END_DEV;
79 phy->identify_frame->initiator_bits = phy->sas_phy.iproto;
81 phy->identify_frame->target_bits = phy->sas_phy.tproto;
82 memcpy(phy->identify_frame->sas_addr, phy->phy_desc->sas_addr,
84 phy->identify_frame->phy_id = phy->sas_phy.id;
102 sizeof(*phy->identify_frame),
H A Daic94xx_sas.h735 struct sas_identify_frame *identify_frame; member in struct:asd_phy

Completed in 46 milliseconds