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

12345

/freebsd-11-stable/sys/dev/sge/
H A Dif_sge.c271 uint16_t vid; member in struct:apc_tbl
294 if (pci_get_vendor(dev) == tp->vid &&
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c45 if ((pci_get_vendor(dev) == pci_id.vid) &&
88 pci_id.vid = pci_get_vendor(dev);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c44 if ((pci_get_vendor(dev) == pci_id.vid) &&
85 pci_id.vid = pci_get_vendor(dev);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h289 u16 vid; member in struct:mlx4_roce_smac_vlan_info
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme.h535 uint16_t vid; member in struct:nvme_controller_data
/freebsd-11-stable/sys/dev/bge/
H A Dif_bge.c2679 bge_lookup_vendor(uint16_t vid) argument
2684 if (v->v_id == vid)
2761 uint16_t did, vid; local
2765 vid = pci_get_vendor(dev);
2768 if ((vid == t->bge_vid) && (did == t->bge_did)) {
2775 v = bge_lookup_vendor(vid);
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c2402 * @vid: The VLAN tag filter - capture any multicast packet with this VLAN tag
2406 u16 seid, bool enable, u16 vid,
2424 cmd->vlan_tag = CPU_TO_LE16(vid | I40E_AQC_SET_VSI_VLAN_VALID);
2436 * @vid: The VLAN tag filter - capture any unicast packet with this VLAN tag
2440 u16 seid, bool enable, u16 vid,
2458 cmd->vlan_tag = CPU_TO_LE16(vid | I40E_AQC_SET_VSI_VLAN_VALID);
2470 * @vid: The VLAN tag filter - capture any broadcast packet with this VLAN tag
2474 u16 seid, bool enable, u16 vid,
2492 cmd->vlan_tag = CPU_TO_LE16(vid | I40E_AQC_SET_VSI_VLAN_VALID);
2405 i40e_aq_set_vsi_mc_promisc_on_vlan(struct i40e_hw *hw, u16 seid, bool enable, u16 vid, struct i40e_asq_cmd_details *cmd_details) argument
2439 i40e_aq_set_vsi_uc_promisc_on_vlan(struct i40e_hw *hw, u16 seid, bool enable, u16 vid, struct i40e_asq_cmd_details *cmd_details) argument
2473 i40e_aq_set_vsi_bc_promisc_on_vlan(struct i40e_hw *hw, u16 seid, bool enable, u16 vid, struct i40e_asq_cmd_details *cmd_details) argument
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm.c87 uint16_t vid; member in struct:__anon10110
177 if (pci_get_vendor(dev) == hatm_devs[i].vid &&
/freebsd-11-stable/sys/dev/rt/
H A Dif_rt.c1096 desc->vid = 0;
1098 desc->vid = 0;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dverbs.c1704 uint16_t vid; local
1707 ah->av.rmac, &vid))
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c558 int mlx4_find_cached_vlan(struct mlx4_dev *dev, u8 port, u16 vid, int *idx) argument
565 (vid == (MLX4_VLAN_MASK &
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.h2368 uint16_t *vid);
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c923 MLX5_SET(fpga_qpc, conn->fpga_qpc, vid, 0);
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h1391 int mlx4_find_cached_vlan(struct mlx4_dev *dev, u8 port, u16 vid, int *idx);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c3403 unsigned long vid = (pxvidfreq & PXVFREQ_PX_MASK) >> local
3407 val = vid * vid;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c1971 filter.vlan = p_vf->shadow_config.vlans[i].vid;
3309 p_vf->shadow_config.vlans[i].vid ==
3339 p_vf->shadow_config.vlans[i].vid = p_params->vlan;
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c268 .vid = PCI_VENDOR_##vendor, \
275 uint16_t vid; member in struct:__anon4379
3793 if (sc->sc_pci_subvid == bwi_vendor_led_act[i].vid) {
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx.h2322 __in uint16_t vid,
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatm.c89 uint16_t vid; member in struct:__anon6412
134 if (pci_get_vendor(dev) == fatm_devs[i].vid &&
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwnreg.h989 uint16_t vid; member in struct:r92c_rom
1050 uint16_t vid; member in struct:r88e_rom
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c441 .vid = PCI_VENDOR_##vendor, \
446 uint16_t vid; member in struct:__anon4382
7153 bwn_vendor_led_act[i].vid) {
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c682 u16 vid = 0, did = 0, svid = 0, sdid = 0; local
691 vid = pci_get_vendor(dev);
698 "SDID = 0x%04X\n", __FUNCTION__, vid, did, svid, sdid);
703 if ((vid == t->bce_vid) && (did == t->bce_did) &&
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwnreg.h982 uint16_t vid; member in struct:r92c_rom
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c2504 uint16_t did, sdid, svid, vid; local
2510 vid = pci_get_vendor(dev);
2517 if ((vid == t->bxe_vid) && (did == t->bxe_did) &&

Completed in 677 milliseconds

12345