Searched refs:key0 (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_cmn_oplock.c | 81 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 D | hpi_pfc.c | 99 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 D | hxge_pfc.h | 228 #define key0 key.regs.reg0 macro
|
H A D | hxge_pfc.c | 95 tcam_rdptr.key0, tcam_rdptr.key1, in hxge_tcam_dump_entry()
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_fflp.c | 355 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 D | arn_hw.c | 2693 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 D | nxge_fflp_hw.h | 1263 #define key0 key.regs_e.reg0 macro
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 113 tcam_rdptr.key0, tcam_rdptr.key1, in nxge_tcam_dump_entry()
|