Home
last modified time | relevance | path

Searched refs:lldp_cfg (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H A Dbfa_cee.c16 static void bfa_cee_format_lldp_cfg(struct bfa_cee_lldp_cfg *lldp_cfg);
39 bfa_cee_format_lldp_cfg(struct bfa_cee_lldp_cfg *lldp_cfg) in bfa_cee_format_lldp_cfg() argument
41 lldp_cfg->time_to_live = in bfa_cee_format_lldp_cfg()
42 ntohs(lldp_cfg->time_to_live); in bfa_cee_format_lldp_cfg()
43 lldp_cfg->enabled_system_cap = in bfa_cee_format_lldp_cfg()
44 ntohs(lldp_cfg->enabled_system_cap); in bfa_cee_format_lldp_cfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A Dbfa_cee.c16 static void bfa_cee_format_lldp_cfg(struct bfa_cee_lldp_cfg *lldp_cfg);
39 bfa_cee_format_lldp_cfg(struct bfa_cee_lldp_cfg *lldp_cfg) in bfa_cee_format_lldp_cfg() argument
41 lldp_cfg->time_to_live = in bfa_cee_format_lldp_cfg()
42 ntohs(lldp_cfg->time_to_live); in bfa_cee_format_lldp_cfg()
43 lldp_cfg->enabled_system_cap = in bfa_cee_format_lldp_cfg()
44 ntohs(lldp_cfg->enabled_system_cap); in bfa_cee_format_lldp_cfg()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c873 struct i40e_lldp_variables lldp_cfg; in i40e_init_dcb() local
895 &lldp_cfg.adminstatus); in i40e_init_dcb()
897 ret = i40e_read_lldp_cfg(hw, &lldp_cfg); in i40e_init_dcb()
903 adminstatus = lldp_cfg.adminstatus >> (hw->port * 4); in i40e_init_dcb()
938 * @lldp_cfg: pointer to hold lldp configuration variables
945 struct i40e_lldp_variables *lldp_cfg, in _i40e_read_lldp_cfg()
991 sizeof(struct i40e_lldp_variables), lldp_cfg, in _i40e_read_lldp_cfg()
1002 * @lldp_cfg: pointer to hold lldp configuration variables
1007 struct i40e_lldp_variables *lldp_cfg) in i40e_read_lldp_cfg()
1012 if (!lldp_cfg) in i40e_read_lldp_cfg()
944 _i40e_read_lldp_cfg(struct i40e_hw *hw, struct i40e_lldp_variables *lldp_cfg, u8 module, u32 word_offset) _i40e_read_lldp_cfg() argument
1006 i40e_read_lldp_cfg(struct i40e_hw *hw, struct i40e_lldp_variables *lldp_cfg) i40e_read_lldp_cfg() argument
[all...]
H A Di40e_prototype.h291 struct i40e_lldp_variables *lldp_cfg);
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_port.c518 struct bfa_cee_lldp_cfg_s *lldp_cfg = &cee->attr->lldp_remote; in bfa_cee_get_attr_isr() local
526 lldp_cfg->time_to_live = be16_to_cpu(lldp_cfg->time_to_live); in bfa_cee_get_attr_isr()
527 lldp_cfg->enabled_system_cap = in bfa_cee_get_attr_isr()
528 be16_to_cpu(lldp_cfg->enabled_system_cap); in bfa_cee_get_attr_isr()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_port.c518 struct bfa_cee_lldp_cfg_s *lldp_cfg = &cee->attr->lldp_remote; in bfa_cee_get_attr_isr() local
526 lldp_cfg->time_to_live = be16_to_cpu(lldp_cfg->time_to_live); in bfa_cee_get_attr_isr()
527 lldp_cfg->enabled_system_cap = in bfa_cee_get_attr_isr()
528 be16_to_cpu(lldp_cfg->enabled_system_cap); in bfa_cee_get_attr_isr()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c872 struct i40e_lldp_variables lldp_cfg; in i40e_init_dcb() local
895 &lldp_cfg.adminstatus); in i40e_init_dcb()
897 ret = i40e_read_lldp_cfg(hw, &lldp_cfg); in i40e_init_dcb()
903 adminstatus = lldp_cfg.adminstatus >> (hw->port * 4); in i40e_init_dcb()
1885 * @lldp_cfg: pointer to hold lldp configuration variables
1892 struct i40e_lldp_variables *lldp_cfg, in _i40e_read_lldp_cfg()
1938 sizeof(struct i40e_lldp_variables), lldp_cfg, in _i40e_read_lldp_cfg()
1949 * @lldp_cfg: pointer to hold lldp configuration variables
1954 struct i40e_lldp_variables *lldp_cfg) in i40e_read_lldp_cfg()
1959 if (!lldp_cfg) in i40e_read_lldp_cfg()
1891 _i40e_read_lldp_cfg(struct i40e_hw *hw, struct i40e_lldp_variables *lldp_cfg, u8 module, u32 word_offset) _i40e_read_lldp_cfg() argument
1953 i40e_read_lldp_cfg(struct i40e_hw *hw, struct i40e_lldp_variables *lldp_cfg) i40e_read_lldp_cfg() argument
[all...]
H A Di40e_prototype.h323 struct i40e_lldp_variables *lldp_cfg);

Completed in 12 milliseconds