| /freebsd-14.2/sys/arm/allwinner/ |
| H A D | aw_usbphy.c | 63 int num_phys; member 70 .num_phys = 3, 77 .num_phys = 2, 84 .num_phys = 3, 91 .num_phys = 3, 98 .num_phys = 4, 105 .num_phys = 2, 112 .num_phys = 3, 119 .num_phys = 4, 346 if (phy < 0 || phy >= sc->phy_conf->num_phys) in awusbphy_phy_enable() [all …]
|
| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_enc_ses.c | 2301 addl->proto_hdr.sas->base_hdr.num_phys, in ses_print_addl_data_sas_type0() 2342 int i, num_phys; in ses_print_addl_data_sas_type1() local 2352 num_phys = addl->proto_hdr.sas->base_hdr.num_phys; in ses_print_addl_data_sas_type1() 2353 sbuf_printf(sbp, "Expander: %d phys", num_phys); in ses_print_addl_data_sas_type1() 2356 for (i = 0;i < num_phys;i++) { in ses_print_addl_data_sas_type1() 2363 num_phys = addl->proto_hdr.sas->base_hdr.num_phys; in ses_print_addl_data_sas_type1() 2364 sbuf_printf(sbp, "Port: %d phys", num_phys); in ses_print_addl_data_sas_type1() 2367 for (i = 0;i < num_phys;i++) { in ses_print_addl_data_sas_type1() 2508 if (addl->proto_hdr.sas->base_hdr.num_phys == 0) in ses_get_elm_addlstatus_sas_type0() 2518 physz = addl->proto_hdr.sas->base_hdr.num_phys; in ses_get_elm_addlstatus_sas_type0() [all …]
|
| H A D | scsi_ses.h | 2279 uint8_t num_phys; member 2286 uint8_t num_phys; member 2292 uint8_t num_phys; member 2394 uint8_t num_phys; member 2412 uint8_t num_phys; member 2423 uint8_t num_phys; member 2434 uint8_t num_phys; member
|
| H A D | smp_all.h | 150 uint8_t num_phys; member
|
| H A D | smp_all.c | 293 sbuf_printf(sb, "Number of Phys: %d\n", response->num_phys); in smp_report_general_sbuf()
|
| /freebsd-14.2/sys/dev/bxe/ |
| H A D | bxe_elink.h | 195 #define ELINK_SINGLE_MEDIA_DIRECT(params) (params->num_phys == 1) 197 #define ELINK_SINGLE_MEDIA(params) (params->num_phys == 2) 199 #define ELINK_DUAL_MEDIA(params) (params->num_phys == 3) 427 uint8_t num_phys; member
|
| H A D | bxe_elink.c | 1020 if (params->num_phys == 3) { in elink_check_lfa() 2247 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in elink_set_mdio_emac_per_phy() 4249 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in set_phy_vars() 7090 if ((params->num_phys == ELINK_MAX_PHYS) && in elink_get_ext_phy_fw_version() 7219 CHIP_IS_E2(sc) && params->num_phys == 2) { in elink_set_led() 7368 switch (params->num_phys) { in elink_test_link() 13413 params->num_phys = 0; in elink_phy_probe() 13438 params->num_phys = 0; in elink_phy_probe() 13478 params->num_phys++; in elink_phy_probe() 13790 phy_index < params->num_phys; phy_index++) in elink_init_xgxs_loopback() [all …]
|
| H A D | bxe.c | 11621 if (sc->link_params.num_phys <= 1) { in bxe_get_cur_phy_idx() 14218 switch (sc->link_params.num_phys) { in bxe_link_settings_supported() 14333 switch (sc->link_params.num_phys) { in bxe_link_settings_requested()
|
| /freebsd-14.2/sys/dev/mps/ |
| H A D | mps_mapping.h | 65 uint8_t num_phys; member
|
| H A D | mps_mapping.c | 2453 topo_change.num_phys = event_data->NumPhys; in mps_mapping_topology_change_event()
|
| /freebsd-14.2/sys/dev/mpr/ |
| H A D | mpr_mapping.h | 91 uint8_t num_phys; member
|
| H A D | mpr_mapping.c | 2923 topo_change.num_phys = event_data->NumPhys; in mpr_mapping_topology_change_event()
|
| /freebsd-14.2/sys/dev/tws/ |
| H A D | tws_hdm.c | 219 uint8_t fw_ver[16], bios_ver[16], ctlr_model[16], num_phys=0; in tws_display_ctlr_info() local 223 TWS_PARAM_CONTROLLER_PHYS_COUNT, 1, &num_phys); in tws_display_ctlr_info() 234 ctlr_model, num_phys, fw_ver, bios_ver); in tws_display_ctlr_info()
|
| /freebsd-14.2/sys/dev/mpt/ |
| H A D | mpt.h | 526 uint16_t num_phys; member
|
| H A D | mpt_cam.c | 636 portinfo->num_phys = buffer->NumPhys; in mptsas_sas_io_unit_pg0() 638 portinfo->num_phys, M_DEVBUF, M_NOWAIT|M_ZERO); in mptsas_sas_io_unit_pg0() 645 for (i = 0; i < portinfo->num_phys; i++) { in mptsas_sas_io_unit_pg0() 773 for (i = 0; i < portinfo->num_phys; i++) { in mpt_read_config_info_sas() 858 for (i = 0; i < mpt->sas_portinfo->num_phys; i++) { in mpt_set_initial_config_sas()
|
| /freebsd-14.2/sbin/camcontrol/ |
| H A D | camcontrol.c | 9027 int num_phys = 0; in smpphylist() local 9102 num_phys = rgresponse->num_phys; in smpphylist() 9104 if (num_phys == 0) { in smpphylist() 9118 fprintf(stdout, "%d PHYs:\n", num_phys); in smpphylist() 9138 for (i = 0; i < num_phys; i++) { in smpphylist()
|