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

/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf.h145 uint16_t veb_seid; member in struct:ixl_pf
H A Dixl_pf_iov.c137 vsi_ctx.uplink_seid = pf->veb_seid;
1742 1, FALSE, &pf->veb_seid, FALSE, NULL);
1794 if (pf->veb_seid != 0) {
1795 i40e_aq_delete_element(hw, pf->veb_seid, NULL);
1796 pf->veb_seid = 0;
H A Di40e_prototype.h205 u16 veb_seid, u16 *switch_id, bool *floating,
H A Di40e_common.c2889 * @veb_seid: pointer to where to put the resulting VEB SEID
2898 bool default_port, u16 *veb_seid,
2934 if (!status && veb_seid)
2935 *veb_seid = LE16_TO_CPU(resp->veb_seid);
2943 * @veb_seid: the SEID of the VEB to query
2955 u16 veb_seid, u16 *switch_id,
2966 if (veb_seid == 0)
2971 cmd_resp->seid = CPU_TO_LE16(veb_seid);
2896 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) argument
2954 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) argument
H A Di40e_adminq_cmd.h1092 __le16 veb_seid; member in struct:i40e_aqc_add_veb_completion
H A Dixl_pf_main.c2131 if (pf->veb_seid != 0)
2132 ctxt.uplink_seid = pf->veb_seid;

Completed in 296 milliseconds