Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c875 if (adap->tc_flower_initialized) in cxgb4_init_tc_flower()
886 adap->tc_flower_initialized = true; in cxgb4_init_tc_flower()
892 if (!adap->tc_flower_initialized) in cxgb4_cleanup_tc_flower()
899 adap->tc_flower_initialized = false; in cxgb4_cleanup_tc_flower()
Dcxgb4.h987 bool tc_flower_initialized; member