Searched refs:intf (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/sys/dev/xen/console/
H A Dxencons_ring.c49 struct xencons_interface *intf; local
51 intf = xencons_interface();
53 return (intf->in_cons != intf->in_prod);
60 struct xencons_interface *intf; local
64 intf = xencons_interface();
65 cons = intf->out_cons;
66 prod = intf->out_prod;
70 KASSERT((prod - cons) <= sizeof(intf->out),
73 while ((sent < len) && ((prod - cons) < sizeof(intf
91 struct xencons_interface *intf; local
[all...]
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dintf.c40 struct mlx4_interface *intf; member in struct:mlx4_device_context
48 static void mlx4_add_device(struct mlx4_interface *intf, struct mlx4_priv *priv) argument
56 dev_ctx->intf = intf;
57 dev_ctx->context = intf->add(&priv->dev);
67 static void mlx4_remove_device(struct mlx4_interface *intf, struct mlx4_priv *priv) argument
72 if (dev_ctx->intf == intf) {
77 intf->remove(&priv->dev, dev_ctx->context);
83 int mlx4_register_interface(struct mlx4_interface *intf) argument
102 mlx4_unregister_interface(struct mlx4_interface *intf) argument
136 struct mlx4_interface *intf; local
154 struct mlx4_interface *intf; local
[all...]
H A DMakefile10 SRCS+= alloc.c catas.c cmd.c cq.c eq.c fw.c icm.c intf.c main.c mcg.c mr.c linux_compat.c linux_radix.c
/freebsd-10.0-release/sys/mips/nlm/dev/net/ucore/
H A Ducore_app.c38 int intf, hw_parser_error, context;
48 intf = pktrdy & 0x1f;
/freebsd-10.0-release/usr.sbin/route6d/misc/
H A Dchkrt35 $intf = $1;
43 print "NOT FOUND: $dst $intf $gateway $metric $age\n";
48 print "WRONG GW: $dst $intf $gateway $metric $age\n";
53 if ($int{$dst} ne $intf) {
54 print "WRONG IF: $dst $intf $gateway $metric $age\n";
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_compat_linux.h58 int (*probe) (struct usb_interface *intf,
61 void (*disconnect) (struct usb_interface *intf);
63 int (*ioctl) (struct usb_interface *intf, unsigned int code,
66 int (*suspend) (struct usb_interface *intf, pm_message_t message);
67 int (*resume) (struct usb_interface *intf);
71 void (*shutdown) (struct usb_interface *intf);
287 const struct usb_interface *intf, uint8_t alt_index);
292 void *usbd_get_intfdata(struct usb_interface *intf);
298 void usb_set_intfdata(struct usb_interface *intf, void *data);
307 #define interface_to_usbdev(intf) (int
[all...]
H A Dusb_compat_linux.c1094 usb_altnum_to_altsetting(const struct usb_interface *intf, uint8_t alt_index) argument
1096 if (alt_index >= intf->num_altsetting) {
1099 return (intf->altsetting + alt_index);
1137 usbd_get_intfdata(struct usb_interface *intf) argument
1139 return (intf->bsd_priv_sc);
1276 usb_set_intfdata(struct usb_interface *intf, void *data) argument
1278 intf->bsd_priv_sc = data;
/freebsd-10.0-release/sys/ofed/include/linux/mlx4/
H A Ddriver.h76 int mlx4_register_interface(struct mlx4_interface *intf);
77 void mlx4_unregister_interface(struct mlx4_interface *intf);
/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_usbd.c511 struct usbd_interface_information *intf; local
528 intf = &selconf->usc_intf;
529 for (i = 0; i < conf->bNumInterface && intf->uii_len > 0; i++) {
531 intf->uii_intfnum, intf->uii_altset);
540 if (j >= intf->uii_numeps) {
543 intf->uii_numeps);
547 pipe = &intf->uii_pipes[j];
553 ret = usbd_setup_endpoint(ip, intf->uii_intfnum, edesc);
575 intf
1327 struct usbd_interface_information *intf; local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h106 typedef int intf; typedef
H A Dtrees.c123 const intf *extra_bits; /* extra bits for each code or NULL */
497 const intf *extra = desc->stat_desc->extra_bits;
/freebsd-10.0-release/sys/modules/mlx4/
H A DMakefile9 SRCS+= alloc.c catas.c cmd.c cq.c eq.c fw.c icm.c intf.c main.c mcg.c mr.c linux_compat.c linux_radix.c linux_idr.c
/freebsd-10.0-release/sys/dev/oce/
H A Doce_hw.c250 pci_sli_intf_t intf; local
286 intf.dw0 = pci_read_config((sc)->dev,OCE_INTF_REG_OFFSET,4);
288 if (intf.bits.sli_valid != OCE_INTF_VALID_SIG)
291 if (intf.bits.sli_rev != OCE_INTF_SLI_REV4) {
296 if (intf.bits.sli_if_type == OCE_INTF_IF_TYPE_1)
299 if (intf.bits.sli_hint1 == OCE_INTF_FUNC_RESET_REQD)
302 if (intf.bits.sli_func_type == OCE_INTF_VIRT_FUNC)
/freebsd-10.0-release/sys/net/
H A Dzlib.h102 # define intf z_intf macro
223 typedef int FAR intf; typedef
H A Dzlib.c1957 intf *extra_bits; /* extra bits for each code or NULL */
2262 intf *extra = desc->stat_desc->extra_bits;
4501 Assert(s == sizeof(inflate_huft) && n <= *(intf *)q,
4503 *(intf *)q -= n+s-s; /* s-s to avoid warning */
4504 return (voidpf)(fixed_mem + *(intf *)q);
/freebsd-10.0-release/contrib/wpa/src/drivers/
H A Ddriver_ndis.c2526 INTF_ENTRY intf;
2594 os_memset(&intf, 0, sizeof(intf));
2595 intf.wszGuid = guids.pIntfs[i].wszGuid;
2597 intf.dwCtlFlags = -1;
2599 res = wzc_query_interf(NULL, INTFCTL_ENABLED, &intf, &flags);
2610 (int) flags, (int) intf.dwCtlFlags);
2612 if (intf.dwCtlFlags == -1) {
2615 wpa_hexdump(MSG_MSGDUMP, "NDIS: intf",
2616 (u8 *) &intf, sizeo
[all...]
/freebsd-10.0-release/lib/libz/
H A Dzconf.h139 # define intf z_intf macro
380 typedef int FAR intf; typedef
H A Dtrees.c119 const intf *extra_bits; /* extra bits for each code or NULL */
495 const intf *extra = desc->stat_desc->extra_bits;
/freebsd-10.0-release/sys/mips/nlm/dev/net/
H A Dnae.c156 int intf, start; local
158 for (intf = 0; intf < total_num_ports; intf++) {
159 start = minimum_size * intf;
160 value = (minimum_size << 20) | (start << 8) | (intf);
H A Dxlpge.c255 int intf; local
260 for (intf = 0; intf < 20; intf++) {
262 (0x80000000 | intf));
/freebsd-10.0-release/sys/dev/cxgb/
H A Dcxgb_ioctl.h163 uint32_t intf:4; member in struct:ch_trace
/freebsd-10.0-release/sys/mips/nlm/hal/
H A Dnae.h41 #define NAE_REG(blk, intf, reg) (((blk) << 11) | ((intf) << 7) | (reg))
/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_common.h424 u32 intf:4; member in struct:trace_params
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_msg.h1807 __u8 intf; member in struct:cpl_trace_pkt
1829 __u8 intf; member in struct:cpl_t5_trace_pkt
/freebsd-10.0-release/sys/dev/mfi/
H A Dmfireg.h1092 uint16_t intf : 4; member in struct:mfi_pd_ddf_type::__anon8829::__anon8830::__anon8831

Completed in 421 milliseconds

12