Home
last modified time | relevance | path

Searched refs:key3 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c358 WRITE_TCAM_REG_KEY3(handle, tcam_ptr->key3); in npi_fflp_tcam_entry_match()
427 READ_TCAM_REG_KEY3(handle, &tcam_ptr->key3); in npi_fflp_tcam_entry_read()
465 WRITE_TCAM_REG_KEY3(handle, tcam_ptr->key3); in npi_fflp_tcam_entry_write()
472 tcam_ptr->key2, tcam_ptr->key3, 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
2757 key3 = (ARN_LE_READ_16(k->kv_val + 10) ^ xorMask) & 0xffff; in ath9k_hw_set_keycache_entry()
2769 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ath9k_hw_set_keycache_entry()
2809 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ath9k_hw_set_keycache_entry()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1266 #define key3 key.regs_e.reg3 macro
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c114 tcam_rdptr.key2, tcam_rdptr.key3, in nxge_tcam_dump_entry()