Searched refs:lldp_params (Results 1 – 2 of 2) sorted by relevance
639 #define LLDP_PARAMS_OFFSET(bp) (BP_PORT(bp)*sizeof(struct lldp_params))641 #define LLDP_ADMIN_MIB_OFFSET(bp) (PORT_MAX*sizeof(struct lldp_params) + \647 struct lldp_params lldp_params = {0}; in bnx2x_dcbx_lldp_updated_params() local656 buff = (u32 *)&lldp_params; in bnx2x_dcbx_lldp_updated_params()657 for (i = 0; i < sizeof(struct lldp_params); i += 4, buff++) in bnx2x_dcbx_lldp_updated_params()660 lldp_params.msg_tx_hold = in bnx2x_dcbx_lldp_updated_params()662 lldp_params.msg_fast_tx_interval = in bnx2x_dcbx_lldp_updated_params()664 lldp_params.tx_crd_max = in bnx2x_dcbx_lldp_updated_params()666 lldp_params.msg_tx_interval = in bnx2x_dcbx_lldp_updated_params()668 lldp_params.tx_fast = in bnx2x_dcbx_lldp_updated_params()[all …]
1345 struct lldp_params { struct