Home
last modified time | relevance | path

Searched refs:ntb (Results 1 – 20 of 20) sorted by relevance

/freebsd-11-stable/sys/dev/ntb/ntb_hw/
HDntb_hw_intel.c123 #define HAS_FEATURE(ntb, feature) \ argument
124 (((ntb)->features & (feature)) != 0)
156 struct ntb_softc *ntb; member
288 bus_space_read_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
289 ntb->bar_info[(bar)].pci_bus_handle, (offset))
291 bus_space_write_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
292 ntb->bar_info[(bar)].pci_bus_handle, (offset), (val))
298 intel_ntb_bar_read(SIZE, intel_ntb_mw_to_bar(ntb, ntb->b2b_mw_idx), \
301 intel_ntb_bar_write(SIZE, intel_ntb_mw_to_bar(ntb, ntb->b2b_mw_idx), \
323 static int intel_ntb_map_pci_bars(struct ntb_softc *ntb);
[all …]
HDntb_hw_plx.c1045 MODULE_DEPEND(ntb_hw_plx, ntb, 1, 1, 1);
/freebsd-11-stable/sys/dev/ntb/
HDntb.h37 int ntb_register_device(device_t ntb);
38 int ntb_unregister_device(device_t ntb);
51 void ntb_link_event(device_t ntb);
66 void ntb_db_event(device_t ntb, uint32_t vec);
76 bool ntb_link_is_up(device_t ntb, enum ntb_speed *speed, enum ntb_width *width);
94 int ntb_link_enable(device_t ntb, enum ntb_speed speed, enum ntb_width width);
108 int ntb_link_disable(device_t ntb);
113 bool ntb_link_enabled(device_t ntb);
127 int ntb_set_ctx(device_t ntb, void *ctx, const struct ntb_ctx_ops *ctx_ops);
136 void * ntb_get_ctx(device_t ntb, const struct ntb_ctx_ops **ctx_ops);
[all …]
HDntb.c42 SYSCTL_NODE(_hw, OID_AUTO, ntb, CTLFLAG_RW, 0, "NTB sysctls");
254 ntb_link_is_up(device_t ntb, enum ntb_speed *speed, enum ntb_width *width) in ntb_link_is_up() argument
257 return (NTB_LINK_IS_UP(device_get_parent(ntb), speed, width)); in ntb_link_is_up()
261 ntb_link_enable(device_t ntb, enum ntb_speed speed, enum ntb_width width) in ntb_link_enable() argument
263 struct ntb_child *nc = device_get_ivars(ntb); in ntb_link_enable()
274 return (NTB_LINK_ENABLE(device_get_parent(ntb), speed, width)); in ntb_link_enable()
278 ntb_link_disable(device_t ntb) in ntb_link_disable() argument
280 struct ntb_child *nc = device_get_ivars(ntb); in ntb_link_disable()
291 return (NTB_LINK_DISABLE(device_get_parent(ntb))); in ntb_link_disable()
295 ntb_link_enabled(device_t ntb) in ntb_link_enabled() argument
[all …]
HDntb_if.m32 INTERFACE ntb;
65 device_t ntb;
71 device_t ntb;
77 device_t ntb;
81 device_t ntb;
85 device_t ntb;
91 device_t ntb;
96 device_t ntb;
100 device_t ntb;
104 device_t ntb;
[all …]
HDntb_transport.c1630 MODULE_DEPEND(ntb_transport, ntb, 1, 1, 1);
/freebsd-11-stable/sys/modules/ntb/ntb/
HDMakefile3 .PATH: ${SRCTOP}/sys/dev/ntb
5 KMOD = ntb
6 SRCS = ntb.c ntb_if.c
/freebsd-11-stable/sbin/dump/
HDtape.c395 union u_spcl *ntb, *otb; in rollforward() local
397 ntb = (union u_spcl *)tslp->tblock[1]; in rollforward()
417 *ntb++ = *otb++; /* copy the datablock also */ in rollforward()
426 ntb--; in rollforward()
441 size = (char *)ntb - (char *)q; in rollforward()
460 ntb = (union u_spcl *)tslp->tblock; in rollforward()
467 *((union u_spcl *)tslp->tblock) = *ntb; in rollforward()
468 ntb = (union u_spcl *)tslp->tblock[1]; in rollforward()
/freebsd-11-stable/sys/modules/ntb/
HDMakefile3 SUBDIR= ntb ntb_hw_intel ntb_hw_plx ntb_transport if_ntb
/freebsd-11-stable/sys/modules/ntb/ntb_transport/
HDMakefile3 .PATH: ${SRCTOP}/sys/dev/ntb
/freebsd-11-stable/sys/modules/ntb/if_ntb/
HDMakefile3 .PATH: ${SRCTOP}/sys/dev/ntb/if_ntb
/freebsd-11-stable/sys/modules/ntb/ntb_hw_intel/
HDMakefile3 .PATH: ${SRCTOP}/sys/dev/ntb/ntb_hw
/freebsd-11-stable/sys/modules/ntb/ntb_hw_plx/
HDMakefile3 .PATH: ${SRCTOP}/sys/dev/ntb/ntb_hw
/freebsd-11-stable/sys/conf/
HDfiles.i386302 dev/ntb/if_ntb/if_ntb.c optional if_ntb
303 dev/ntb/ntb_transport.c optional ntb_transport | if_ntb
304 dev/ntb/ntb.c optional ntb | ntb_transport | if_ntb | ntb_hw_intel | ntb_hw_plx | ntb_hw
305 dev/ntb/ntb_if.m optional ntb | ntb_transport | if_ntb | ntb_hw_intel | ntb_hw_plx | ntb_hw
306 dev/ntb/ntb_hw/ntb_hw_intel.c optional ntb_hw_intel | ntb_hw
307 dev/ntb/ntb_hw/ntb_hw_plx.c optional ntb_hw_plx | ntb_hw
HDfiles.amd64333 dev/ntb/if_ntb/if_ntb.c optional if_ntb
334 dev/ntb/ntb_transport.c optional ntb_transport | if_ntb
335 dev/ntb/ntb.c optional ntb | ntb_transport | if_ntb | ntb_hw_intel | ntb_hw_plx | ntb_hw
336 dev/ntb/ntb_if.m optional ntb | ntb_transport | if_ntb | ntb_hw_intel | ntb_hw_plx | ntb_hw
337 dev/ntb/ntb_hw/ntb_hw_intel.c optional ntb_hw_intel | ntb_hw
338 dev/ntb/ntb_hw/ntb_hw_plx.c optional ntb_hw_plx | ntb_hw
/freebsd-11-stable/sys/dev/ntb/if_ntb/
HDif_ntb.c507 static DEFINE_CLASS_0(ntb, ntb_net_driver, ntb_net_methods,
/freebsd-11-stable/sys/modules/
HDMakefile735 _ntb= ntb
/freebsd-11-stable/share/man/man4/
HDMakefile879 _ntb.4= ntb.4
/freebsd-11-stable/sys/amd64/conf/
HDNOTES411 device ntb # NTB hardware interface
/freebsd-11-stable/sys/i386/conf/
HDNOTES703 device ntb # NTB hardware interface