Searched refs:vendor_id (Results 26 - 50 of 132) sorted by relevance

123456

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-radius.c556 u_int vendor_id; local
563 vendor_id = EXTRACT_32BITS(data);
568 tok2str(smi_values,"Unknown",vendor_id),
569 vendor_id));
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_smi.h136 u8 vendor_id[3]; member in struct:ib_node_info
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_teap_common.h65 be32 vendor_id; member in struct:teap_tlv_nak
/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl_init.c57 * Input: vendor_id -- vendor id of the controller
64 tw_cl_ctlr_supported(TW_INT32 vendor_id, TW_INT32 device_id) argument
66 if ((vendor_id == TW_CL_VENDOR_ID) &&
H A Dtw_cl_share.h529 extern TW_INT32 tw_cl_ctlr_supported(TW_INT32 vendor_id, TW_INT32 device_id);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.c93 rnicp->attr.vendor_id = 0x168;
/freebsd-11-stable/sys/cam/ata/
H A Data_all.h92 uint8_t vendor_id[8]; /* Vendor identification string */ member in struct:sep_identify_data
/freebsd-11-stable/sys/dev/e1000/
H A De1000_vf.h278 u16 vendor_id; member in struct:e1000_hw
H A Dif_lem.h474 unsigned int vendor_id; member in struct:_em_vendor_info_t
H A Dif_em.h498 unsigned int vendor_id; member in struct:_em_vendor_info_t
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h217 uint16_t vendor_id; member in struct:hdac_softc::__anon11681
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.h239 unsigned int vendor_id; member in struct:_ixgb_vendor_info_t
H A Dixgb_ee.c721 return(ee_map->vendor_id);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_cmd.h188 u32 vendor_id; member in struct:mthca_adapter
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_main.c141 uint16_t vendor_id; member in struct:lio_vendor_info
200 uint16_t vendor_id; local
206 vendor_id = pci_get_vendor(dev);
207 if (vendor_id != PCI_VENDOR_ID_CAVIUM)
215 while (tbl->vendor_id) {
216 if ((vendor_id == tbl->vendor_id) &&
/freebsd-11-stable/sys/geom/raid/
H A Dmd_sii.c53 uint16_t vendor_id; /* 131 */ member in struct:sii_raid_conf
158 printf("vendor_id 0x%04x\n", meta->vendor_id);
283 if (meta->vendor_id != 0x1095) {
285 pp->name, meta->vendor_id);
392 meta->vendor_id = 0x1095;
1504 meta->vendor_id = 0x1095;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c352 u32 *vendor_id)
365 *vendor_id = be32_to_cpup((__be32 *)(out_mad->data + 36)) & 0xffff;
351 mlx5_query_mad_ifc_vendor_id(struct ib_device *ibdev, u32 *vendor_id) argument
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.h349 int vendor_id, int subcmd,
355 return hapd->driver->vendor_cmd(hapd->drv_priv, vendor_id, subcmd, data,
348 hostapd_drv_vendor_cmd(struct hostapd_data *hapd, int vendor_id, int subcmd, const u8 *data, size_t data_len, struct wpabuf *buf) argument
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixl.c305 while (ent->vendor_id != 0) {
306 if ((pci_vendor_id == ent->vendor_id) &&
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fw.c70 int mlx5_core_query_vendor_id(struct mlx5_core_dev *mdev, u32 *vendor_id) argument
82 *vendor_id = MLX5_GET(query_adapter_out, out,
/freebsd-11-stable/sys/dev/jedec_dimm/
H A Djedec_dimm.c77 uint16_t vendor_id; member in struct:jedec_dimm_tsod_dev
981 if ((vid == d->vendor_id) && ((did >> 8) == d->device_id)) {
/freebsd-11-stable/lib/libusb/
H A Dlibusb.h485 libusb_device_handle *libusb_open_device_with_vid_pid(libusb_context * ctx, uint16_t vendor_id, uint16_t product_id);
579 int libusb_hotplug_register_callback(libusb_context *ctx, libusb_hotplug_event events, libusb_hotplug_flag flags, int vendor_id, int product_id, int dev_class, libusb_hotplug_callback_fn cb_fn, void *user_data, libusb_hotplug_callback_handle *handle);
/freebsd-11-stable/sys/dev/ena/
H A Dena.h191 uint16_t vendor_id; member in struct:_ena_vendor_info_t
/freebsd-11-stable/sys/dev/vnic/
H A Dnic_main.c169 uint16_t vendor_id; local
172 vendor_id = pci_get_vendor(dev);
175 if (vendor_id == PCI_VENDOR_ID_CAVIUM &&
H A Dthunder_bgx.c120 uint16_t vendor_id; local
123 vendor_id = pci_get_vendor(dev);
126 if (vendor_id == PCI_VENDOR_ID_CAVIUM &&

Completed in 203 milliseconds

123456