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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_io_request.c284 * @param[in] phy_identifier The phy index the DISCOVER command targets to.
291 U8 phy_identifier,
305 smp_discover.request.discover.phy_identifier = phy_identifier;
311 fw_device, phy_identifier
326 * @param[in] phy_identifier The phy index the DISCOVER command targets to.
333 U8 phy_identifier
345 report_phy_sata.request.report_phy_sata.phy_identifier = phy_identifier;
351 fw_device, phy_identifier
288 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
368 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.h99 U8 phy_identifier,
107 U8 phy_identifier
114 U8 phy_identifier,
H A Dscif_sas_smp_phy.h134 U8 phy_identifier; member in struct:SCIF_SAS_SMP_PHY
H A Dscif_sas_smp_phy.c91 this_smp_phy->phy_identifier = expander_phy_id;
148 ASSERT (this_smp_phy->phy_identifier == discover_response->phy_identifier);
H A Dscif_sas_smp_activity_clear_affiliation.c169 phy_to_clear_affiliation->phy_identifier,
222 phy_to_clear_affiliation->phy_identifier,
H A Dintel_sas.h140 U32 phy_identifier : 8; member in struct:SCI_SAS_IDENTIFY_ADDRESS_FRAME
436 U32 phy_identifier:8; // byte 9 member in struct:SMP_REQUEST_PHY_IDENTIFIER
456 U32 phy_identifier:8; // bytes 9 member in struct:SMP_REQUEST_CONFIGURE_ROUTE_INFORMATION
482 U8 phy_identifier; // byte 9 member in struct:SMP_REQUEST_PHY_CONTROL
718 U8 phy_identifier; member in struct:SMP_RESPONSE_DISCOVER
885 U32 phy_identifier:8; // byte 9 member in struct:SMP_RESPONSE_REPORT_PHY_SATA
H A Dscif_sas_smp_remote_device.c549 discover_response->phy_identifier
1168 fw_device->protocol_device.smp_device.config_route_smp_phy_anchor->phy_identifier;
1763 * @param[in] phy_identifier The search criteria.
1769 U8 phy_identifier,
1776 ASSERT(phy_identifier < smp_remote_device->smp_phy_list.number_of_phys);
1783 if (curr_smp_phy->phy_identifier == phy_identifier)
1927 discover_response->phy_identifier,
1997 curr_smp_phy->phy_identifier, curr_smp_phy,
2153 curr_smp_phy->u.attached_phy->phy_identifier,
1768 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.h342 U8 phy_identifier,
/freebsd-13-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-13-stable/sys/dev/bxe/
H A Dbxe_elink.c9359 uint16_t phy_identifier; local
9364 &phy_identifier);
9369 (phy_identifier & ~(1<<9)));
9384 (phy_identifier | (1<<9)));

Completed in 266 milliseconds