Home
last modified time | relevance | path

Searched refs:vidp (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_evb.c333 __in_opt uint16_t *vidp, in efx_mcdi_vport_reconfigure() argument
351 if (vidp != NULL) { in efx_mcdi_vport_reconfigure()
354 if (*vidp != EFX_FILTER_VID_UNSPEC) { in efx_mcdi_vport_reconfigure()
359 VPORT_RECONFIGURE_IN_VLAN_TAG_0, *vidp); in efx_mcdi_vport_reconfigure()
525 __in_opt uint16_t *vidp, in ef10_evb_vport_reconfigure() argument
531 return (efx_mcdi_vport_reconfigure(enp, vport_id, vidp, in ef10_evb_vport_reconfigure()
H A Def10_impl.h1574 __in_opt uint16_t *vidp,
/f-stack/freebsd/net/
H A Dif_vlan.c739 vlan_tag(struct ifnet *ifp, uint16_t *vidp) in vlan_tag() argument
746 *vidp = ifv->ifv_vid; in vlan_tag()
923 vlan_clone_match_ethervid(const char *name, int *vidp) in vlan_clone_match_ethervid() argument
948 if (vidp != NULL) in vlan_clone_match_ethervid()
949 *vidp = vid; in vlan_clone_match_ethervid()