Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_cmd.c1842 data.mlrd_pmtu.mlrd_pmtu_local_port = mlp->mlp_num + 1; in mlxcx_cmd_query_port_mtu()
1848 mlp->mlp_mtu = from_be16(data.mlrd_pmtu.mlrd_pmtu_admin_mtu); in mlxcx_cmd_query_port_mtu()
1849 mlp->mlp_max_mtu = from_be16(data.mlrd_pmtu.mlrd_pmtu_max_mtu); in mlxcx_cmd_query_port_mtu()
1887 data.mlrd_pmtu.mlrd_pmtu_local_port = mlp->mlp_num + 1; in mlxcx_cmd_set_port_mtu()
1888 data.mlrd_pmtu.mlrd_pmtu_admin_mtu = to_be16(mlp->mlp_mtu); in mlxcx_cmd_set_port_mtu()
H A Dmlxcx_reg.h2650 mlxcx_reg_pmtu_t mlrd_pmtu; member