Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h1184 bool use_bd; /* Use SGE Back Door intfc for reading SGE Contexts */ member
Dcudbg_lib.c480 if (!(padap->flags & CXGB4_FW_OK) || padap->use_bd) in is_fw_attached()
Dcxgb4_debugfs.c3888 adap->debugfs_root, &adap->use_bd); in t4_setup_debugfs()
Dt4_hw.c5279 return (adap->flags & CXGB4_FW_OK) && !adap->use_bd; in t4_use_ldst()