/src/sys/modules/if_vlan/ |
Makefile | 8 IOCONF= vlan.ioconf
|
/src/tests/net/if_vlan/ |
t_vlan.sh | 62 $atf_ifconfig vlan0 vlan 1 vlanif shmif0 66 # more than one vlan interface with a same parent interface 69 $atf_ifconfig vlan0 vlan 10 vlanif shmif0 71 $atf_ifconfig vlan1 vlan 11 vlanif shmif0 75 $atf_ifconfig vlan2 vlan 12 vlanif shmif1 77 $atf_ifconfig vlan3 vlan 13 vlanif shmif1 92 rump_server_start $SOCK_LOCAL vlan 100 rump_server_start $SOCK_LOCAL vlan netinet6 133 $atf_ifconfig vlan0 vlan 10 vlanif shmif0 140 $atf_ifconfig vlan0 vlan 10 vlanif shmif [all...] |
Makefile | 8 .for name in vlan
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_82598.h | 46 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on,
|
ixgbe_common.h | 140 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, 142 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, 146 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass);
|
ixgbe_vf.h | 137 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
|
ixgbe_82598.c | 151 /* RAR, Multicast, VLAN */ 1000 * ixgbe_set_vfta_82598 - Set VLAN filter table 1002 * @vlan: VLAN id to write to VLAN filter 1003 * @vind: VMDq output index that maps queue to VLAN id in VFTA 1004 * @vlan_on: boolean flag to turn on/off VLAN in VFTA 1007 * Turn on/off specified VLAN in the VLAN filter table. 1009 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind [all...] |
ixgbe_api.h | 131 s32 ixgbe_set_vfta(struct ixgbe_hw *hw, u32 vlan, 133 s32 ixgbe_set_vlvf(struct ixgbe_hw *hw, u32 vlan, u32 vind,
|
ixgbe_api.c | 262 * multicast table, VLAN filter table, calls routine to setup link and 1062 * ixgbe_clear_vfta - Clear VLAN filter table 1065 * Clears the VLAN filter table, and the VMDq index associated with the filter 1074 * ixgbe_set_vfta - Set VLAN filter table 1076 * @vlan: VLAN id to write to VLAN filter 1077 * @vind: VMDq output index that maps queue to VLAN id in VLVFB 1078 * @vlan_on: boolean flag to turn on/off VLAN 1081 * Turn on/off specified VLAN in the VLAN filter table [all...] |
ixgbe_common.c | 125 /* RAR, Multicast, VLAN */ 393 * table, VLAN filter table, calls routine to set up link and flow control 409 /* Clear the VLAN filter table */ 495 * address registers, multicast table, VLAN filter table, calls routine to set 3940 * @vlan: VLAN id to write to VLAN filter 3945 * return the VLVF index where this VLAN id should be placed 3948 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass) 3954 if (vlan == 0 [all...] |
ixgbe_vf.c | 82 /* RAR, Multicast, VLAN */ 154 * table, VLAN filter table, calls routine to set up link and flow control 529 * ixgbe_set_vfta_vf - Set/Unset vlan filter table address 531 * @vlan: 12 bit VLAN ID 536 * Turn on/off specified VLAN in the VLAN filter table. 538 s32 ixgbe_set_vfta_vf(struct ixgbe_hw *hw, u32 vlan, u32 vind, 546 msgbuf[1] = vlan;
|
/src/sys/arch/mips/adm5120/dev/ |
if_admsw.c | 539 static int vlan = 0; local in function:admsw_start 547 vlan++; 548 if (vlan == SW_DEVS) 549 vlan = 0; 550 i = vlan; 562 if (i == vlan) 565 vlan = i; 647 desc->status = (len << ADM5120_DMA_LENSHIFT) | (1 << vlan); 689 int vlan; local in function:admsw_watchdog 715 for (vlan = 0; vlan < SW_DEVS; vlan++ 835 int i, vlan; local in function:admsw_txintr 905 int i, len, port, vlan; local in function:admsw_rxintr [all...] |
/src/sbin/ifconfig/ |
vlan.c | 1 /* $NetBSD: vlan.c,v 1.16 2021/06/21 03:14:40 christos Exp $ */ 34 __RCSID("$NetBSD: vlan.c,v 1.16 2021/06/21 03:14:40 christos Exp $"); 66 struct pinteger vlantag = PINTEGER_INITIALIZER1(&vlantag, "VLAN tag", 73 {.k_word = "vlan", .k_nextparser = &vlantag.pi_parser} 80 struct pkw vlan = PKW_INITIALIZER(&vlan, "vlan", NULL, NULL, variable in typeref:struct:pkw 91 return strncmp(ifname, "vlan", 4) != 0 || 103 errx(EXIT_FAILURE, "valid only with vlan(4) interfaces"); 178 fprintf(stderr, "\t[ vlan n vlanif i ] [ -vlanif i ]\n") [all...] |
/src/sys/dev/pci/igc/ |
igc_base.h | 56 #define IGC_ADVTXD_DCMD_VLE 0x40000000 /* VLAN pkt enable */ 72 #define IGC_ADVTXD_VLAN_SHIFT 16 /* Adv ctxt vlan tag shift */ 119 uint16_t vlan; /* VLAN tag */ member in struct:igc_adv_rx_desc::__anon0ef01bb90508::__anon0ef01bb90b08
|
igc_hw.h | 15 #include "vlan.h" 163 uint16_t vlan; /* VLAN tag */ member in struct:igc_rx_desc_extended::__anonb418ff9d0208::__anonb418ff9d0608
|
/src/sys/dev/pci/cxgb/ |
cxgb_l2t.h | 63 uint16_t vlan; /* VLAN TCI (id: bits 0-11, prio: 13-15 */ member in struct:l2t_entry
|
cxgb_ioctl.h | 140 uint16_t vlan:12; member in struct:ch_filter_tuple 213 uint32_t vlan:12, member in struct:ch_trace
|
cxgb_l2t.c | 77 return e->vlan >> 13; 123 V_L2T_W_VLAN(e->vlan & EVL_VLID_MASK) | 378 * XXX need to add accessor function for vlan tag 381 e->vlan = VLAN_DEV_INFO(neigh->dev)->vlan_id; 384 e->vlan = VLAN_NONE; 632 seq_puts(seq, "Index IP address Ethernet address VLAN " 644 e->vlan & EVL_VLID_MASK, vlan_prio(e),
|
cxgb_lro.c | 118 * XXX VLAN support? 256 if (cpl->vlan_valid && cpl->vlan != ncpl->vlan) {
|
/src/sys/arch/evbarm/conf/ |
GENERIC.common | 162 pseudo-device vlan # IEEE 802.1q encapsulation
|
BCM5301X | 267 pseudo-device vlan
|
BCM56340 | 267 pseudo-device vlan
|
/src/sys/arch/hpcmips/conf/ |
LROUTER | 193 ## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4). 194 pseudo-device vlan
|
/src/sys/arch/riscv/conf/ |
GENERIC.common | 207 pseudo-device vlan # IEEE 802.1q encapsulation
|
/src/sys/dev/pci/ |
if_vmxreg.h | 54 #define UPT1_F_VLAN 0x0004 /* VLAN tag stripping */ 76 #define VMXNET3_CMD_VLAN_FILTER 0xcafe0005 /* set VLAN filter */ 103 uint32_t vtag_mode:1; /* VLAN tag insertion mode */ 104 uint32_t vtag:16; /* VLAN tag */ 154 uint32_t vlan:1; /* 802.1Q VLAN frame */ member in struct:vmxnet3_rxcompdesc 155 uint32_t vtag:16; /* VLAN tag */
|