Home
last modified time | relevance | path

Searched refs:FW_CAPS32 (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h113 FW_CAPS32 = 2, /* new Firmware: 32-bit Port Capabilities */ enumerator
Dt4vf_hw.c520 fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16); in t4vf_port_init()
/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_hw.h279 FW_CAPS32 = 2, /* new Firmware: 32-bit Port Capabilities */ enumerator
Dcsio_hw.c1814 fw_caps = retval ? FW_CAPS16 : FW_CAPS32; in csio_enable_ports()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h575 FW_CAPS32 = 2, /* new Firmware: 32-bit Port Capabilities */ enumerator
Dt4_hw.c9626 fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16); in t4_init_portinfo()