Searched refs:pv_seid (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c4655 *ret_seid = LE16_TO_CPU(resp->pv_seid);
4758 * @pv_seid: Port Virtualizer of this SEID to associate E-tag with
4773 enum i40e_status_code i40e_aq_add_mcast_etag(struct i40e_hw *hw, u16 pv_seid, argument
4786 if ((pv_seid == 0) || (buf == NULL) || (num_tags_in_buf == 0))
4792 cmd->pv_seid = CPU_TO_LE16(pv_seid);
4815 * @pv_seid: Port Virtualizer SEID this M-tag is associated with
4825 enum i40e_status_code i40e_aq_remove_mcast_etag(struct i40e_hw *hw, u16 pv_seid, argument
4837 if (pv_seid == 0)
4843 cmd->pv_seid
[all...]
H A Di40e_adminq_cmd.h1042 __le16 pv_seid; member in struct:i40e_aqc_add_update_pv_completion
1296 * del multicast E-Tag (direct 0x0258) only uses pv_seid and etag fields
1300 __le16 pv_seid; member in struct:i40e_aqc_add_remove_mcast_etag

Completed in 137 milliseconds