Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c783 int veb_seid; in i40e_dbg_command_write() local
896 cnt = sscanf(&cmd_buf[9], "%i", &veb_seid); in i40e_dbg_command_write()
902 } else if (veb_seid < 0) { in i40e_dbg_command_write()
904 "del relay %d: bad relay seid\n", veb_seid); in i40e_dbg_command_write()
910 if (pf->veb[i] && pf->veb[i]->seid == veb_seid) in i40e_dbg_command_write()
914 "del relay: relay %d not found\n", veb_seid); in i40e_dbg_command_write()
918 dev_info(&pf->pdev->dev, "deleting relay %d\n", veb_seid); in i40e_dbg_command_write()
H A Di40e_common.c2635 * @veb_seid: pointer to where to put the resulting VEB SEID
2644 bool default_port, u16 *veb_seid, in i40e_aq_add_veb()
2680 if (!status && veb_seid) in i40e_aq_add_veb()
2681 *veb_seid = le16_to_cpu(resp->veb_seid); in i40e_aq_add_veb()
2689 * @veb_seid: the SEID of the VEB to query
2701 u16 veb_seid, u16 *switch_id, in i40e_aq_get_veb_parameters()
2712 if (veb_seid == 0) in i40e_aq_get_veb_parameters()
2717 cmd_resp->seid = cpu_to_le16(veb_seid); in i40e_aq_get_veb_parameters()
2642 i40e_aq_add_veb(struct i40e_hw *hw, u16 uplink_seid, u16 downlink_seid, u8 enabled_tc, bool default_port, u16 *veb_seid, bool enable_stats, struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_veb() argument
2700 i40e_aq_get_veb_parameters(struct i40e_hw *hw, u16 veb_seid, u16 *switch_id, bool *floating, u16 *statistic_index, u16 *vebs_used, u16 *vebs_free, struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_veb_parameters() argument
H A Di40e_prototype.h142 u16 veb_seid, u16 *switch_id, bool *floating,
H A Di40e_adminq_cmd.h873 __le16 veb_seid; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c783 int veb_seid; in i40e_dbg_command_write() local
896 cnt = sscanf(&cmd_buf[9], "%i", &veb_seid); in i40e_dbg_command_write()
902 } else if (veb_seid < 0) { in i40e_dbg_command_write()
904 "del relay %d: bad relay seid\n", veb_seid); in i40e_dbg_command_write()
910 if (pf->veb[i] && pf->veb[i]->seid == veb_seid) in i40e_dbg_command_write()
914 "del relay: relay %d not found\n", veb_seid); in i40e_dbg_command_write()
918 dev_info(&pf->pdev->dev, "deleting relay %d\n", veb_seid); in i40e_dbg_command_write()
H A Di40e_common.c2410 * @veb_seid: pointer to where to put the resulting VEB SEID
2419 bool default_port, u16 *veb_seid, in i40e_aq_add_veb()
2455 if (!status && veb_seid) in i40e_aq_add_veb()
2456 *veb_seid = le16_to_cpu(resp->veb_seid); in i40e_aq_add_veb()
2464 * @veb_seid: the SEID of the VEB to query
2476 u16 veb_seid, u16 *switch_id, in i40e_aq_get_veb_parameters()
2487 if (veb_seid == 0) in i40e_aq_get_veb_parameters()
2492 cmd_resp->seid = cpu_to_le16(veb_seid); in i40e_aq_get_veb_parameters()
2417 i40e_aq_add_veb(struct i40e_hw *hw, u16 uplink_seid, u16 downlink_seid, u8 enabled_tc, bool default_port, u16 *veb_seid, bool enable_stats, struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_veb() argument
2475 i40e_aq_get_veb_parameters(struct i40e_hw *hw, u16 veb_seid, u16 *switch_id, bool *floating, u16 *statistic_index, u16 *vebs_used, u16 *vebs_free, struct i40e_asq_cmd_details *cmd_details) i40e_aq_get_veb_parameters() argument
H A Di40e_prototype.h158 u16 veb_seid, u16 *switch_id, bool *floating,
H A Di40e_adminq_cmd.h873 __le16 veb_seid; member

Completed in 30 milliseconds