Home
last modified time | relevance | path

Searched refs:dip_hit (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_entity.h213 u32 dip_hit; member
H A Dcxgb4_debugfs.c1698 bool replicate, dip_hit = false, vlan_vld = false; in mps_tcam_show() local
1733 dip_hit = data2 & DATADIPHIT_F; in mps_tcam_show()
1820 dip_hit ? 'Y' : 'N', in mps_tcam_show()
H A Dcxgb4.h2005 unsigned int vni_mask, u8 dip_hit, u8 lookup_type,
H A Dt4_hw.c7863 unsigned int vni_mask, u8 dip_hit, u8 lookup_type, in t4_alloc_encap_mac_filt() argument
7885 FW_VI_MAC_CMD_DIP_HIT_V(dip_hit) | in t4_alloc_encap_mac_filt()
H A Dcudbg_lib.c2576 tcam->dip_hit = data2 & DATADIPHIT_F; in cudbg_collect_tcam_index()