Home
last modified time | relevance | path

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

/drivers/net/ethernet/brocade/bna/
Dbfa_cee.c23 static void bfa_cee_format_lldp_cfg(struct bfa_cee_lldp_cfg *lldp_cfg);
46 bfa_cee_format_lldp_cfg(struct bfa_cee_lldp_cfg *lldp_cfg) in bfa_cee_format_lldp_cfg() argument
48 lldp_cfg->time_to_live = in bfa_cee_format_lldp_cfg()
49 ntohs(lldp_cfg->time_to_live); in bfa_cee_format_lldp_cfg()
50 lldp_cfg->enabled_system_cap = in bfa_cee_format_lldp_cfg()
51 ntohs(lldp_cfg->enabled_system_cap); in bfa_cee_format_lldp_cfg()
/drivers/scsi/bfa/
Dbfa_port.c534 struct bfa_cee_lldp_cfg_s *lldp_cfg = &cee->attr->lldp_remote; in bfa_cee_get_attr_isr() local
542 lldp_cfg->time_to_live = be16_to_cpu(lldp_cfg->time_to_live); in bfa_cee_get_attr_isr()
543 lldp_cfg->enabled_system_cap = in bfa_cee_get_attr_isr()
544 be16_to_cpu(lldp_cfg->enabled_system_cap); in bfa_cee_get_attr_isr()