Searched refs:tc_u32 (Results 1 – 4 of 4) sorted by relevance
177 t = adapter->tc_u32; in cxgb4_config_knode()362 t = adapter->tc_u32; in cxgb4_delete_knode()425 if (!adap->tc_u32) in cxgb4_cleanup_tc_u32()429 t = adap->tc_u32; in cxgb4_cleanup_tc_u32()435 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()
1024 struct cxgb4_tc_u32_table *tc_u32; member
5999 adapter->tc_u32 = cxgb4_init_tc_u32(adapter); in init_one()6000 if (!adapter->tc_u32) in init_one()