Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1462 (soft_mac_entry->tcam_key.high.val == mac_key->high.val) && in hns_dsaf_find_soft_mac_entry()
1463 (soft_mac_entry->tcam_key.low.val == mac_key->low.val)) in hns_dsaf_find_soft_mac_entry()
1597 soft_mac_entry->tcam_key.high.val = mac_key.high.val; in hns_dsaf_set_mac_uc_entry()
1598 soft_mac_entry->tcam_key.low.val = mac_key.low.val; in hns_dsaf_set_mac_uc_entry()
1776 soft_mac_entry->tcam_key.high.val = mac_key.high.val; in hns_dsaf_add_mac_mc_port()
1777 soft_mac_entry->tcam_key.low.val = mac_key.low.val; in hns_dsaf_add_mac_mc_port()
1966 hns_dsaf_tcam_addr_get(&soft_mac_entry->tcam_key, addr); in hns_dsaf_clr_mac_mc_port()
1968 soft_mac_entry->tcam_key.low.bits.port_vlan, in hns_dsaf_clr_mac_mc_port()
1984 soft_mac_entry->tcam_key.low.bits.port_vlan, in hns_dsaf_clr_mac_mc_port()
1999 (&soft_mac_entry->tcam_key), in hns_dsaf_clr_mac_mc_port()
Dhns_dsaf_main.h390 struct dsaf_drv_tbl_tcam_key tcam_key; member
/Linux-v4.19/drivers/net/ethernet/sun/
Dniu.c5056 err = niu_set_tcam_key(np, i, parent->tcam_key[index]); in niu_init_classifier_hw()
7069 if (np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] & in niu_get_hash_opts()
7311 flow_key = np->parent->tcam_key[class - in niu_set_hash_opts()
7315 np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] = flow_key; in niu_set_hash_opts()
7320 if (np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] & in niu_set_hash_opts()
7323 flow_key = np->parent->tcam_key[class - in niu_set_hash_opts()
7328 np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] = in niu_set_hash_opts()
9475 p->tcam_key[index] = TCAM_KEY_TSEL; in niu_new_parent()
Dniu.h3122 u64 tcam_key[12]; member