Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h112 FW_CAPS16 = 1, /* old Firmware: 16-bit Port Capabilities */ enumerator
Dt4vf_hw.c473 fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16); in t4vf_port_init()
508 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4vf_port_init()
517 if (fw_caps == FW_CAPS16) { in t4vf_port_init()
1993 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4vf_update_port_info()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c4022 cpu_to_be32(FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4_link_l1cfg()
4026 if (fw_caps == FW_CAPS16) in t4_link_l1cfg()
8018 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4_update_port_info()
8055 action = (fw_caps == FW_CAPS16 in t4_get_link_params()
8736 fw_caps = (ret == 0 ? FW_CAPS32 : FW_CAPS16); in t4_init_portinfo()
8745 FW_PORT_CMD_ACTION_V(fw_caps == FW_CAPS16 in t4_init_portinfo()
8755 if (fw_caps == FW_CAPS16) { in t4_init_portinfo()
Dcxgb4.h450 FW_CAPS16 = 1, /* old Firmware: 16-bit Port Capabilities */ enumerator