Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1430 (soft_mac_entry->tcam_key.high.val == mac_key->high.val) && in hns_dsaf_find_soft_mac_entry()
1431 (soft_mac_entry->tcam_key.low.val == mac_key->low.val)) in hns_dsaf_find_soft_mac_entry()
1558 soft_mac_entry->tcam_key.high.val = mac_key.high.val; in hns_dsaf_set_mac_uc_entry()
1559 soft_mac_entry->tcam_key.low.val = mac_key.low.val; in hns_dsaf_set_mac_uc_entry()
1633 soft_mac_entry->tcam_key.high.val = mac_key.high.val; in hns_dsaf_set_mac_mc_entry()
1634 soft_mac_entry->tcam_key.low.val = mac_key.low.val; in hns_dsaf_set_mac_mc_entry()
1718 soft_mac_entry->tcam_key.high.val = mac_key.high.val; in hns_dsaf_add_mac_mc_port()
1719 soft_mac_entry->tcam_key.low.val = mac_key.low.val; in hns_dsaf_add_mac_mc_port()
Dhns_dsaf_main.h388 struct dsaf_drv_tbl_tcam_key tcam_key; member
/drivers/net/ethernet/sun/
Dniu.c5072 err = niu_set_tcam_key(np, i, parent->tcam_key[index]); in niu_init_classifier_hw()
7091 if (np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] & in niu_get_hash_opts()
7333 flow_key = np->parent->tcam_key[class - in niu_set_hash_opts()
7337 np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] = flow_key; in niu_set_hash_opts()
7342 if (np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] & in niu_set_hash_opts()
7345 flow_key = np->parent->tcam_key[class - in niu_set_hash_opts()
7350 np->parent->tcam_key[class - CLASS_CODE_USER_PROG1] = in niu_set_hash_opts()
9499 p->tcam_key[index] = TCAM_KEY_TSEL; in niu_new_parent()
Dniu.h3121 u64 tcam_key[12]; member