Searched refs:tcam_key (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_main.c | 1518 (soft_mac_entry->tcam_key.high.val == mac_key->high.val) && in hns_dsaf_find_soft_mac_entry() 1519 (soft_mac_entry->tcam_key.low.val == mac_key->low.val)) in hns_dsaf_find_soft_mac_entry() 1672 soft_mac_entry->tcam_key.high.val = mac_key.high.val; in hns_dsaf_set_mac_uc_entry() 1673 soft_mac_entry->tcam_key.low.val = mac_key.low.val; in hns_dsaf_set_mac_uc_entry() 1848 soft_mac_entry->tcam_key.high.val = mac_key.high.val; in hns_dsaf_add_mac_mc_port() 1849 soft_mac_entry->tcam_key.low.val = mac_key.low.val; in hns_dsaf_add_mac_mc_port() 2035 hns_dsaf_tcam_addr_get(&soft_mac_entry->tcam_key, addr); in hns_dsaf_clr_mac_mc_port() 2037 soft_mac_entry->tcam_key.low.bits.port_vlan, in hns_dsaf_clr_mac_mc_port() 2053 soft_mac_entry->tcam_key.low.bits.port_vlan, in hns_dsaf_clr_mac_mc_port() 2068 (&soft_mac_entry->tcam_key), in hns_dsaf_clr_mac_mc_port() [all...] |
H A D | hns_dsaf_main.h | 386 struct dsaf_drv_tbl_tcam_key tcam_key; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_main.c | 1518 (soft_mac_entry->tcam_key.high.val == mac_key->high.val) && in hns_dsaf_find_soft_mac_entry() 1519 (soft_mac_entry->tcam_key.low.val == mac_key->low.val)) in hns_dsaf_find_soft_mac_entry() 1672 soft_mac_entry->tcam_key.high.val = mac_key.high.val; in hns_dsaf_set_mac_uc_entry() 1673 soft_mac_entry->tcam_key.low.val = mac_key.low.val; in hns_dsaf_set_mac_uc_entry() 1848 soft_mac_entry->tcam_key.high.val = mac_key.high.val; in hns_dsaf_add_mac_mc_port() 1849 soft_mac_entry->tcam_key.low.val = mac_key.low.val; in hns_dsaf_add_mac_mc_port() 2035 hns_dsaf_tcam_addr_get(&soft_mac_entry->tcam_key, addr); in hns_dsaf_clr_mac_mc_port() 2037 soft_mac_entry->tcam_key.low.bits.port_vlan, in hns_dsaf_clr_mac_mc_port() 2053 soft_mac_entry->tcam_key.low.bits.port_vlan, in hns_dsaf_clr_mac_mc_port() 2068 (&soft_mac_entry->tcam_key), in hns_dsaf_clr_mac_mc_port() [all...] |
H A D | hns_dsaf_main.h | 386 struct dsaf_drv_tbl_tcam_key tcam_key; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | niu.c | 5052 err = niu_set_tcam_key(np, i, parent->tcam_key[index]); in niu_init_classifier_hw() 7065 if (np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] & in niu_get_hash_opts() 7307 flow_key = np->parent->tcam_key[class - in niu_set_hash_opts() 7311 np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] = flow_key; in niu_set_hash_opts() 7316 if (np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] & in niu_set_hash_opts() 7319 flow_key = np->parent->tcam_key[class - in niu_set_hash_opts() 7324 np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] = in niu_set_hash_opts() 9487 p->tcam_key[index] = TCAM_KEY_TSEL; in niu_new_parent()
|
H A D | niu.h | 3122 u64 tcam_key[12]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | niu.c | 5071 err = niu_set_tcam_key(np, i, parent->tcam_key[index]); in niu_init_classifier_hw() 7083 if (np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] & in niu_get_hash_opts() 7325 flow_key = np->parent->tcam_key[class - in niu_set_hash_opts() 7329 np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] = flow_key; in niu_set_hash_opts() 7334 if (np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] & in niu_set_hash_opts() 7337 flow_key = np->parent->tcam_key[class - in niu_set_hash_opts() 7342 np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] = in niu_set_hash_opts() 9511 p->tcam_key[index] = TCAM_KEY_TSEL; in niu_new_parent()
|
H A D | niu.h | 3122 u64 tcam_key[12]; member
|
Completed in 49 milliseconds