Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_dcb.c903 struct i40e_lldp_variables lldp_cfg; in i40e_init_dcb() local
925 &lldp_cfg.adminstatus); in i40e_init_dcb()
927 ret = i40e_read_lldp_cfg(hw, &lldp_cfg); in i40e_init_dcb()
933 adminstatus = lldp_cfg.adminstatus >> (hw->port * 4); in i40e_init_dcb()
1347 struct i40e_lldp_variables *lldp_cfg, in _i40e_read_lldp_cfg() argument
1393 sizeof(struct i40e_lldp_variables), lldp_cfg, in _i40e_read_lldp_cfg()
1409 struct i40e_lldp_variables *lldp_cfg) in i40e_read_lldp_cfg() argument
1414 if (!lldp_cfg) in i40e_read_lldp_cfg()
1433 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_SR_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
1437 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
H A Di40e_prototype.h421 struct i40e_lldp_variables *lldp_cfg);