Searched refs:linkattr (Results 1 – 1 of 1) sorted by relevance
4543 fw_port_cap32_t pcaps, acaps, linkattr; in t4_handle_get_port_info() local4568 linkattr = 0; in t4_handle_get_port_info()4570 linkattr |= FW_PORT_CAP32_FC_RX; in t4_handle_get_port_info()4572 linkattr |= FW_PORT_CAP32_FC_TX; in t4_handle_get_port_info()4574 linkattr |= FW_PORT_CAP32_SPEED_100M; in t4_handle_get_port_info()4576 linkattr |= FW_PORT_CAP32_SPEED_1G; in t4_handle_get_port_info()4578 linkattr |= FW_PORT_CAP32_SPEED_10G; in t4_handle_get_port_info()4580 linkattr |= FW_PORT_CAP32_SPEED_25G; in t4_handle_get_port_info()4582 linkattr |= FW_PORT_CAP32_SPEED_40G; in t4_handle_get_port_info()4611 fc = fwcap_to_cc_pause(linkattr); in t4_handle_get_port_info()[all …]