Lines Matching refs:uhtid
9309 u32 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_delete_clsu32() local
9317 if ((uhtid != 0x800) && (uhtid >= IXGBE_MAX_LINK_HANDLE)) in ixgbe_delete_clsu32()
9321 if (uhtid != 0x800) { in ixgbe_delete_clsu32()
9322 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32()
9365 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_add_hnode() local
9367 if (uhtid >= IXGBE_MAX_LINK_HANDLE) in ixgbe_configure_clsu32_add_hnode()
9376 set_bit(uhtid - 1, &adapter->tables); in ixgbe_configure_clsu32_add_hnode()
9383 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_del_hnode() local
9385 if (uhtid >= IXGBE_MAX_LINK_HANDLE) in ixgbe_configure_clsu32_del_hnode()
9388 clear_bit(uhtid - 1, &adapter->tables); in ixgbe_configure_clsu32_del_hnode()
9563 u32 uhtid, link_uhtid; in ixgbe_configure_clsu32() local
9565 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_configure_clsu32()
9590 if (uhtid == 0x800) { in ixgbe_configure_clsu32()
9593 if (uhtid >= IXGBE_MAX_LINK_HANDLE) in ixgbe_configure_clsu32()
9595 if (!adapter->jump_tables[uhtid]) in ixgbe_configure_clsu32()
9597 field_ptr = (adapter->jump_tables[uhtid])->mat; in ixgbe_configure_clsu32()
9678 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) { in ixgbe_configure_clsu32()
9679 if ((adapter->jump_tables[uhtid])->input) in ixgbe_configure_clsu32()
9680 memcpy(input, (adapter->jump_tables[uhtid])->input, in ixgbe_configure_clsu32()
9682 if ((adapter->jump_tables[uhtid])->mask) in ixgbe_configure_clsu32()
9683 memcpy(mask, (adapter->jump_tables[uhtid])->mask, in ixgbe_configure_clsu32()
9732 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) in ixgbe_configure_clsu32()
9733 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map); in ixgbe_configure_clsu32()