Searched refs:port_cmd (Results 1 – 1 of 1) sorted by relevance
9652 struct fw_port_cmd port_cmd; in t4_update_port_info() local9655 memset(&port_cmd, 0, sizeof port_cmd); in t4_update_port_info()9656 port_cmd.op_to_portid = cpu_to_be32(V_FW_CMD_OP(FW_PORT_CMD) | in t4_update_port_info()9659 port_cmd.action_to_len16 = cpu_to_be32( in t4_update_port_info()9663 FW_LEN16(port_cmd)); in t4_update_port_info()9665 &port_cmd, sizeof(port_cmd), &port_cmd); in t4_update_port_info()9669 t4_handle_get_port_info(pi, (__be64 *)&port_cmd); in t4_update_port_info()9688 struct fw_port_cmd port_cmd; in t4_get_link_params() local9693 memset(&port_cmd, 0, sizeof port_cmd); in t4_get_link_params()9694 port_cmd.op_to_portid = cpu_to_be32(V_FW_CMD_OP(FW_PORT_CMD) | in t4_get_link_params()[all …]