Home
last modified time | relevance | path

Searched defs:intf (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_intf.c42 struct mlx4_interface *intf; member
50 static void mlx4_add_device(struct mlx4_interface *intf, struct mlx4_priv *priv) in mlx4_add_device()
74 static void mlx4_remove_device(struct mlx4_interface *intf, struct mlx4_priv *priv) in mlx4_remove_device()
90 int mlx4_register_interface(struct mlx4_interface *intf) in mlx4_register_interface()
115 void mlx4_unregister_interface(struct mlx4_interface *intf) in mlx4_unregister_interface()
201 struct mlx4_interface *intf; in mlx4_register_device() local
219 struct mlx4_interface *intf; in mlx4_unregister_device() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb.c27 static int mt76x2u_probe(struct usb_interface *intf, in mt76x2u_probe()
86 static void mt76x2u_disconnect(struct usb_interface *intf) in mt76x2u_disconnect()
100 static int __maybe_unused mt76x2u_suspend(struct usb_interface *intf, in mt76x2u_suspend()
110 static int __maybe_unused mt76x2u_resume(struct usb_interface *intf) in mt76x2u_resume()
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8723du.c20 static int rtw8723du_probe(struct usb_interface *intf, in rtw8723du_probe()
H A Drtw8821cu.c34 rtw_8821cu_probe(struct usb_interface * intf,const struct usb_device_id * id) rtw_8821cu_probe() argument
H A Drtw8822bu.c74 static int rtw8822bu_probe(struct usb_interface *intf, in rtw8822bu_probe()
H A Drtw8822cu.c28 static int rtw8822cu_probe(struct usb_interface *intf, in rtw8822bu_probe() argument
H A Dusb.c766 rtw_usb_intf_init(struct rtw_dev * rtwdev,struct usb_interface * intf) rtw_usb_intf_init() argument
791 rtw_usb_intf_deinit(struct rtw_dev * rtwdev,struct usb_interface * intf) rtw_usb_intf_deinit() argument
800 rtw_usb_probe(struct usb_interface * intf,const struct usb_device_id * id) rtw_usb_probe() argument
882 rtw_usb_disconnect(struct usb_interface * intf) rtw_usb_disconnect() argument
[all...]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dusb.c258 static int mt7921u_suspend(struct usb_interface *intf, pm_message_t state) in mt7921u_suspend()
285 static int mt7921u_resume(struct usb_interface *intf) in mt7921u_resume()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dusb.c219 static int mt7663u_suspend(struct usb_interface *intf, pm_message_t state) in mt7663u_suspend()
238 static int mt7663u_resume(struct usb_interface *intf) in mt7663u_resume()
/freebsd/tests/sys/netpfil/pf/
H A Dpfsync_defer.py76 def ping(intf): argument
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c106 struct mlx5_interface *intf; member
791 static void mlx5_add_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_add_device()
814 static void mlx5_remove_device(struct mlx5_interface *intf, struct mlx5_priv *priv) in mlx5_remove_device()
835 struct mlx5_interface *intf; in mlx5_register_device() local
850 struct mlx5_interface *intf; in mlx5_unregister_device() local
859 int mlx5_register_interface(struct mlx5_interface *intf) in mlx5_register_interface()
876 void mlx5_unregister_interface(struct mlx5_interface *intf) in mlx5_unregister_interface()
/freebsd/usr.sbin/bhyve/
H A Dtpm_device.c37 struct tpm_intf *intf; member
/freebsd/sys/dev/xen/console/
H A Dxen_console.c123 struct xencons_interface *intf; member
324 struct xencons_interface *intf; in xencons_write_ring() local
356 struct xencons_interface *intf; in xencons_read_ring() local
/freebsd/sys/dev/oce/
H A Doce_hw.c238 pci_sli_intf_t intf; in oce_hw_pci_alloc() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1079 usb_altnum_to_altsetting(const struct usb_interface *intf, uint8_t alt_index) in usb_altnum_to_altsetting()
1122 usbd_get_intfdata(struct usb_interface *intf) in usbd_get_intfdata()
1262 usb_set_intfdata(struct usb_interface *intf, void *data) in usb_set_intfdata()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h315 #define interface_to_usbdev(intf) (intf)->linux_udev argument
316 #define interface_to_bsddev(intf) (intf)->linux_udev argument
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dusb.c294 mt76u_set_endpoints(struct usb_interface *intf, in mt76u_set_endpoints()
1068 int __mt76u_init(struct mt76_dev *dev, struct usb_interface *intf, in __mt76u_init()
1114 int mt76u_init(struct mt76_dev *dev, struct usb_interface *intf) in mt76u_init()
/freebsd/sys/contrib/zlib/
H A Dzconf.h166 # define intf z_intf macro
416 typedef int FAR intf; typedef
H A Dzconf.h.in155 # define intf z_intf macro
405 typedef int FAR intf; typedef
/freebsd/sys/dev/cxgb/
H A Dcxgb_ioctl.h162 uint32_t intf:4; member
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h423 u32 intf:4; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4297 struct wpa_supplicant *wpa_s, *intf = ctx; in wpas_presence_resp() local
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h2166 __u8 intf; member
2188 __u8 intf; member
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c4527 #define FW_INTFVER(chip, intf) (chip##FW_HDR_INTFVER_##intf) argument
/freebsd/sys/dev/mfi/
H A Dmfireg.h1091 uint16_t intf : 4; member

12