Home
last modified time | relevance | path

Searched refs:tcam_l3_prog_cls (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1311 l3_ucls_p = &hw_p->tcam_l3_prog_cls[i]; in nxge_add_tcam_entry()
2544 l3_ucls_p = &hw_p->tcam_l3_prog_cls[i]; in nxge_del_tcam_entry()
2670 if (hw_p->tcam_l3_prog_cls[i].valid == 0) { in nxge_add_iptun_class()
2703 hw_p->tcam_l3_prog_cls[i].cls = class; in nxge_add_iptun_class()
2704 hw_p->tcam_l3_prog_cls[i].pid = pid; in nxge_add_iptun_class()
2705 hw_p->tcam_l3_prog_cls[i].flow_pkt_type = in nxge_add_iptun_class()
2707 hw_p->tcam_l3_prog_cls[i].valid = 1; in nxge_add_iptun_class()
2711 } else if (hw_p->tcam_l3_prog_cls[i].pid == pid) { in nxge_add_iptun_class()
2712 if (hw_p->tcam_l3_prog_cls[i].flow_pkt_type == 0) { in nxge_add_iptun_class()
2726 hw_p->tcam_l3_prog_cls[i].flow_pkt_type = in nxge_add_iptun_class()
[all …]
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp.h218 uint64_t tcam_l3_prog_cls[NXGE_L3_PROG_CLS]; member
H A Dnxge_common.h550 nxge_usr_l3_cls_t tcam_l3_prog_cls[NXGE_L3_PROG_CLS]; member