Home
last modified time | relevance | path

Searched refs:FW_CAPS16 (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h112 FW_CAPS16 = 1, /* old Firmware: 16-bit Port Capabilities */ enumerator
Dt4vf_hw.c520 fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16); in t4vf_port_init()
555 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4vf_port_init()
564 if (fw_caps == FW_CAPS16) { in t4vf_port_init()
2078 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4vf_update_port_info()
/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_mb.c356 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in csio_mb_port()
365 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in csio_mb_port()
370 if (fw_caps == FW_CAPS16) in csio_mb_port()
394 if (fw_caps == FW_CAPS16) { in csio_mb_process_read_port_rsp()
Dcsio_hw.h278 FW_CAPS16 = 1, /* old Firmware: 16-bit Port Capabilities */ enumerator
Dcsio_hw.c1814 fw_caps = retval ? FW_CAPS16 : FW_CAPS32; in csio_enable_ports()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c4205 cpu_to_be32(FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4_link_l1cfg_core()
4209 if (fw_caps == FW_CAPS16) in t4_link_l1cfg_core()
4250 cpu_to_be32(FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4_restart_aneg()
4254 if (fw_caps == FW_CAPS16) in t4_restart_aneg()
8760 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4_update_port_info()
8797 action = (fw_caps == FW_CAPS16 in t4_get_link_params()
9624 fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16); in t4_init_portinfo()
9633 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4_init_portinfo()
9643 if (fw_caps == FW_CAPS16) { in t4_init_portinfo()
Dcxgb4.h574 FW_CAPS16 = 1, /* old Firmware: 16-bit Port Capabilities */ enumerator