Searched refs:tc_u32 (Results 1 – 4 of 4) sorted by relevance
184 t = adapter->tc_u32; in cxgb4_config_knode()420 t = adapter->tc_u32; in cxgb4_delete_knode()482 if (!adap->tc_u32) in cxgb4_cleanup_tc_u32()486 t = adap->tc_u32; in cxgb4_cleanup_tc_u32()492 kvfree(adap->tc_u32); in cxgb4_cleanup_tc_u32()
44 return (dev->features & NETIF_F_HW_TC) && adap->tc_u32 ? true : false; in can_tc_u32_offload()
1199 struct cxgb4_tc_u32_table *tc_u32; member
6971 adapter->tc_u32 = cxgb4_init_tc_u32(adapter); in init_one()6972 if (!adapter->tc_u32) in init_one()