link_uhtid        157 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	u32 uhtid, link_uhtid;
link_uhtid        179 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	link_uhtid = TC_U32_USERHTID(cls->knode.link_handle);
link_uhtid        188 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	if (link_uhtid >= t->size)
link_uhtid        215 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 	if (link_uhtid) {
link_uhtid        222 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 		if (t->table[link_uhtid - 1].link_handle) {
link_uhtid        225 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 				link_uhtid);
link_uhtid        269 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c 			link = &t->table[link_uhtid - 1];
link_uhtid       9416 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	u32 uhtid, link_uhtid;
link_uhtid       9419 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	link_uhtid = TC_U32_USERHTID(cls->knode.link_handle);
link_uhtid       9462 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	if (link_uhtid) {
link_uhtid       9465 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (link_uhtid >= IXGBE_MAX_LINK_HANDLE)
link_uhtid       9468 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (!test_bit(link_uhtid - 1, &adapter->tables))
link_uhtid       9476 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (adapter->jump_tables[link_uhtid] &&
link_uhtid       9477 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		    (adapter->jump_tables[link_uhtid])->link_hdl) {
link_uhtid       9479 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			      link_uhtid);
link_uhtid       9511 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 				adapter->jump_tables[link_uhtid] = jump;