Home
last modified time | relevance | path

Searched refs:SA_IDFRM_STP_BIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h497 #define SA_IDFRM_STP_BIT 0x4 /* STP Initiator port */ macro
506 (((identFrame)->initiator_ssp_stp_smp & SA_IDFRM_STP_BIT) == SA_IDFRM_STP_BIT)
515 (((identFrame)->target_ssp_stp_smp & SA_IDFRM_STP_BIT) == SA_IDFRM_STP_BIT)
H A Dsa.h2703 #define SA_SASDEV_STP_BIT SA_IDFRM_STP_BIT /* STP Initiator port */
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c4840 = SA_IDFRM_SSP_BIT | SA_IDFRM_STP_BIT | SA_IDFRM_SMP_BIT; in tiCOMPortStart()
4861 = SA_IDFRM_SSP_BIT | SA_IDFRM_STP_BIT | SA_IDFRM_SMP_BIT; in tiCOMPortStart()