Searched refs:phy_identifier (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_io_request.c282 * @param[in] phy_identifier The phy index the DISCOVER command targets to.
289 U8 phy_identifier,
303 smp_discover.request.discover.phy_identifier = phy_identifier;
309 fw_device, phy_identifier
324 * @param[in] phy_identifier The phy index the DISCOVER command targets to.
331 U8 phy_identifier
343 report_phy_sata.request.report_phy_sata.phy_identifier = phy_identifier;
349 fw_device, phy_identifier
286 scif_sas_smp_request_construct_discover( SCIF_SAS_CONTROLLER_T * fw_controller, SCIF_SAS_REMOTE_DEVICE_T * fw_device, U8 phy_identifier, void * external_request_object, void * external_memory ) argument
366 scif_sas_smp_request_construct_phy_control( SCIF_SAS_CONTROLLER_T * fw_controller, SCIF_SAS_REMOTE_DEVICE_T * fw_device, U8 phy_operation, U8 phy_identifier, void * external_request_object, void * external_memory ) argument
[all...]
H A Dscif_sas_smp_io_request.h97 U8 phy_identifier,
105 U8 phy_identifier
112 U8 phy_identifier,
H A Dscif_sas_smp_phy.h132 U8 phy_identifier; member in struct:SCIF_SAS_SMP_PHY
H A Dscif_sas_smp_phy.c89 this_smp_phy->phy_identifier = expander_phy_id;
146 ASSERT (this_smp_phy->phy_identifier == discover_response->phy_identifier);
H A Dscif_sas_smp_activity_clear_affiliation.c167 phy_to_clear_affiliation->phy_identifier,
220 phy_to_clear_affiliation->phy_identifier,
H A Dintel_sas.h138 U32 phy_identifier : 8; member in struct:SCI_SAS_IDENTIFY_ADDRESS_FRAME
434 U32 phy_identifier:8; // byte 9 member in struct:SMP_REQUEST_PHY_IDENTIFIER
454 U32 phy_identifier:8; // bytes 9 member in struct:SMP_REQUEST_CONFIGURE_ROUTE_INFORMATION
480 U8 phy_identifier; // byte 9 member in struct:SMP_REQUEST_PHY_CONTROL
716 U8 phy_identifier; member in struct:SMP_RESPONSE_DISCOVER
883 U32 phy_identifier:8; // byte 9 member in struct:SMP_RESPONSE_REPORT_PHY_SATA
H A Dscif_sas_smp_remote_device.c547 discover_response->phy_identifier
1166 fw_device->protocol_device.smp_device.config_route_smp_phy_anchor->phy_identifier;
1761 * @param[in] phy_identifier The search criteria.
1767 U8 phy_identifier,
1774 ASSERT(phy_identifier < smp_remote_device->smp_phy_list.number_of_phys);
1781 if (curr_smp_phy->phy_identifier == phy_identifier)
1925 discover_response->phy_identifier,
1995 curr_smp_phy->phy_identifier, curr_smp_phy,
2151 curr_smp_phy->u.attached_phy->phy_identifier,
1766 scif_sas_smp_remote_device_find_smp_phy_by_id( U8 phy_identifier, SCIF_SAS_SMP_REMOTE_DEVICE_T * smp_remote_device ) argument
[all...]
H A Dscif_sas_smp_remote_device.h340 U8 phy_identifier,
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c1484 int phy_identifier = cvmx_mdio_read(phy_addr >> 8, phy_addr & 0xff, 0x2); local
1486 if (phy_identifier == 0x0143)
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.c9357 uint16_t phy_identifier; local
9362 &phy_identifier);
9367 (phy_identifier & ~(1<<9)));
9382 (phy_identifier | (1<<9)));

Completed in 156 milliseconds