Searched refs:uhtid (Results 1 – 2 of 2) sorted by relevance
158 u32 uhtid, link_uhtid; in cxgb4_config_knode() local185 uhtid = TC_U32_USERHTID(cls->knode.handle); in cxgb4_config_knode()191 if (uhtid != 0x800 && uhtid >= t->size) in cxgb4_config_knode()213 if (uhtid != 0x800) { in cxgb4_config_knode()215 if (!t->table[uhtid - 1].link_handle) in cxgb4_config_knode()219 link_start = t->table[uhtid - 1].match_field; in cxgb4_config_knode()299 if (uhtid != 0x800 && t->table[uhtid - 1].link_handle) { in cxgb4_config_knode()301 memcpy(&fs, &t->table[uhtid - 1].fs, sizeof(fs)); in cxgb4_config_knode()345 if (uhtid != 0x800 && t->table[uhtid - 1].link_handle) in cxgb4_config_knode()346 set_bit(filter_id, t->table[uhtid - 1].tid_map); in cxgb4_config_knode()[all …]
9297 u32 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_delete_clsu32() local9305 if ((uhtid != 0x800) && (uhtid >= IXGBE_MAX_LINK_HANDLE)) in ixgbe_delete_clsu32()9309 if (uhtid != 0x800) { in ixgbe_delete_clsu32()9310 jump = adapter->jump_tables[uhtid]; in ixgbe_delete_clsu32()9353 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_add_hnode() local9355 if (uhtid >= IXGBE_MAX_LINK_HANDLE) in ixgbe_configure_clsu32_add_hnode()9364 set_bit(uhtid - 1, &adapter->tables); in ixgbe_configure_clsu32_add_hnode()9371 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_del_hnode() local9373 if (uhtid >= IXGBE_MAX_LINK_HANDLE) in ixgbe_configure_clsu32_del_hnode()9376 clear_bit(uhtid - 1, &adapter->tables); in ixgbe_configure_clsu32_del_hnode()[all …]