Searched refs:device (Results 176 - 200 of 834) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/ioat/
H A Dioat.c67 static int ioat_probe(device_t device);
68 static int ioat_attach(device_t device);
69 static int ioat_detach(device_t device);
72 static int ioat3_attach(device_t device);
98 static void ioat_setup_sysctl(device_t device);
106 device_printf(ioat->device, __VA_ARGS__); \
242 ioat_probe(device_t device) argument
247 type = pci_get_devid(device);
250 device_set_desc(device, ep->desc);
258 ioat_attach(device_t device) argument
321 ioat_detach(device_t device) argument
443 ioat3_attach(device_t device) argument
1734 ioat_setup_sysctl(device_t device) argument
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c95 [RDMA_CM_EVENT_DEVICE_REMOVAL] = "device removal",
112 static void cma_add_one(struct ib_device *device);
113 static void cma_remove_one(struct ib_device *device, void *client_data);
168 struct ib_device *device; member in struct:cma_device
184 struct ib_device *device; member in struct:class_port_info_context
231 if (filter(cma_dev->device, cookie)) {
245 if (port < rdma_start_port(cma_dev->device) ||
246 port > rdma_end_port(cma_dev->device))
249 return cma_dev->default_gid_type[port - rdma_start_port(cma_dev->device)];
258 if (port < rdma_start_port(cma_dev->device) ||
376 struct ib_device *device; member in struct:cma_req_info
570 cma_validate_port(struct ib_device *device, u8 port, enum ib_gid_type gid_type, union ib_gid *gid, const struct rdma_dev_addr *dev_addr) argument
1407 roce_get_net_dev_by_cm_event(struct ib_device *device, u8 port_num, const struct ib_cm_event *ib_event) argument
1502 cma_protocol_roce_dev_port(struct ib_device *device, int port_num) argument
1513 struct ib_device *device = id->device; local
3907 cma_query_sa_classport_info(struct ib_device *device, u8 port_num, struct ib_class_port_info *class_port_info) argument
4244 cma_add_one(struct ib_device *device) argument
4362 cma_remove_one(struct ib_device *device, void *client_data) argument
[all...]
H A Dib_fmr_pool.c218 struct ib_device *device; local
227 device = pd->device;
228 if (!device->alloc_fmr || !device->dealloc_fmr ||
229 !device->map_phys_fmr || !device->unmap_fmr) {
230 pr_info(PFX "Device %s does not support FMRs\n", device->name);
234 if (!device->attrs.max_map_per_fmr)
237 max_remaps = device
[all...]
/freebsd-11-stable/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.h64 u_int device; /* type of hardware (system specific) */ member in struct:atmif_mib
65 u_int serial; /* card serial number (device specific) */
66 u_int hw_version; /* card version (device specific) */
67 u_int sw_version; /* firmware version (device specific) */
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_heath.c163 #define DEVICE "/dev/heath%d" /* device name and unit */
219 char device[20]; local
224 snprintf(device, sizeof(device), DEVICE, unit);
225 fd = refclock_open(device, speed[peer->ttl & 0x3],
356 * device driver before finalizing the timecode format.
H A Drefclock_pst.c74 #define DEVICE "/dev/wwv%d" /* device name and unit */
125 char device[20]; local
130 snprintf(device, sizeof(device), DEVICE, unit);
131 fd = refclock_open(device, SPEED232, LDISC_CLK);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.h60 int translate_device(const char *pool, const char *device,
/freebsd-11-stable/sbin/fsck/
H A Dfsutil.c147 perr("%s is not a char device\n", origname);
159 char device[sizeof(_PATH_DEV) - 1 + MNAMELEN]; local
175 strcpy(device, _PATH_DEV);
176 strcat(device, dev_name);
177 strcpy(statfsp->f_mntfromname, device);
/freebsd-11-stable/sys/dev/puc/
H A Dpuc_cfg.h74 uint16_t device; member in struct:puc_cfg
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal.h38 #include <dev/nxge/include/xgehal-device.h>
/freebsd-11-stable/sys/sys/
H A Drman.h75 uintptr_t r_device; /* device owning this resource */
76 char r_devname[RM_TEXTLEN]; /* device name XXX obsolete */
98 * NB: breaks the device driver ABI and is strongly FORBIDDEN.
130 struct device *rman_get_device(struct resource *);
148 u_int flags, struct device *dev);
151 u_int flags, struct device *dev);
154 void rman_set_device(struct resource *_r, struct device *_dev);
/freebsd-11-stable/sys/x86/include/
H A Dpci_cfgreg.h57 int pci_pir_route_interrupt(int bus, int device, int func, int pin);
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_synchronize_cache.c82 * - setting the device head register
109 // Ensure the device supports the 48 bit feature set.
110 if (sequence->device->capabilities & SATI_DEVICE_CAP_48BIT_ENABLE)
H A Dscif_sas_io_request_states.c196 fw_io->parent.device->domain, fw_io->parent.device, fw_io
/freebsd-11-stable/sys/dev/tpm/
H A Dtpmvar.h26 struct device sc_dev;
/freebsd-11-stable/share/examples/hast/
H A Ducarp_down.sh42 device="/dev/hast/${resource}"
63 mount | egrep -q "^${device} on "
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dfw_qos.h39 #include <dev/mlx4/device.h>
58 * classes of a given port and device.
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_ah.c67 struct mlx5_ib_dev *dev = to_mdev(pd->device);
70 ll = pd->device->get_link_layer(pd->device, ah_attr->port_num);
86 err = ib_resolve_eth_dmac(pd->device, ah_attr);
/freebsd-11-stable/release/powerpc/
H A Dgenerate-hfs.sh43 boot &device;:,\ppc\loader &device;:0
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-septel.c182 * Activate a handle for a live capture from the given Septel device. Always pass a NULL device
221 pcap_t *septel_create(const char *device, char *ebuf, int *is_ours) { argument
225 /* Does this look like the Septel device? */
226 cp = strrchr(device, '/');
228 cp = device;
272 if (add_dev(devlistp,"septel",0,"Intel/Septel device",errbuf) == NULL)
339 pcap_create_interface(const char *device, char *errbuf) argument
/freebsd-11-stable/sys/modules/netgraph/
H A DMakefile16 device \
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c351 mthca_cleanup_user_db_tab(to_mdev(context->device), &to_mucontext(context)->uar,
353 mthca_uar_free(to_mdev(context->device), &to_mucontext(context)->uar);
405 mthca_pd_free(to_mdev(pd->device), to_mpd(pd));
422 err = mthca_create_ah(to_mdev(pd->device), to_mpd(pd), ah_attr, ah);
433 mthca_destroy_ah(to_mdev(ah->device), to_mah(ah));
463 err = mthca_map_user_db(to_mdev(pd->device), &context->uar,
474 err = mthca_alloc_srq(to_mdev(pd->device), to_mpd(pd),
478 mthca_unmap_user_db(to_mdev(pd->device), &context->uar,
485 mthca_free_srq(to_mdev(pd->device), srq);
505 mthca_unmap_user_db(to_mdev(srq->device),
1077 show_rev(struct device *device, struct device_attribute *attr, char *buf) argument
1085 show_hca(struct device *device, struct device_attribute *attr, char *buf) argument
1105 show_board(struct device *device, struct device_attribute *attr, char *buf) argument
1179 get_dev_fw_str(struct ib_device *device, char *str, size_t str_len) argument
[all...]
/freebsd-11-stable/contrib/groff/src/include/
H A DMakefile.sub6 device.h \
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_sa.h328 struct ib_device *device, u8 port_num,
339 struct ib_device *device, u8 port_num,
362 * @device: Device associated with the multicast group.
363 * @port_num: Port on the specified device to associate with the multicast
387 struct ib_device *device, u8 port_num,
410 * @device: Device associated with the multicast group.
411 * @port_num: Port on the specified device to associate with the multicast
416 int ib_sa_get_mcmember_rec(struct ib_device *device, u8 port_num,
423 int ib_init_ah_from_mcmember(struct ib_device *device, u8 port_num,
433 int ib_init_ah_from_path(struct ib_device *device, u
[all...]
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_main.h64 * @param oct Pointer to Octeon device
74 bus_release_resource(oct->device, SYS_RES_MEMORY,
83 * @param oct Pointer to Octeon device
92 bus_alloc_resource_any(oct->device, SYS_RES_MEMORY, &rid,

Completed in 174 milliseconds

1234567891011>>