Searched refs:vlan (Results 101 - 125 of 162) sorted by relevance

1234567

/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dqp.c181 dseg->vlan = htobe16(to_mah(wr->wr.ud.ah)->vlan);
H A Dverbs.c1180 ah->vlan = vid | ((attr->sl & 7) << 13);
1235 ah->vlan = vid |
/freebsd-11-stable/sys/dev/e1000/
H A De1000_hw.h418 __le16 vlan; /* VLAN tag */ member in struct:e1000_rx_desc_extended::__anon6379::__anon6383
448 __le16 vlan; /* VLAN tag */ member in struct:e1000_rx_desc_packet_split::__anon6385::__anon6389
/freebsd-11-stable/sys/dev/ixl/
H A Dixlvc.c573 bcopy(&f->vlan, &v->vlan_id[i], sizeof(u16));
635 bcopy(&f->vlan, &v->vlan_id[i], sizeof(u16));
H A Dixl.h285 /* used in the vlan field of the filter when not a vlan */
436 s16 vlan; member in struct:ixl_mac_filter
H A Dif_ixlv.c950 /* Setup vlan's if needed */
1659 ** then vlan events are not passed thru, breaking
1848 ** This routine is run via an vlan config EVENT,
1850 ** we can get the vlan id. This just creates the
1870 if (v->vlan == vtag)
1878 v->vlan = vtag;
1887 ** This routine is run via an vlan
1907 if (v->vlan == vtag) {
2838 ** This routine refreshes vlan filters, called by init
2851 ** Scan the filter table for vlan entrie
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Den.h935 struct mlx5e_flow_table vlan; member in struct:mlx5e_flow_tables
973 struct mlx5e_vlan_db vlan; member in struct:mlx5e_priv
/freebsd-11-stable/share/man/man4/
H A DMakefile577 vlan.4 \
775 MLINKS+=vlan.4 if_vlan.4
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c2600 wlan_peer_set_vlan(struct wlan_iface *wif, struct wlan_peer *wip, int vlan) argument
2607 vreq.sv_vlan = vlan;
2614 wip->vlan = vlan;
2696 wip->vlan = si->isi_vlan;
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h276 * @is_vlan: If vlan tag is valid
277 * @vlan: VLAN tag extracted from the received frame.
299 u32 vlan; member in struct:vxge_hal_ring_rxd_info_t
1813 rxd_info->vlan =
1866 rxd_info->vlan =
4473 * vxge_hal_mrpcim_strip_repl_vlan_tag_enable - Enable strip Repl vlan tag.
4476 * Enable X3100 strip Repl vlan tag.
4485 * vxge_hal_mrpcim_strip_repl_vlan_tag_disable - Disable strip Repl vlan tag.
4488 * Disable X3100 strip Repl vlan tag.
4825 * vxge_hal_vpath_vid_add - Add the vlan i
[all...]
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h393 * Header with special option - applies to ethernet, mpls, vlan, ipv4 and
1045 headerFieldVlan_t vlan; /**< vlan */ member in union:t_FmPcdFields
/freebsd-11-stable/sys/dev/ixgb/
H A Dixgb_hw.h581 uint16_t vlan; member in struct:ixgb_tx_desc
819 /* Filters (multicast, vlan, receive) */
H A Dif_ixgb.c981 /* Find out if we are in vlan mode */
1009 /* Set the vlan id */
1010 current_tx_desc->vlan = ifv->ifv_tag;
1013 /* Set the vlan id */
1014 current_tx_desc->vlan = VLAN_TAG_VALUE(mtag);
1017 current_tx_desc->vlan = m_head->m_pkthdr.ether_vtag;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h1361 * @brief - Update fcoe vlan id value to the MFW.
1365 * @param vlan - fcoe vlan
1371 u16 vlan);
H A Decore_vf.c281 "PF unwilling to fullill resource request: rxq [%02x/%02x] txq [%02x/%02x] sbs [%02x/%02x] mac [%02x/%02x] vlan [%02x/%02x] mc [%02x/%02x] cids [%02x/%02x]. Try PF recommended amount\n",
1560 req->vlan = p_ucast->vlan;
H A Decore_hsi_common.h272 __le16 vlan /* 802.1q VLAN tag */; member in struct:core_rx_fast_path_cqe
288 __le16 vlan /* 802.1q VLAN tag */; member in struct:core_rx_gsi_offload_cqe
337 u8 report_outer_vlan /* if set and inner vlan does not exist, the outer vlan will copied to CQE as inner vlan. should be used in MF_OVLAN mode only. */;
472 UPDATE_DCB /* use to update only L2 (vlan) priority */,
474 UPDATE_DCB_DSCP /* update vlan pri and DSCP */,
1779 * vlan header including TPID and TCI fields
1906 u8 update_mf_vlan_flag /* Update MF outer vlan Id */;
1914 __le16 mf_vlan /* new outer vlan i
[all...]
H A Decore_hsi_fcoe.h65 #define YSTORM_FCOE_CONN_ST_CTX_VALID_MASK 0x1 /* Are we in protection perf mode (there is only one protection mode for this connection and we manage to create mss that contain fixed amount of protection segment and we are only restrict by the target limitation and not line mss this is critical since if line mss restrict us we can�� ��������������t rely on this size �� �������������� it depends on vlan num) */
83 * FCoE 16-bits vlan structure
97 * FCoE 16-bits vlan union
106 * FCoE 16-bits vlan, vif union
110 union fcoe_vlan_field_union vlan /* Vlan */; member in union:fcoe_vlan_vif_field_union
131 union fcoe_vlan_vif_field_union vif_outer_vlan /* Union of VIF and outer vlan */;
133 union fcoe_vlan_vif_field_union inner_vlan /* inner vlan tag */;
154 #define PSTORM_FCOE_CONN_ST_CTX_VNTAG_VLAN_MASK 0x1 /* Is inner vlan taken from vntag default vlan (in this case I have to update inner vlan eac
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11_auth.c606 !hostapd_vlan_valid(hapd->conf->vlan, &cache->vlan_id)) {
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h403 uint32_t vlan; member in struct:bnxt_vf_info
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c636 if (tp->vlan_shift >= 0 && e->vlan != CPL_L2T_VLAN_NONE)
637 ntuple |= (uint64_t)(F_FT_VLAN_VLD | e->vlan) << tp->vlan_shift;
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l342 vlan return VLAN;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h1229 void __mlx4_unregister_vlan(struct mlx4_dev *dev, u8 port, u16 vlan);
1230 int __mlx4_register_vlan(struct mlx4_dev *dev, u8 port, u16 vlan, int *index);
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_common.h422 u32 vlan:12; member in struct:trace_params
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dneigh.c44 #include <netlink/route/link/vlan.h>
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h254 __be16 vlan; member in struct:mlx4_ib_tunnel_header
267 * 0x0 - no vlan was in the packet

Completed in 436 milliseconds

1234567