Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_dcb.c908 struct i40e_lldp_variables lldp_cfg; in i40e_init_dcb() local
930 &lldp_cfg.adminstatus); in i40e_init_dcb()
932 ret = i40e_read_lldp_cfg(hw, &lldp_cfg); in i40e_init_dcb()
938 adminstatus = lldp_cfg.adminstatus >> (hw->port * 4); in i40e_init_dcb()
1352 struct i40e_lldp_variables *lldp_cfg, in _i40e_read_lldp_cfg() argument
1398 sizeof(struct i40e_lldp_variables), lldp_cfg, in _i40e_read_lldp_cfg()
1414 struct i40e_lldp_variables *lldp_cfg) in i40e_read_lldp_cfg() argument
1419 if (!lldp_cfg) in i40e_read_lldp_cfg()
1438 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_SR_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
1442 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
H A Di40e_prototype.h428 struct i40e_lldp_variables *lldp_cfg);