uhtid 157 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c u32 uhtid, link_uhtid; uhtid 178 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c uhtid = TC_U32_USERHTID(cls->knode.handle); uhtid 184 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c if (uhtid != 0x800 && uhtid >= t->size) uhtid 201 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c if (uhtid != 0x800) { uhtid 203 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c if (!t->table[uhtid - 1].link_handle) uhtid 207 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c link_start = t->table[uhtid - 1].match_field; uhtid 287 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c if (uhtid != 0x800 && t->table[uhtid - 1].link_handle) { uhtid 289 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c memcpy(&fs, &t->table[uhtid - 1].fs, sizeof(fs)); uhtid 333 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c if (uhtid != 0x800 && t->table[uhtid - 1].link_handle) uhtid 334 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c set_bit(filter_id, t->table[uhtid - 1].tid_map); uhtid 346 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c u32 handle, uhtid; uhtid 364 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c uhtid = TC_U32_USERHTID(cls->knode.handle); uhtid 369 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c if (uhtid != 0x800 && uhtid >= t->size) uhtid 373 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c if (uhtid != 0x800) { uhtid 374 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c link = &t->table[uhtid - 1]; uhtid 9168 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c u32 uhtid = TC_U32_USERHTID(cls->knode.handle); uhtid 9176 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if ((uhtid != 0x800) && (uhtid >= IXGBE_MAX_LINK_HANDLE)) uhtid 9180 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if (uhtid != 0x800) { uhtid 9181 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c jump = adapter->jump_tables[uhtid]; uhtid 9224 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); uhtid 9226 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if (uhtid >= IXGBE_MAX_LINK_HANDLE) uhtid 9235 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c set_bit(uhtid - 1, &adapter->tables); uhtid 9242 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); uhtid 9244 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if (uhtid >= IXGBE_MAX_LINK_HANDLE) uhtid 9247 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c clear_bit(uhtid - 1, &adapter->tables); uhtid 9416 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c u32 uhtid, link_uhtid; uhtid 9418 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c uhtid = TC_U32_USERHTID(cls->knode.handle); uhtid 9443 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if (uhtid == 0x800) { uhtid 9446 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if (uhtid >= IXGBE_MAX_LINK_HANDLE) uhtid 9448 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if (!adapter->jump_tables[uhtid]) uhtid 9450 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c field_ptr = (adapter->jump_tables[uhtid])->mat; uhtid 9531 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) { uhtid 9532 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if ((adapter->jump_tables[uhtid])->input) uhtid 9533 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c memcpy(input, (adapter->jump_tables[uhtid])->input, uhtid 9535 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if ((adapter->jump_tables[uhtid])->mask) uhtid 9536 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c memcpy(mask, (adapter->jump_tables[uhtid])->mask, uhtid 9583 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) uhtid 9584 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map);