Searched refs:lldp_cfg (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_dcb.c | 879 struct i40e_lldp_variables lldp_cfg; in i40e_init_dcb() local 901 &lldp_cfg.adminstatus); in i40e_init_dcb() 903 ret = i40e_read_lldp_cfg(hw, &lldp_cfg); in i40e_init_dcb() 909 adminstatus = lldp_cfg.adminstatus >> (hw->port * 4); in i40e_init_dcb() 1322 struct i40e_lldp_variables *lldp_cfg, in _i40e_read_lldp_cfg() argument 1368 sizeof(struct i40e_lldp_variables), lldp_cfg, in _i40e_read_lldp_cfg() 1384 struct i40e_lldp_variables *lldp_cfg) in i40e_read_lldp_cfg() argument 1389 if (!lldp_cfg) in i40e_read_lldp_cfg() 1408 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_SR_EMP_MODULE_PTR, in i40e_read_lldp_cfg() 1412 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
|
| H A D | i40e_prototype.h | 428 struct i40e_lldp_variables *lldp_cfg);
|