| /freebsd-11-stable/sys/cam/scsi/ |
| HD | scsi_enc_ses.c | 829 for (i = 0; i < addl->proto_hdr.sas->base_hdr.num_phys; i++) { in ses_devids_iter() 2303 addl->proto_hdr.sas->base_hdr.num_phys, in ses_print_addl_data_sas_type0() 2311 for (i = 0;i < addl->proto_hdr.sas->base_hdr.num_phys;i++) { in ses_print_addl_data_sas_type0() 2344 int i, num_phys; in ses_print_addl_data_sas_type1() local 2354 num_phys = addl->proto_hdr.sas->base_hdr.num_phys; in ses_print_addl_data_sas_type1() 2355 sbuf_printf(sbp, "Expander: %d phys", num_phys); in ses_print_addl_data_sas_type1() 2358 for (i = 0;i < num_phys;i++) { in ses_print_addl_data_sas_type1() 2365 num_phys = addl->proto_hdr.sas->base_hdr.num_phys; in ses_print_addl_data_sas_type1() 2366 sbuf_printf(sbp, "Port: %d phys", num_phys); in ses_print_addl_data_sas_type1() 2369 for (i = 0;i < num_phys;i++) { in ses_print_addl_data_sas_type1() [all …]
|
| HD | scsi_ses.h | 2237 uint8_t num_phys; member 2244 uint8_t num_phys; member 2250 uint8_t num_phys; member 2352 uint8_t num_phys; member 2370 uint8_t num_phys; member 2381 uint8_t num_phys; member 2392 uint8_t num_phys; member
|
| HD | smp_all.h | 149 uint8_t num_phys; member
|
| HD | smp_all.c | 293 sbuf_printf(sb, "Number of Phys: %d\n", response->num_phys); in smp_report_general_sbuf()
|
| /freebsd-11-stable/sys/dev/bxe/ |
| HD | 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
|
| HD | 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() 4016 for (phy_index = 0; phy_index < params->num_phys; phy_index++) { in elink_phy_read() 4033 for (phy_index = 0; phy_index < params->num_phys; phy_index++) { in elink_phy_write() 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() 7378 for (phy_index = ELINK_EXT_PHY1; phy_index < params->num_phys; in elink_test_link() 7450 for (phy_index = ELINK_EXT_PHY1; phy_index < params->num_phys; in elink_link_initialize() [all …]
|
| HD | bxe.c | 11684 if (sc->link_params.num_phys <= 1) { in bxe_get_cur_phy_idx() 14308 switch (sc->link_params.num_phys) { in bxe_link_settings_supported() 14423 switch (sc->link_params.num_phys) { in bxe_link_settings_requested()
|
| /freebsd-11-stable/sys/dev/mps/ |
| HD | mps_mapping.h | 65 uint8_t num_phys; member
|
| HD | mps_mapping.c | 2448 topo_change.num_phys = event_data->NumPhys; in mps_mapping_topology_change_event()
|
| /freebsd-11-stable/sys/dev/tws/ |
| HD | tws_hdm.c | 222 uint8_t fw_ver[16], bios_ver[16], ctlr_model[16], num_phys=0; in tws_display_ctlr_info() local 226 TWS_PARAM_CONTROLLER_PHYS_COUNT, 1, &num_phys); in tws_display_ctlr_info() 237 ctlr_model, num_phys, fw_ver, bios_ver); in tws_display_ctlr_info()
|
| /freebsd-11-stable/sys/dev/mpr/ |
| HD | mpr_mapping.h | 92 uint8_t num_phys; member
|
| HD | mpr_mapping.c | 2913 topo_change.num_phys = event_data->NumPhys; in mpr_mapping_topology_change_event()
|
| /freebsd-11-stable/sys/dev/mpt/ |
| HD | mpt_cam.c | 637 portinfo->num_phys = buffer->NumPhys; in mptsas_sas_io_unit_pg0() 639 portinfo->num_phys, M_DEVBUF, M_NOWAIT|M_ZERO); in mptsas_sas_io_unit_pg0() 646 for (i = 0; i < portinfo->num_phys; i++) { in mptsas_sas_io_unit_pg0() 774 for (i = 0; i < portinfo->num_phys; i++) { in mpt_read_config_info_sas() 859 for (i = 0; i < mpt->sas_portinfo->num_phys; i++) { in mpt_set_initial_config_sas()
|
| HD | mpt.h | 530 uint16_t num_phys; member
|
| /freebsd-11-stable/sbin/camcontrol/ |
| HD | camcontrol.c | 8435 int num_phys = 0; in smpphylist() local 8511 num_phys = rgresponse->num_phys; in smpphylist() 8513 if (num_phys == 0) { in smpphylist() 8527 fprintf(stdout, "%d PHYs:\n", num_phys); in smpphylist() 8547 for (i = 0; i < num_phys; i++) { in smpphylist()
|