Searched refs:dip_hit (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_mps.c | 204 u8 dip_hit, u8 lookup_type, bool sleep_ok) in cxgb4_alloc_encap_mac_filt() argument 209 dip_hit, lookup_type, sleep_ok); in cxgb4_alloc_encap_mac_filt()
|
D | cudbg_entity.h | 213 u32 dip_hit; member
|
D | cxgb4.h | 2011 unsigned int vni_mask, u8 dip_hit, u8 lookup_type, 2152 u8 dip_hit, u8 lookup_type, bool sleep_ok);
|
D | cxgb4_debugfs.c | 1698 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()
|
D | t4_hw.c | 7863 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()
|
D | cudbg_lib.c | 2576 tcam->dip_hit = data2 & DATADIPHIT_F; in cudbg_collect_tcam_index()
|