Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dmcp_shmem.h24 typedef struct lldp_params lldp_params_t;
H A Dshmem.h772 struct lldp_params { struct
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c3097 b10_lldp_params_get_t * lldp_params) in lm_dcbx_lldp_read_params() argument
3108 mm_mem_zero(lldp_params, sizeof(b10_lldp_params_get_t)); in lm_dcbx_lldp_read_params()
3123 lldp_params->config_lldp_params.overwrite_settings = in lm_dcbx_lldp_read_params()
3137 lldp_params->ver_num = LLDP_PARAMS_VER_NUM; in lm_dcbx_lldp_read_params()
3138 lldp_params->config_lldp_params.msg_tx_hold = mcp_lldp_params.msg_tx_hold; in lm_dcbx_lldp_read_params()
3139lldp_params->config_lldp_params.msg_fast_tx = mcp_lldp_params.msg_fast_tx_interval; in lm_dcbx_lldp_read_params()
3140 lldp_params->config_lldp_params.tx_credit_max = mcp_lldp_params.tx_crd_max; in lm_dcbx_lldp_read_params()
3141 lldp_params->config_lldp_params.msg_tx_interval = mcp_lldp_params.msg_tx_interval; in lm_dcbx_lldp_read_params()
3142 lldp_params->config_lldp_params.tx_fast = mcp_lldp_params.tx_fast; in lm_dcbx_lldp_read_params()
3146 …ASSERT_STATIC(ARRSIZE(lldp_params->remote_chassis_id) >= ARRSIZE(mcp_lldp_params.peer_chassis_id)); in lm_dcbx_lldp_read_params()
[all …]
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_kstat.c1106 b10_lldp_params_get_t lldp_params; in BnxeKstatDcbxUpdate() local
1119 lm_dcbx_lldp_read_params(pLM, &lldp_params); in BnxeKstatDcbxUpdate()
1272 if (lldp_params.admin_status && (lldp_params.admin_status != LLDP_DISABLED)) in BnxeKstatDcbxUpdate()
1275 (lldp_params.admin_status == LLDP_TX_ONLY) ? "tx only" : in BnxeKstatDcbxUpdate()
1276 (lldp_params.admin_status == LLDP_RX_ONLY) ? "rx only" : in BnxeKstatDcbxUpdate()
1277 (lldp_params.admin_status == LLDP_TX_RX) ? "tx and rx" : in BnxeKstatDcbxUpdate()
1280 lldp_params.config_lldp_params.msg_tx_interval); in BnxeKstatDcbxUpdate()
1282 lldp_params.config_lldp_params.msg_fast_tx); in BnxeKstatDcbxUpdate()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm.h1464 struct _b10_lldp_params_get_t * lldp_params);