Searched refs:vid (Results 76 - 100 of 124) sorted by relevance

12345

/freebsd-11-stable/sys/dev/hptrr/
H A Dhim.h50 HPT_U16 vid; member in struct:_PCI_ID
H A Dhptrr_osm_bsd.c53 if ((pci_get_vendor(dev) == pci_id.vid) &&
95 pci_id.vid = pci_get_vendor(dev);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_filter.c382 __in uint16_t vid,
388 if (vid == EFX_FILTER_SPEC_VID_UNSPEC && addr == NULL)
391 if (vid != EFX_FILTER_SPEC_VID_UNSPEC) {
393 spec->efs_outer_vid = vid;
380 efx_filter_spec_set_eth_local( __inout efx_filter_spec_t *spec, __in uint16_t vid, __in const uint8_t *addr) argument
/freebsd-11-stable/usr.sbin/usbconfig/
H A Ddump.c383 q.vid, q.pid, q.bcdDeviceLow,
/freebsd-11-stable/sys/net/
H A Dethernet.h441 uint16_t vid, uint8_t pcp);
H A Dif_ethersubr.c1320 uint16_t vid, uint8_t pcp)
1362 tag = EVL_MAKETAG(vid, *(uint8_t *)(mtag + 1), 0);
1364 tag = EVL_MAKETAG(vid, pcp, 0);
1319 ether_8021q_frame(struct mbuf **mp, struct ifnet *ife, struct ifnet *p, uint16_t vid, uint8_t pcp) argument
/freebsd-11-stable/sys/dev/sound/isa/
H A Dsbc.c287 u_int32_t lid, vid; local
290 vid = isa_get_vendorid(dev);
292 if (lid == 0x01000000 && vid != 0x01009305) /* ALS0001 */
H A Dmss.c1973 u_int32_t lid, vid; local
1976 vid = isa_get_vendorid(dev);
1977 if (lid == 0x01000000 && vid != 0x0100a90d) /* CMI0001 */
/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov.c623 uint16_t vid, did, next_rid; local
629 vid = pci_get_vendor(dev);
638 vf = PCI_CREATE_IOV_CHILD(bus, dev, next_rid, vid, did);
H A Dpci.c131 int b, int s, int f, uint16_t vid, uint16_t did);
650 uint16_t vid, did; local
652 vid = REG(PCIR_VENDOR, 2);
654 if (vid != 0xffff)
655 return (pci_fill_devinfo(pcib, bus, d, b, s, f, vid, did));
670 uint16_t vid, uint16_t did)
683 cfg->vendor = vid;
4192 pci_add_iov_child(device_t bus, device_t pf, uint16_t rid, uint16_t vid, argument
4206 slot, func, vid, did);
4216 uint16_t vid, uint16_
669 pci_fill_devinfo(device_t pcib, device_t bus, int d, int b, int s, int f, uint16_t vid, uint16_t did) argument
4215 pci_create_iov_child_method(device_t bus, device_t pf, uint16_t rid, uint16_t vid, uint16_t did) argument
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_prototype.h182 u16 seid, bool enable, u16 vid,
185 u16 seid, bool enable, u16 vid,
188 u16 seid, bool enable, u16 vid,
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dif_ece.c1185 int vid; local
1188 vid = vids[vlan];
1194 write_4(sc, reg, val|((vid & 0xFFF) << 0));
1199 write_4(sc, reg, val|((vid & 0xFFF) << 12));
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h4828 * @vid: vlan id to be added for this vpath into the list
4838 u64 vid);
4841 * vxge_hal_vpath_vid_get - Get the first vid entry for this vpath
4844 * @vid: Buffer to return vlan id
4853 u64 *vid);
4856 * vxge_hal_vpath_vid_get_next - Get the next vid entry for this vpath
4859 * @vid: Buffer to return vlan id
4868 u64 *vid);
4874 * @vid: vlan id to be added for this vpath into the list
4884 u64 vid);
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5_ifc_fpga.h215 u8 vid[0xc]; member in struct:mlx5_ifc_fpga_qpc_bits
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c1254 uint16_t vid, l2info; local
1297 * involved. Don't offload if the SYN had a VLAN tag and the vid
1302 vid = EVL_VLANOFTAG(be16toh(cpl->vlan));
1303 if (vid != 0xfff) {
1304 ifp = VLAN_DEVAT(hw_ifp, vid);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c400 static void mlx4_en_vlan_rx_add_vid(void *arg, struct net_device *dev, u16 vid) argument
410 en_dbg(HW, priv, "adding VLAN:%d\n", vid);
412 set_bit(vid, priv->active_vlans);
421 if (mlx4_register_vlan(mdev->dev, priv->port, vid, &idx))
422 en_dbg(HW, priv, "failed adding vlan %d\n", vid);
427 static void mlx4_en_vlan_rx_kill_vid(void *arg, struct net_device *dev, u16 vid) argument
436 en_dbg(HW, priv, "Killing VID:%d\n", vid);
438 clear_bit(vid, priv->active_vlans);
442 mlx4_unregister_vlan(mdev->dev, priv->port, vid);
/freebsd-11-stable/sys/dev/etherswitch/e6000sw/
H A De6000sw.c91 int vid[E6000SW_NUM_VGROUPS]; member in struct:e6000sw_softc
655 sc->vid[vg->es_vlangroup] = vg->es_vid;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.c954 uint16_t *vid)
1026 *vid = ret_vid;
951 ibv_resolve_eth_l2_from_gid(struct ibv_context *context, struct ibv_ah_attr *attr, uint8_t eth_mac[ETHERNET_LL_SIZE], uint16_t *vid) argument
/freebsd-11-stable/sys/dev/et/
H A Dif_et.c154 uint16_t vid; member in struct:et_dev
205 uint16_t did, vid; local
207 vid = pci_get_vendor(dev);
211 if (vid == d->vid && did == d->did) {
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-openflow-1.0.c699 vlan_str(const uint16_t vid) argument
704 if (vid == OFP_VLAN_NONE)
706 fmt = (vid > 0 && vid < 0x0fff) ? "%u" : "%u (bogus)";
707 snprintf(buf, sizeof(buf), fmt, vid);
H A Dprint-isakmp.c668 "sig", "nonce", "n", "d", "vid", /* 9 - 13 */
2595 const u_char *vid; local
2601 ND_PRINT((ndo," len=%d vid=", ntohs(e.len) - 4));
2603 vid = (const u_char *)(ext+1);
2605 ND_TCHECK2(*vid, len);
2607 if(ND_ISPRINT(vid[i])) ND_PRINT((ndo, "%c", vid[i]));
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c2122 * @vid: vlan id to be added for this vpath into the list
2132 u64 vid)
2145 vxge_hal_trace_log_vpath("vpath_handle = 0x"VXGE_OS_STXFMT", vid = %d",
2146 (ptr_t) vpath_handle, (u32) vid);
2152 VXGE_HAL_RTS_ACCESS_STEER_DATA0_VLAN_ID(vid),
2161 * vxge_hal_vpath_vid_get - Get the first vid entry for this vpath
2164 * @vid: Buffer to return vlan id
2173 u64 *vid)
2179 vxge_assert((vpath_handle != NULL) && (vid != NULL));
2187 "vpath_handle = 0x"VXGE_OS_STXFMT", vid
2130 vxge_hal_vpath_vid_add( vxge_hal_vpath_h vpath_handle, u64 vid) argument
2171 vxge_hal_vpath_vid_get( vxge_hal_vpath_h vpath_handle, u64 *vid) argument
2217 vxge_hal_vpath_vid_get_next( vxge_hal_vpath_h vpath_handle, u64 *vid) argument
2263 vxge_hal_vpath_vid_delete( vxge_hal_vpath_h vpath_handle, u64 vid) argument
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ixv.c1530 u32 ctrl, vid, vfta, retry; local
1570 vid = (i * 32) + j;
1572 while (hw->mac.ops.set_vfta(hw, vid, 0, TRUE, FALSE)) {
/freebsd-11-stable/sys/dev/sf/
H A Dif_sf.c703 uint16_t vid; local
708 vid = pci_get_vendor(dev);
714 if (vid == t->sf_vid && did == t->sf_did) {
722 if (vid == AD_VENDORID && did == AD_DEVICEID_STARFIRE) {
/freebsd-11-stable/sys/dev/pcn/
H A Dif_pcn.c483 pcn_match(u_int16_t vid, u_int16_t did) argument
489 if ((vid == t->pcn_vid) && (did == t->pcn_did))

Completed in 479 milliseconds

12345