Lines Matching refs:uhtid
9324 u32 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_delete_clsu32() local
9332 if ((uhtid != 0x800) && (uhtid >= IXGBE_MAX_LINK_HANDLE)) in ixgbe_delete_clsu32()
9336 if (uhtid != 0x800) { in ixgbe_delete_clsu32()
9337 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32()
9380 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_add_hnode() local
9382 if (uhtid >= IXGBE_MAX_LINK_HANDLE) in ixgbe_configure_clsu32_add_hnode()
9391 set_bit(uhtid - 1, &adapter->tables); in ixgbe_configure_clsu32_add_hnode()
9398 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_del_hnode() local
9400 if (uhtid >= IXGBE_MAX_LINK_HANDLE) in ixgbe_configure_clsu32_del_hnode()
9403 clear_bit(uhtid - 1, &adapter->tables); in ixgbe_configure_clsu32_del_hnode()
9578 u32 uhtid, link_uhtid; in ixgbe_configure_clsu32() local
9580 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_configure_clsu32()
9605 if (uhtid == 0x800) { in ixgbe_configure_clsu32()
9608 if (uhtid >= IXGBE_MAX_LINK_HANDLE) in ixgbe_configure_clsu32()
9610 if (!adapter->jump_tables[uhtid]) in ixgbe_configure_clsu32()
9612 field_ptr = (adapter->jump_tables[uhtid])->mat; in ixgbe_configure_clsu32()
9693 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) { in ixgbe_configure_clsu32()
9694 if ((adapter->jump_tables[uhtid])->input) in ixgbe_configure_clsu32()
9695 memcpy(input, (adapter->jump_tables[uhtid])->input, in ixgbe_configure_clsu32()
9697 if ((adapter->jump_tables[uhtid])->mask) in ixgbe_configure_clsu32()
9698 memcpy(mask, (adapter->jump_tables[uhtid])->mask, in ixgbe_configure_clsu32()
9747 if ((uhtid != 0x800) && (adapter->jump_tables[uhtid])) in ixgbe_configure_clsu32()
9748 set_bit(loc - 1, (adapter->jump_tables[uhtid])->child_loc_map); in ixgbe_configure_clsu32()