Searched defs:num_phys (Results 1 - 7 of 7) sorted by relevance

/drivers/message/fusion/
H A Dmptsas.h150 u16 num_phys; /* number of phys belong to this port */ member in struct:mptsas_portinfo_details
175 u16 num_phys; /* number of phys */ member in struct:mptsas_portinfo
/drivers/scsi/mpt2sas/
H A Dmpt2sas_config.c804 * @num_phys: pointer returned with the number of phys
810 mpt2sas_config_get_number_hba_phys(struct MPT2SAS_ADAPTER *ioc, u8 *num_phys) argument
818 *num_phys = 0;
840 *num_phys = config_page.NumPhys;
H A Dmpt2sas_base.c2184 u8 num_phys = 0; local
2187 mpt2sas_config_get_number_hba_phys(ioc, &num_phys);
2188 if (!num_phys)
2191 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (num_phys *
H A Dmpt2sas_base.h432 * @num_phys: number of phys belonging to this port
440 u8 num_phys; member in struct:_sas_port
473 * @num_phys: number phys belonging to this sas_host/expander
486 u8 num_phys; member in struct:_sas_node
1076 int mpt2sas_config_get_number_hba_phys(struct MPT2SAS_ADAPTER *ioc, u8 *num_phys);
/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h121 int num_phys; /* ENABLEABLE */ member in struct:hw_profile
192 int num_phys; member in struct:asd_port
H A Daic94xx_sds.c554 u8 num_phys; /* number of PHYs in the PCI function */ member in struct:asd_ctrla_phy_settings
762 * The absolute total phy number is ASD_MAX_PHYS. hw_prof->num_phys
766 * In this case ASD_MAX_PHYS is 8, hw_prof->num_phys is 5, and only 2
833 asd_ha->hw_prof.num_phys = en_phys;
834 ASD_DPRINTK("ms: max_phys:0x%x, num_phys:0x%x\n",
835 asd_ha->hw_prof.max_phys, asd_ha->hw_prof.num_phys);
941 for (i = 0; i < ps->num_phys; i++) {
996 dflt_ps.num_phys = 8;
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h67 #define SINGLE_MEDIA_DIRECT(params) (params->num_phys == 1)
69 #define SINGLE_MEDIA(params) (params->num_phys == 2)
71 #define DUAL_MEDIA(params) (params->num_phys == 3)
263 u8 num_phys; member in struct:link_params

Completed in 295 milliseconds