Home
last modified time | relevance | path

Searched refs:CXGB4_FW_OFLD_CONN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c634 lld->enable_fw_ofld_conn = adap->flags & CXGB4_FW_OFLD_CONN; in uld_init()
H A Dcxgb4.h712 CXGB4_FW_OFLD_CONN = (1 << 9), enumerator
H A Dcxgb4_main.c5101 adap->flags |= CXGB4_FW_OFLD_CONN; in adap_init0()
5202 if (adap->flags & CXGB4_FW_OFLD_CONN && !is_bypass(adap)) { in adap_init0()
H A Dcxgb4_debugfs.c3337 } else if (adap->flags & CXGB4_FW_OFLD_CONN) { in tid_info_show()