| /freebsd-10-stable/sys/cam/scsi/ |
| D | scsi_enc_ses.c | 840 for (i = 0; i < addl->proto_hdr.sas->base_hdr.num_phys; i++) { in ses_devids_iter() 2207 sbuf_printf(sbp, " %d Phys", addl->proto_hdr.sas->base_hdr.num_phys); in ses_print_addl_data_sas_type0() 2216 for (i = 0;i < addl->proto_hdr.sas->base_hdr.num_phys;i++) { in ses_print_addl_data_sas_type0() 2266 int i, num_phys; in ses_print_addl_data_sas_type1() local 2278 num_phys = addl->proto_hdr.sas->base_hdr.num_phys; in ses_print_addl_data_sas_type1() 2279 sbuf_printf(sbp, "Expander: %d Phys", num_phys); in ses_print_addl_data_sas_type1() 2282 for (i = 0;i < num_phys;i++) { in ses_print_addl_data_sas_type1() 2289 num_phys = addl->proto_hdr.sas->base_hdr.num_phys; in ses_print_addl_data_sas_type1() 2290 sbuf_printf(sbp, "Port: %d Phys", num_phys); in ses_print_addl_data_sas_type1() 2293 for (i = 0;i < num_phys;i++) { in ses_print_addl_data_sas_type1() [all …]
|
| D | scsi_ses.h | 2225 uint8_t num_phys; member 2232 uint8_t num_phys; member 2238 uint8_t num_phys; member 2340 uint8_t num_phys; member 2358 uint8_t num_phys; member 2369 uint8_t num_phys; member 2380 uint8_t num_phys; member
|
| D | smp_all.h | 149 uint8_t num_phys; member
|
| D | smp_all.c | 294 sbuf_printf(sb, "Number of Phys: %d\n", response->num_phys); in smp_report_general_sbuf()
|
| /freebsd-10-stable/sys/dev/bxe/ |
| 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
|
| 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() 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 …]
|
| D | bxe.c | 11691 if (sc->link_params.num_phys <= 1) { in bxe_get_cur_phy_idx() 14317 switch (sc->link_params.num_phys) { in bxe_link_settings_supported() 14432 switch (sc->link_params.num_phys) { in bxe_link_settings_requested()
|
| /freebsd-10-stable/sys/dev/mps/ |
| D | mps_mapping.h | 65 uint8_t num_phys; member
|
| D | mps_mapping.c | 2448 topo_change.num_phys = event_data->NumPhys; in mps_mapping_topology_change_event()
|
| /freebsd-10-stable/sys/dev/mpr/ |
| D | mpr_mapping.h | 92 uint8_t num_phys; member
|
| D | mpr_mapping.c | 2911 topo_change.num_phys = event_data->NumPhys; in mpr_mapping_topology_change_event()
|
| /freebsd-10-stable/sys/dev/tws/ |
| D | 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-10-stable/sys/dev/mpt/ |
| D | 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()
|
| D | mpt.h | 530 uint16_t num_phys; member
|
| /freebsd-10-stable/sbin/camcontrol/ |
| D | camcontrol.c | 7947 int num_phys = 0; in smpphylist() local 8023 num_phys = rgresponse->num_phys; in smpphylist() 8025 if (num_phys == 0) { in smpphylist() 8039 fprintf(stdout, "%d PHYs:\n", num_phys); in smpphylist() 8059 for (i = 0; i < num_phys; i++) { in smpphylist()
|