Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c185 uhtid = TC_U32_USERHTID(cls->knode.handle); in cxgb4_config_knode()
186 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle); in cxgb4_config_knode()
422 uhtid = TC_U32_USERHTID(cls->knode.handle); in cxgb4_delete_knode()
/linux-6.15/tools/include/uapi/linux/
H A Dpkt_cls.h139 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20) macro
/linux-6.15/include/uapi/linux/
H A Dpkt_cls.h215 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20) macro
/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c2800 TC_U32_USERHTID(fdir->cls_u32_handle)); in iavf_virtchnl_completion()
2832 TC_U32_USERHTID(fdir->cls_u32_handle)); in iavf_virtchnl_completion()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9693 u32 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_delete_clsu32()
9749 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_add_hnode()
9767 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_del_hnode()
9949 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_configure_clsu32()
9950 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle); in ixgbe_configure_clsu32()