Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c3698 if (!is_ethofld(adap) || !adap->tc_mqprio) in cxgb_setup_tc_mqprio()
5774 if (is_ethofld(adap)) { in cfg_queues()
5935 if (is_ethofld(adap)) { in enable_msix()
5995 if (is_ethofld(adap)) in enable_msix()
6045 if (is_ethofld(adap)) in enable_msix()
6061 if (is_ethofld(adap)) in enable_msix()
H A Dcxgb4.h1496 static inline int is_ethofld(const struct adapter *adap) in is_ethofld() function