Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c158 u32 uhtid, link_uhtid; in cxgb4_config_knode() local
185 uhtid = TC_U32_USERHTID(cls->knode.handle); in cxgb4_config_knode()
188 /* Ensure that uhtid is either root u32 (i.e. 0x800) in cxgb4_config_knode()
191 if (uhtid != 0x800 && uhtid >= t->size) in cxgb4_config_knode()
194 /* Ensure link handle uhtid is sane, if specified. */ 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 ! in cxgb4_config_knode()
360 u32 handle, uhtid; cxgb4_delete_knode() local
[all...]