Searched refs:num_phys (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_port.c54 phy->port->num_phys);
61 for (i = 0; i < sas_ha->num_phys; i++) {
67 port->num_phys > 0) {
72 } else if (*(u64 *) port->sas_addr == 0 && port->num_phys==0) {
79 if (i >= sas_ha->num_phys) {
89 port->num_phys++;
119 port->port_dev->pathways = port->num_phys;
149 if (port->num_phys == 1) {
165 port->num_phys--;
168 if (port->num_phys
[all...]
H A Dsas_dump.c73 SAS_DPRINTK("port%d: num_phys:%d\n", port->id, port->num_phys);
H A Dsas_expander.c234 if (0 <= single && single < ex->num_phys) {
244 for (i = 0; i < ex->num_phys; i++) {
265 ex->ex_phy = kzalloc(sizeof(*ex->ex_phy)*ex->num_phys, GFP_KERNEL);
289 dev->ex_dev.num_phys = min(rg->num_phys, (u8)MAX_EXPANDER_PHYS);
456 for (i = 0; i < ex->num_phys; i++) {
550 for (i = 0; i < parent_ex->num_phys; i++) {
679 for (i = 0; i < parent->ex_dev.num_phys; i++) {
862 for (i = 0; i < ex->num_phys; i++) {
881 for (i = 0; i < ex->num_phys;
[all...]
H A Dsas_phy.c127 for (i = 0; i < sas_ha->num_phys; i++) {
H A Dsas_scsi_host.c407 for (i = 0; i < pdev->ex_dev.num_phys; i++)
688 for (i = 0; i < ha->num_phys; i++) {
H A Dsas_discover.c288 dev->pathways = port->num_phys;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptsas.c163 u16 num_phys; /* number of phys belong to this port */ member in struct:mptsas_portinfo_details
188 u16 num_phys; /* number of phys */ member in struct:mptsas_portinfo
326 for (i = 0; i < port_info->num_phys; i++)
369 dsaswideprintk((KERN_DEBUG "%s: [%p]: num_phys=%02d "
371 port_details->num_phys, (unsigned long long)
374 for (i = 0; i < port_info->num_phys; i++, phy_info++) {
468 for (i = 0 ; i < port_info->num_phys ; i++, phy_info++) {
474 if (port_details->num_phys < 2)
483 port_details->num_phys--;
494 for (i = 0 ; i < port_info->num_phys ;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dlibsas.h145 u8 num_phys; member in struct:expander_device
247 int num_phys; member in struct:asd_sas_port
352 int num_phys; /* must be set, gt 0, static */ member in struct:sas_ha_struct
H A Dscsi_transport_sas.h140 int num_phys; member in struct:sas_port
H A Dsas.h341 u8 num_phys; member in struct:report_general_resp
530 u8 num_phys; member in struct:report_general_resp
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h132 int num_phys; /* ENABLEABLE */ member in struct:hw_profile
203 int num_phys; member in struct:asd_port
H A Daic94xx_sds.c515 u8 num_phys; /* number of PHYs in the PCI function */ member in struct:asd_ctrla_phy_settings
723 * The absolute total phy number is ASD_MAX_PHYS. hw_prof->num_phys
727 * In this case ASD_MAX_PHYS is 8, hw_prof->num_phys is 5, and only 2
794 asd_ha->hw_prof.num_phys = en_phys;
795 ASD_DPRINTK("ms: max_phys:0x%x, num_phys:0x%x\n",
796 asd_ha->hw_prof.max_phys, asd_ha->hw_prof.num_phys);
901 for (i = 0; i < ps->num_phys; i++) {
956 dflt_ps.num_phys = 8;
H A Daic94xx_scb.c184 if (port->num_phys > 0 &&
194 if (port->num_phys == 0 && free_port == NULL) {
209 port->num_phys++;
227 port->num_phys--;
H A Daic94xx_init.c244 asd_ha->hw_prof.num_phys = ASD_MAX_PHYS;
532 asd_ha->sas_ha.num_phys= ASD_MAX_PHYS;
646 asd_ha->hw_prof.num_phys,
H A Daic94xx_hwi.c126 asd_port->num_phys = 0;
389 int edbs = 2*(1+asd_ha->hw_prof.num_phys);
H A Daic94xx_seq.c1164 asd_ha->hw_prof.num_phys * 2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_sas.c590 sas_port_simple_attr(num_phys, num_phys, "%d\n", int);
851 port->num_phys++;
870 port->num_phys--;
1532 SETUP_PORT_ATTRIBUTE(num_phys);
1558 SETUP_PORT_ATTRIBUTE(num_phys);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/path_id/
H A Dpath_id305 if [ -e "$sas_port_dev/num_phys" ] ; then
306 read phy_port < $sas_port_dev/num_phys

Completed in 186 milliseconds