Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3696 if (!is_ethofld(adap) || !adap->tc_mqprio) in cxgb_setup_tc_mqprio()
5776 if (is_ethofld(adap)) { in cfg_queues()
5938 if (is_ethofld(adap)) { in enable_msix()
5998 if (is_ethofld(adap)) in enable_msix()
6048 if (is_ethofld(adap)) in enable_msix()
6064 if (is_ethofld(adap)) in enable_msix()
Dcxgb4.h1498 static inline int is_ethofld(const struct adapter *adap) in is_ethofld() function