Home
last modified time | relevance | path

Searched refs:SMP_PC_PHY_OP_NOP (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dsmp_all.h411 #define SMP_PC_PHY_OP_NOP 0x00 macro
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c8385 {"nop", SMP_PC_PHY_OP_NOP, CAM_ARG_NONE, NULL},
8407 uint32_t phy_operation = SMP_PC_PHY_OP_NOP; in smpphycontrol()