Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_main.c1672 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()
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()
2784 soft_mac_entry->tcam_key.high.val = mac_key.high.val; in set_promisc_tcam_enable()
2785 soft_mac_entry->tcam_key.low.val = mac_key.low.val; in set_promisc_tcam_enable()
2838 soft_mac_entry->tcam_key.high.val = temp_key.high.val; in set_promisc_tcam_enable()
[all …]
H A Dhns_dsaf_main.h360 struct dsaf_drv_tbl_tcam_key tcam_key; member
/linux-6.15/drivers/net/ethernet/sun/
H A Dniu.c5071 err = niu_set_tcam_key(np, i, parent->tcam_key[index]); in niu_init_classifier_hw()
7089 if (np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] & in niu_get_hash_opts()
7331 flow_key = np->parent->tcam_key[class - in niu_set_hash_opts()
7335 np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] = flow_key; in niu_set_hash_opts()
7340 if (np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] & in niu_set_hash_opts()
7343 flow_key = np->parent->tcam_key[class - in niu_set_hash_opts()
7348 np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] = in niu_set_hash_opts()
9519 p->tcam_key[index] = TCAM_KEY_TSEL; in niu_new_parent()
H A Dniu.h3122 u64 tcam_key[12]; member