Home
last modified time | relevance | path

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

/linux/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/tools/include/uapi/linux/
H A Dpkt_cls.h139 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20) macro
/linux/include/uapi/linux/
H A Dpkt_cls.h215 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20) macro
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c2460 TC_U32_USERHTID(fdir->cls_u32_handle)); in iavf_virtchnl_completion()
2492 TC_U32_USERHTID(fdir->cls_u32_handle)); in iavf_virtchnl_completion()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9324 u32 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_delete_clsu32()
9380 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_add_hnode()
9398 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_del_hnode()
9580 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_configure_clsu32()
9581 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle); in ixgbe_configure_clsu32()