Searched refs:lldp_cfg (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bfa_cee.c | 24 static void bfa_cee_format_lldp_cfg(struct bfa_cee_lldp_cfg *lldp_cfg); 47 bfa_cee_format_lldp_cfg(struct bfa_cee_lldp_cfg *lldp_cfg) in bfa_cee_format_lldp_cfg() argument 49 lldp_cfg->time_to_live = in bfa_cee_format_lldp_cfg() 50 ntohs(lldp_cfg->time_to_live); in bfa_cee_format_lldp_cfg() 51 lldp_cfg->enabled_system_cap = in bfa_cee_format_lldp_cfg() 52 ntohs(lldp_cfg->enabled_system_cap); in bfa_cee_format_lldp_cfg()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb.c | 872 struct i40e_lldp_variables lldp_cfg; in i40e_init_dcb() local 879 ret = i40e_read_lldp_cfg(hw, &lldp_cfg); in i40e_init_dcb() 884 adminstatus = lldp_cfg.adminstatus >> (hw->port * 4); in i40e_init_dcb() 933 struct i40e_lldp_variables *lldp_cfg, in _i40e_read_lldp_cfg() argument 979 sizeof(struct i40e_lldp_variables), lldp_cfg, in _i40e_read_lldp_cfg() 995 struct i40e_lldp_variables *lldp_cfg) in i40e_read_lldp_cfg() argument 1000 if (!lldp_cfg) in i40e_read_lldp_cfg() 1019 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_SR_EMP_MODULE_PTR, in i40e_read_lldp_cfg() 1023 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
|
D | i40e_prototype.h | 287 struct i40e_lldp_variables *lldp_cfg);
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_port.c | 526 struct bfa_cee_lldp_cfg_s *lldp_cfg = &cee->attr->lldp_remote; in bfa_cee_get_attr_isr() local 534 lldp_cfg->time_to_live = be16_to_cpu(lldp_cfg->time_to_live); in bfa_cee_get_attr_isr() 535 lldp_cfg->enabled_system_cap = in bfa_cee_get_attr_isr() 536 be16_to_cpu(lldp_cfg->enabled_system_cap); in bfa_cee_get_attr_isr()
|