Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h112 FW_CAPS16 = 1, /* old Firmware: 16-bit Port Capabilities */ enumerator
H A 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()
/openbmc/linux/drivers/scsi/csiostor/
H A 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()
H A Dcsio_hw.h278 FW_CAPS16 = 1, /* old Firmware: 16-bit Port Capabilities */ enumerator
H A Dcsio_hw.c1814 fw_caps = retval ? FW_CAPS16 : FW_CAPS32; in csio_enable_ports()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c4207 cpu_to_be32(FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4_link_l1cfg_core()
4211 if (fw_caps == FW_CAPS16) in t4_link_l1cfg_core()
4252 cpu_to_be32(FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4_restart_aneg()
4256 if (fw_caps == FW_CAPS16) in t4_restart_aneg()
8762 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4_update_port_info()
8799 action = (fw_caps == FW_CAPS16 in t4_get_link_params()
9626 fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16); in t4_init_portinfo()
9635 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4_init_portinfo()
9645 if (fw_caps == FW_CAPS16) { in t4_init_portinfo()
H A Dcxgb4.h574 FW_CAPS16 = 1, /* old Firmware: 16-bit Port Capabilities */ enumerator