Searched refs:lldp_params (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c769 struct ecore_lldp_config_params lldp_params; local
780 bzero(&lldp_params, sizeof(struct ecore_lldp_config_params));
783 lldp_params.agent = ECORE_LLDP_NEAREST_BRIDGE;
784 lldp_params.tx_interval = 30; //Default value used as suggested by MFW
785 lldp_params.tx_hold = 4; //Default value used as suggested by MFW
786 lldp_params.tx_credit = 5; //Default value used as suggested by MFW
787 lldp_params.rx_enable = enable ? 1 : 0;
788 lldp_params.tx_enable = enable ? 1 : 0;
790 lldp_params.chassis_id_tlv[0] = 0;
791 lldp_params
[all...]
H A Decore_dcbx.c1567 struct lldp_config_params_s lldp_params; local
1589 ecore_memcpy_from(p_hwfn, p_ptt, &lldp_params, addr,
1590 sizeof(lldp_params));
1592 p_params->tx_interval = GET_MFW_FIELD(lldp_params.config,
1594 p_params->tx_hold = GET_MFW_FIELD(lldp_params.config, LLDP_CONFIG_HOLD);
1595 p_params->tx_credit = GET_MFW_FIELD(lldp_params.config,
1597 p_params->rx_enable = GET_MFW_FIELD(lldp_params.config,
1599 p_params->tx_enable = GET_MFW_FIELD(lldp_params.config,
1602 OSAL_MEMCPY(p_params->chassis_id_tlv, lldp_params.local_chassis_id,
1608 OSAL_MEMCPY(p_params->port_id_tlv, lldp_params
1622 struct lldp_config_params_s lldp_params; local
[all...]
H A Dmcp_private.h394 lldp_params_s lldp_params[LLDP_MAX_LLDP_AGENTS]; member in struct:private_port
/freebsd-13-stable/sys/dev/bxe/
H A Decore_hsi.h2327 struct lldp_params { struct

Completed in 205 milliseconds