Home
last modified time | relevance | path

Searched refs:key0 (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_oplock.c81 static const uint8_t key0[SMB_LEASE_KEY_SZ] = { 0 }; in CompareOplockKeys() local
106 if (bcmp(OperOpen->TargetOplockKey, key0, sizeof (key0)) == 0 && in CompareOplockKeys()
107 bcmp(OperOpen->ParentOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys()
109 if (bcmp(OplockOpen->TargetOplockKey, key0, sizeof (key0)) == 0 && in CompareOplockKeys()
110 bcmp(OplockOpen->ParentOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys()
116 if (bcmp(OplockOpen->TargetOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys()
127 if (bcmp(OperOpen->ParentOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys()
147 if (bcmp(OperOpen->TargetOplockKey, key0, sizeof (key0)) == 0) in CompareOplockKeys()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c99 WRITE_TCAM_REG_KEY0(handle, tcam_ptr->key0); in hpi_pfc_tcam_entry_read()
624 WRITE_TCAM_REG_KEY0(handle, tcam_ptr->key0); in hpi_pfc_tcam_entry_write()
629 location, tcam_ptr->key0, tcam_ptr->key1, in hpi_pfc_tcam_entry_write()
H A Dhxge_pfc.h228 #define key0 key.regs.reg0 macro
H A Dhxge_pfc.c95 tcam_rdptr.key0, tcam_rdptr.key1, in hxge_tcam_dump_entry()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c355 WRITE_TCAM_REG_KEY0(handle, tcam_ptr->key0); in npi_fflp_tcam_entry_match()
424 READ_TCAM_REG_KEY0(handle, &tcam_ptr->key0); in npi_fflp_tcam_entry_read()
462 WRITE_TCAM_REG_KEY0(handle, tcam_ptr->key0); in npi_fflp_tcam_entry_write()
471 location, tcam_ptr->key0, tcam_ptr->key1, in npi_fflp_tcam_entry_write()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c2693 uint32_t key0, key1, key2, key3, key4; in ath9k_hw_set_keycache_entry() local
2754 key0 = ARN_LE_READ_32(k->kv_val + 0) ^ xorMask; in ath9k_hw_set_keycache_entry()
2766 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), ~key0); in ath9k_hw_set_keycache_entry()
2803 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0); in ath9k_hw_set_keycache_entry()
2806 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0); in ath9k_hw_set_keycache_entry()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1263 #define key0 key.regs_e.reg0 macro
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c113 tcam_rdptr.key0, tcam_rdptr.key1, in nxge_tcam_dump_entry()