Searched refs:phy_operation (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_io_request.h113 U8 phy_operation,
H A Dscif_sas_smp_io_request.c371 U8 phy_operation,
386 phy_control.request.phy_control.phy_operation = phy_operation;
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
H A Dintel_sas.h483 U8 phy_operation; // byte 10 member in struct:SMP_REQUEST_PHY_CONTROL
/freebsd-13-stable/sys/cam/scsi/
H A Dsmp_all.c608 request->phy_operation = phy_op;
H A Dsmp_all.h411 uint8_t phy_operation; member in struct:smp_phy_control_request
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c8331 uint32_t phy_operation = SMP_PC_PHY_OP_NOP; local
8453 phy_operation = strtoul(optarg, NULL, 0);
8454 if ((phy_operation == 0)
8455 || (phy_operation > 0xff)) {
8457 __func__, phy_operation);
8463 optreturn = getoption(phy_ops, optarg, &phy_operation,
8507 && (phy_operation != SMP_PC_PHY_OP_SET_ATT_DEV_NAME))
8508 || ((phy_operation == SMP_PC_PHY_OP_SET_ATT_DEV_NAME)
8542 phy_operation,

Completed in 186 milliseconds