Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9568 struct fw_port_cmd port_cmd; in t4_update_port_info() local
9571 memset(&port_cmd, 0, sizeof port_cmd); in t4_update_port_info()
9575 port_cmd.action_to_len16 = cpu_to_be32( in t4_update_port_info()
9579 FW_LEN16(port_cmd)); in t4_update_port_info()
9581 &port_cmd, sizeof(port_cmd), &port_cmd); in t4_update_port_info()
9604 struct fw_port_cmd port_cmd; in t4_get_link_params() local
9609 memset(&port_cmd, 0, sizeof port_cmd); in t4_get_link_params()
9616 port_cmd.action_to_len16 = cpu_to_be32( in t4_get_link_params()
9618 FW_LEN16(port_cmd)); in t4_get_link_params()
9620 &port_cmd, sizeof(port_cmd), &port_cmd); in t4_get_link_params()
[all …]