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

/freebsd-12-stable/sys/dev/mps/
H A Dmps_mapping.h67 uint8_t num_phys; member in struct:_map_topology_change
H A Dmps_mapping.c2447 topo_change.num_phys = event_data->NumPhys;
/freebsd-12-stable/sys/arm/allwinner/
H A Daw_usbphy.c67 int num_phys; member in struct:aw_usbphy_conf
74 .num_phys = 3,
81 .num_phys = 2,
88 .num_phys = 3,
95 .num_phys = 3,
102 .num_phys = 4,
109 .num_phys = 2,
116 .num_phys = 3,
264 sc->reg = malloc(sizeof(*(sc->reg)) * sc->phy_conf->num_phys, M_DEVBUF,
266 sc->pmu = malloc(sizeof(*(sc->pmu)) * sc->phy_conf->num_phys, M_DEVBU
[all...]
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_mapping.h84 * @num_phys: number of PHYs in the expander where this device is located
93 uint8_t num_phys; member in struct:_map_topology_change
H A Dmpr_mapping.c2911 topo_change.num_phys = event_data->NumPhys;
/freebsd-12-stable/sys/dev/tws/
H A Dtws_hdm.c224 uint8_t fw_ver[16], bios_ver[16], ctlr_model[16], num_phys=0; local
228 TWS_PARAM_CONTROLLER_PHYS_COUNT, 1, &num_phys);
239 ctlr_model, num_phys, fw_ver, bios_ver);
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c831 for (i = 0; i < addl->proto_hdr.sas->base_hdr.num_phys; i++) {
2305 addl->proto_hdr.sas->base_hdr.num_phys,
2313 for (i = 0;i < addl->proto_hdr.sas->base_hdr.num_phys;i++) {
2346 int i, num_phys; local
2356 num_phys = addl->proto_hdr.sas->base_hdr.num_phys;
2357 sbuf_printf(sbp, "Expander: %d phys", num_phys);
2360 for (i = 0;i < num_phys;i++) {
2367 num_phys = addl->proto_hdr.sas->base_hdr.num_phys;
[all...]
H A Dscsi_ses.h2239 uint8_t num_phys; member in struct:ses_elm_fc_eip_hdr
2246 uint8_t num_phys; member in struct:ses_elm_fc_noneip_hdr
2252 uint8_t num_phys; member in struct:ses_elm_fc_base_hdr
2354 uint8_t num_phys; member in struct:ses_elm_sas_type0_base_hdr
2372 uint8_t num_phys; member in struct:ses_elm_sas_type1_expander_hdr
2383 uint8_t num_phys; member in struct:ses_elm_sas_type1_nonexpander_hdr
2394 uint8_t num_phys; member in struct:ses_elm_sas_base_hdr
H A Dsmp_all.c295 sbuf_printf(sb, "Number of Phys: %d\n", response->num_phys);
H A Dsmp_all.h151 uint8_t num_phys; member in struct:smp_report_general_response
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe_elink.h197 #define ELINK_SINGLE_MEDIA_DIRECT(params) (params->num_phys == 1)
199 #define ELINK_SINGLE_MEDIA(params) (params->num_phys == 2)
201 #define ELINK_DUAL_MEDIA(params) (params->num_phys == 3)
429 uint8_t num_phys; member in struct:elink_params
H A Dbxe_elink.c1022 if (params->num_phys == 3) {
2249 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys;
4018 for (phy_index = 0; phy_index < params->num_phys; phy_index++) {
4035 for (phy_index = 0; phy_index < params->num_phys; phy_index++) {
4251 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys;
7092 if ((params->num_phys == ELINK_MAX_PHYS) &&
7221 CHIP_IS_E2(sc) && params->num_phys == 2) {
7370 switch (params->num_phys) {
7380 for (phy_index = ELINK_EXT_PHY1; phy_index < params->num_phys;
7452 for (phy_index = ELINK_EXT_PHY1; phy_index < params->num_phys;
[all...]
H A Dbxe.c11688 if (sc->link_params.num_phys <= 1) {
14315 switch (sc->link_params.num_phys) {
14430 switch (sc->link_params.num_phys) {
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt.h532 uint16_t num_phys; member in struct:mptsas_portinfo
H A Dmpt_cam.c639 portinfo->num_phys = buffer->NumPhys;
641 portinfo->num_phys, M_DEVBUF, M_NOWAIT|M_ZERO);
648 for (i = 0; i < portinfo->num_phys; i++) {
776 for (i = 0; i < portinfo->num_phys; i++) {
861 for (i = 0; i < mpt->sas_portinfo->num_phys; i++) {
/freebsd-12-stable/sbin/camcontrol/
H A Dcamcontrol.c8920 int num_phys = 0; local
8996 num_phys = rgresponse->num_phys;
8998 if (num_phys == 0) {
9012 fprintf(stdout, "%d PHYs:\n", num_phys);
9032 for (i = 0; i < num_phys; i++) {

Completed in 387 milliseconds