Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_io_request.c369 U8 phy_operation, in scif_sas_smp_request_construct_phy_control() argument
384 phy_control.request.phy_control.phy_operation = phy_operation; in scif_sas_smp_request_construct_phy_control()
H A Dscif_sas_smp_io_request.h111 U8 phy_operation,
H A Dintel_sas.h481 U8 phy_operation; // byte 10 member
/freebsd/sys/cam/scsi/
H A Dsmp_all.h410 uint8_t phy_operation; member
H A Dsmp_all.c605 request->phy_operation = phy_op; in smp_phy_control()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c8421 uint32_t phy_operation = SMP_PC_PHY_OP_NOP; in smpphycontrol() local
8541 phy_operation = strtoul(optarg, NULL, 0); in smpphycontrol()
8542 if ((phy_operation == 0) in smpphycontrol()
8543 || (phy_operation > 0xff)) { in smpphycontrol()
8545 __func__, phy_operation); in smpphycontrol()
8551 optreturn = getoption(phy_ops, optarg, &phy_operation, in smpphycontrol()
8595 && (phy_operation != SMP_PC_PHY_OP_SET_ATT_DEV_NAME)) in smpphycontrol()
8596 || ((phy_operation == SMP_PC_PHY_OP_SET_ATT_DEV_NAME) in smpphycontrol()
8630 phy_operation, in smpphycontrol()