Searched refs:veb_seid (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_prototype.h | 129 u16 veb_seid, u16 *switch_id, bool *floating,
|
H A D | i40e_debugfs.c | 987 int veb_seid; i40e_dbg_command_write() local 1096 cnt = sscanf(&cmd_buf[9], "%i", &veb_seid); i40e_dbg_command_write() 1102 } else if (veb_seid < 0) { i40e_dbg_command_write() 1104 "del relay %d: bad relay seid\n", veb_seid); i40e_dbg_command_write() 1110 if (pf->veb[i] && pf->veb[i]->seid == veb_seid) i40e_dbg_command_write() 1114 "del relay: relay %d not found\n", veb_seid); i40e_dbg_command_write() 1118 dev_info(&pf->pdev->dev, "deleting relay %d\n", veb_seid); i40e_dbg_command_write()
|
H A D | i40e_common.c | 1893 * @veb_seid: pointer to where to put the resulting VEB SEID 1902 u16 *veb_seid, i40e_aq_add_veb() 1936 if (!status && veb_seid) i40e_aq_add_veb() 1937 *veb_seid = le16_to_cpu(resp->veb_seid); i40e_aq_add_veb() 1945 * @veb_seid: the SEID of the VEB to query 1957 u16 veb_seid, u16 *switch_id, i40e_aq_get_veb_parameters() 1968 if (veb_seid == 0) i40e_aq_get_veb_parameters() 1973 cmd_resp->seid = cpu_to_le16(veb_seid); i40e_aq_get_veb_parameters() 1899 i40e_aq_add_veb(struct i40e_hw *hw, u16 uplink_seid, u16 downlink_seid, u8 enabled_tc, bool default_port, bool enable_l2_filtering, u16 *veb_seid, struct i40e_asq_cmd_details *cmd_details) i40e_aq_add_veb() argument 1956 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 D | i40e_adminq_cmd.h | 916 __le16 veb_seid; member in struct:i40e_aqc_add_veb_completion
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_adminq_cmd.h | 914 __le16 veb_seid; member in struct:i40e_aqc_add_veb_completion
|
Completed in 271 milliseconds