| /freebsd-13.1/sys/arm/allwinner/ |
| H A D | aw_usbphy.c | 67 int num_phys; member 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, 123 .num_phys = 4, 350 if (phy < 0 || phy >= sc->phy_conf->num_phys) in awusbphy_phy_enable() [all …]
|
| /freebsd-13.1/sys/cam/scsi/ |
| H A D | scsi_enc_ses.c | 2300 addl->proto_hdr.sas->base_hdr.num_phys, in ses_print_addl_data_sas_type0() 2341 int i, num_phys; in ses_print_addl_data_sas_type1() local 2351 num_phys = addl->proto_hdr.sas->base_hdr.num_phys; in ses_print_addl_data_sas_type1() 2352 sbuf_printf(sbp, "Expander: %d phys", num_phys); in ses_print_addl_data_sas_type1() 2355 for (i = 0;i < num_phys;i++) { in ses_print_addl_data_sas_type1() 2362 num_phys = addl->proto_hdr.sas->base_hdr.num_phys; in ses_print_addl_data_sas_type1() 2363 sbuf_printf(sbp, "Port: %d phys", num_phys); in ses_print_addl_data_sas_type1() 2366 for (i = 0;i < num_phys;i++) { in ses_print_addl_data_sas_type1() 2507 if (addl->proto_hdr.sas->base_hdr.num_phys == 0) in ses_get_elm_addlstatus_sas_type0() 2517 physz = addl->proto_hdr.sas->base_hdr.num_phys; in ses_get_elm_addlstatus_sas_type0() [all …]
|
| H A D | scsi_ses.h | 2280 uint8_t num_phys; member 2287 uint8_t num_phys; member 2293 uint8_t num_phys; member 2395 uint8_t num_phys; member 2413 uint8_t num_phys; member 2424 uint8_t num_phys; member 2435 uint8_t num_phys; member
|
| H A D | smp_all.h | 151 uint8_t num_phys; member
|
| H A D | smp_all.c | 295 sbuf_printf(sb, "Number of Phys: %d\n", response->num_phys); in smp_report_general_sbuf()
|
| /freebsd-13.1/sys/dev/bxe/ |
| H A D | bxe_elink.h | 197 #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
|
| H A D | bxe_elink.c | 1022 if (params->num_phys == 3) { in elink_check_lfa() 2249 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in elink_set_mdio_emac_per_phy() 4251 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in set_phy_vars() 7092 if ((params->num_phys == ELINK_MAX_PHYS) && in elink_get_ext_phy_fw_version() 7221 CHIP_IS_E2(sc) && params->num_phys == 2) { in elink_set_led() 7370 switch (params->num_phys) { in elink_test_link() 13415 params->num_phys = 0; in elink_phy_probe() 13440 params->num_phys = 0; in elink_phy_probe() 13480 params->num_phys++; in elink_phy_probe() 13792 phy_index < params->num_phys; phy_index++) in elink_init_xgxs_loopback() [all …]
|
| H A D | bxe.c | 11646 if (sc->link_params.num_phys <= 1) { in bxe_get_cur_phy_idx() 14249 switch (sc->link_params.num_phys) { in bxe_link_settings_supported() 14364 switch (sc->link_params.num_phys) { in bxe_link_settings_requested()
|
| /freebsd-13.1/sys/dev/mps/ |
| H A D | mps_mapping.h | 67 uint8_t num_phys; member
|
| H A D | mps_mapping.c | 2455 topo_change.num_phys = event_data->NumPhys; in mps_mapping_topology_change_event()
|
| /freebsd-13.1/sys/dev/mpr/ |
| H A D | mpr_mapping.h | 93 uint8_t num_phys; member
|
| H A D | mpr_mapping.c | 2925 topo_change.num_phys = event_data->NumPhys; in mpr_mapping_topology_change_event()
|
| /freebsd-13.1/sys/dev/tws/ |
| H A D | tws_hdm.c | 221 uint8_t fw_ver[16], bios_ver[16], ctlr_model[16], num_phys=0; in tws_display_ctlr_info() local 225 TWS_PARAM_CONTROLLER_PHYS_COUNT, 1, &num_phys); in tws_display_ctlr_info() 236 ctlr_model, num_phys, fw_ver, bios_ver); in tws_display_ctlr_info()
|
| /freebsd-13.1/sys/dev/mpt/ |
| H A D | mpt.h | 527 uint16_t num_phys; member
|
| H A D | mpt_cam.c | 638 portinfo->num_phys = buffer->NumPhys; in mptsas_sas_io_unit_pg0() 640 portinfo->num_phys, M_DEVBUF, M_NOWAIT|M_ZERO); in mptsas_sas_io_unit_pg0() 647 for (i = 0; i < portinfo->num_phys; i++) { in mptsas_sas_io_unit_pg0() 775 for (i = 0; i < portinfo->num_phys; i++) { in mpt_read_config_info_sas() 860 for (i = 0; i < mpt->sas_portinfo->num_phys; i++) { in mpt_set_initial_config_sas()
|
| /freebsd-13.1/sbin/camcontrol/ |
| H A D | camcontrol.c | 8974 int num_phys = 0; in smpphylist() local 9050 num_phys = rgresponse->num_phys; in smpphylist() 9052 if (num_phys == 0) { in smpphylist() 9066 fprintf(stdout, "%d PHYs:\n", num_phys); in smpphylist() 9086 for (i = 0; i < num_phys; i++) { in smpphylist()
|