Searched refs:uhtid (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c158 u32 uhtid, link_uhtid; local
185 uhtid = TC_U32_USERHTID(cls->knode.handle);
188 /* Ensure that uhtid is either root u32 (i.e. 0x800)
191 if (uhtid != 0x800 && uhtid >= t->size)
194 /* Ensure link handle uhtid is sane, if specified. */
213 if (uhtid != 0x800) {
215 if (!t->table[uhtid - 1].link_handle)
219 link_start = t->table[uhtid - 1].match_field;
299 if (uhtid !
360 u32 handle, uhtid; local
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9327 u32 uhtid = TC_U32_USERHTID(cls->knode.handle); local
9335 if ((uhtid != 0x800) && (uhtid >= IXGBE_MAX_LINK_HANDLE))
9339 if (uhtid != 0x800) {
9340 jump = adapter->jump_tables[uhtid];
9383 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); local
9385 if (uhtid >= IXGBE_MAX_LINK_HANDLE)
9394 set_bit(uhtid - 1, &adapter->tables);
9401 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); local
9403 if (uhtid >
9581 u32 uhtid, link_uhtid; local
[all...]

Completed in 119 milliseconds