| /freebsd-11-stable/sys/dev/ntb/ntb_hw/ |
| HD | ntb_hw_intel.c | 123 #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 …]
|
| HD | ntb_hw_plx.c | 1045 MODULE_DEPEND(ntb_hw_plx, ntb, 1, 1, 1);
|
| /freebsd-11-stable/sys/dev/ntb/ |
| HD | ntb.h | 37 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 …]
|
| HD | ntb.c | 42 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 …]
|
| HD | ntb_if.m | 32 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 …]
|
| HD | ntb_transport.c | 1630 MODULE_DEPEND(ntb_transport, ntb, 1, 1, 1);
|
| /freebsd-11-stable/sys/modules/ntb/ntb/ |
| HD | Makefile | 3 .PATH: ${SRCTOP}/sys/dev/ntb 5 KMOD = ntb 6 SRCS = ntb.c ntb_if.c
|
| /freebsd-11-stable/sbin/dump/ |
| HD | tape.c | 395 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/ |
| HD | Makefile | 3 SUBDIR= ntb ntb_hw_intel ntb_hw_plx ntb_transport if_ntb
|
| /freebsd-11-stable/sys/modules/ntb/ntb_transport/ |
| HD | Makefile | 3 .PATH: ${SRCTOP}/sys/dev/ntb
|
| /freebsd-11-stable/sys/modules/ntb/if_ntb/ |
| HD | Makefile | 3 .PATH: ${SRCTOP}/sys/dev/ntb/if_ntb
|
| /freebsd-11-stable/sys/modules/ntb/ntb_hw_intel/ |
| HD | Makefile | 3 .PATH: ${SRCTOP}/sys/dev/ntb/ntb_hw
|
| /freebsd-11-stable/sys/modules/ntb/ntb_hw_plx/ |
| HD | Makefile | 3 .PATH: ${SRCTOP}/sys/dev/ntb/ntb_hw
|
| /freebsd-11-stable/sys/conf/ |
| HD | files.i386 | 302 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
|
| HD | files.amd64 | 333 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/ |
| HD | if_ntb.c | 507 static DEFINE_CLASS_0(ntb, ntb_net_driver, ntb_net_methods,
|
| /freebsd-11-stable/sys/modules/ |
| HD | Makefile | 735 _ntb= ntb
|
| /freebsd-11-stable/share/man/man4/ |
| HD | Makefile | 879 _ntb.4= ntb.4
|
| /freebsd-11-stable/sys/amd64/conf/ |
| HD | NOTES | 411 device ntb # NTB hardware interface
|
| /freebsd-11-stable/sys/i386/conf/ |
| HD | NOTES | 703 device ntb # NTB hardware interface
|