Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/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()
/dports/multimedia/libv4l/linux-5.13-rc2/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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/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()
/dports/multimedia/libv4l/linux-5.13-rc2/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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/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()
1892 struct i40e_lldp_variables *lldp_cfg, in _i40e_read_lldp_cfg() argument
1938 sizeof(struct i40e_lldp_variables), lldp_cfg, in _i40e_read_lldp_cfg()
1954 struct i40e_lldp_variables *lldp_cfg) in i40e_read_lldp_cfg() argument
1959 if (!lldp_cfg) in i40e_read_lldp_cfg()
1978 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_SR_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
1982 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
H A Di40e_prototype.h295 struct i40e_lldp_variables *lldp_cfg);
/dports/multimedia/v4l-utils/linux-5.13-rc2/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()
1892 struct i40e_lldp_variables *lldp_cfg, in _i40e_read_lldp_cfg() argument
1938 sizeof(struct i40e_lldp_variables), lldp_cfg, in _i40e_read_lldp_cfg()
1954 struct i40e_lldp_variables *lldp_cfg) in i40e_read_lldp_cfg() argument
1959 if (!lldp_cfg) in i40e_read_lldp_cfg()
1978 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_SR_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
1982 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
H A Di40e_prototype.h295 struct i40e_lldp_variables *lldp_cfg);
/dports/multimedia/libv4l/linux-5.13-rc2/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()
1892 struct i40e_lldp_variables *lldp_cfg, in _i40e_read_lldp_cfg() argument
1938 sizeof(struct i40e_lldp_variables), lldp_cfg, in _i40e_read_lldp_cfg()
1954 struct i40e_lldp_variables *lldp_cfg) in i40e_read_lldp_cfg() argument
1959 if (!lldp_cfg) in i40e_read_lldp_cfg()
1978 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_SR_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
1982 ret = _i40e_read_lldp_cfg(hw, lldp_cfg, I40E_EMP_MODULE_PTR, in i40e_read_lldp_cfg()
H A Di40e_prototype.h295 struct i40e_lldp_variables *lldp_cfg);