Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c1208 mac_prop_info_set_range_uint32(prh, MLXCX_MTU_OFFSET, in mlxcx_mac_propinfo()
1211 port->mlp_mtu - MLXCX_MTU_OFFSET); in mlxcx_mac_propinfo()
1312 new_hw_mtu = new_mtu + MLXCX_MTU_OFFSET; in mlxcx_mac_setprop()
1483 *(uint32_t *)pr_val = port->mlp_mtu - MLXCX_MTU_OFFSET; in mlxcx_mac_getprop()
1622 mac->m_min_sdu = MLXCX_MTU_OFFSET; in mlxcx_register_mac()
1623 mac->m_max_sdu = port->mlp_mtu - MLXCX_MTU_OFFSET; in mlxcx_register_mac()
H A Dmlxcx.h202 #define MLXCX_MTU_OFFSET \ macro