Searched refs:uhtid (Results 1 – 2 of 2) sorted by relevance
157 u32 uhtid, link_uhtid; in cxgb4_config_knode() local178 uhtid = TC_U32_USERHTID(cls->knode.handle); in cxgb4_config_knode()184 if (uhtid != 0x800 && uhtid >= t->size) in cxgb4_config_knode()201 if (uhtid != 0x800) { in cxgb4_config_knode()203 if (!t->table[uhtid - 1].link_handle) in cxgb4_config_knode()207 link_start = t->table[uhtid - 1].match_field; in cxgb4_config_knode()287 if (uhtid != 0x800 && t->table[uhtid - 1].link_handle) { in cxgb4_config_knode()289 memcpy(&fs, &t->table[uhtid - 1].fs, sizeof(fs)); in cxgb4_config_knode()333 if (uhtid != 0x800 && t->table[uhtid - 1].link_handle) in cxgb4_config_knode()334 set_bit(filter_id, t->table[uhtid - 1].tid_map); in cxgb4_config_knode()[all …]
9150 u32 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_delete_clsu32() local9158 if ((uhtid != 0x800) && (uhtid >= IXGBE_MAX_LINK_HANDLE)) in ixgbe_delete_clsu32()9162 if (uhtid != 0x800) { in ixgbe_delete_clsu32()9163 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32()9206 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_add_hnode() local9208 if (uhtid >= IXGBE_MAX_LINK_HANDLE) in ixgbe_configure_clsu32_add_hnode()9217 set_bit(uhtid - 1, &adapter->tables); in ixgbe_configure_clsu32_add_hnode()9224 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_del_hnode() local9226 if (uhtid >= IXGBE_MAX_LINK_HANDLE) in ixgbe_configure_clsu32_del_hnode()9229 clear_bit(uhtid - 1, &adapter->tables); in ixgbe_configure_clsu32_del_hnode()[all …]