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

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

Completed in 356 milliseconds