Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/isci/scil/
H A Dscif_sas_smp_io_request.c371 U8 phy_operation, in scif_sas_smp_request_construct_phy_control() argument
386 phy_control.request.phy_control.phy_operation = phy_operation; in scif_sas_smp_request_construct_phy_control()
H A Dscif_sas_smp_io_request.h113 U8 phy_operation,
H A Dintel_sas.h483 U8 phy_operation; // byte 10 member
/freebsd-13.1/sys/cam/scsi/
H A Dsmp_all.h411 uint8_t phy_operation; member
H A Dsmp_all.c608 request->phy_operation = phy_op; in smp_phy_control()
/freebsd-13.1/sbin/camcontrol/
H A Dcamcontrol.c8333 uint32_t phy_operation = SMP_PC_PHY_OP_NOP; in smpphycontrol() local
8455 phy_operation = strtoul(optarg, NULL, 0); in smpphycontrol()
8456 if ((phy_operation == 0) in smpphycontrol()
8457 || (phy_operation > 0xff)) { in smpphycontrol()
8459 __func__, phy_operation); in smpphycontrol()
8465 optreturn = getoption(phy_ops, optarg, &phy_operation, in smpphycontrol()
8509 && (phy_operation != SMP_PC_PHY_OP_SET_ATT_DEV_NAME)) in smpphycontrol()
8510 || ((phy_operation == SMP_PC_PHY_OP_SET_ATT_DEV_NAME) in smpphycontrol()
8544 phy_operation, in smpphycontrol()