Searched refs:ntb (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/dev/ntb/ntb_hw/ |
| HD | ntb_hw.c | 100 ((ntb->features & (feature)) != 0) 132 struct ntb_softc *ntb; member 250 bus_space_read_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \ 251 ntb->bar_info[(bar)].pci_bus_handle, (offset)) 253 bus_space_write_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \ 254 ntb->bar_info[(bar)].pci_bus_handle, (offset), (val)) 259 ntb_bar_read(SIZE, ntb_mw_to_bar(ntb, ntb->b2b_mw_idx), offset) 261 ntb_bar_write(SIZE, ntb_mw_to_bar(ntb, ntb->b2b_mw_idx), \ 272 static int ntb_map_pci_bars(struct ntb_softc *ntb); 277 static int map_mmr_bar(struct ntb_softc *ntb, struct ntb_pci_bar_info *bar); [all …]
|
| HD | ntb_hw.h | 88 uint8_t ntb_get_max_spads(struct ntb_softc *ntb); 89 int ntb_spad_write(struct ntb_softc *ntb, unsigned int idx, uint32_t val); 90 int ntb_spad_read(struct ntb_softc *ntb, unsigned int idx, uint32_t *val); 91 int ntb_peer_spad_write(struct ntb_softc *ntb, unsigned int idx, 93 int ntb_peer_spad_read(struct ntb_softc *ntb, unsigned int idx,
|
| /NextBSD/sys/dev/ntb/if_ntb/ |
| HD | if_ntb.c | 150 struct ntb_softc *ntb; member 228 struct ntb_softc *ntb; member 307 static int ntb_transport_probe(struct ntb_softc *ntb); 406 net_softc.ntb = devclass_get_softc(devclass_find("ntb_hw"), 0); in ntb_setup_interface() 407 if (net_softc.ntb == NULL) { in ntb_setup_interface() 420 rc = ntb_transport_probe(net_softc.ntb); in ntb_setup_interface() 427 net_softc.qp = ntb_transport_create_queue(ifp, net_softc.ntb, in ntb_setup_interface() 593 ntb_spad_write(nt->ntb, IF_NTB_WATCHDOG_SPAD, 0); in xeon_link_watchdog_hb() 598 ntb_transport_probe(struct ntb_softc *ntb) in ntb_transport_probe() argument 606 nt->mw_count = ntb_mw_count(ntb); in ntb_transport_probe() [all …]
|
| /NextBSD/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()
|
| /NextBSD/sys/modules/ntb/ntb_hw/ |
| HD | Makefile | 3 .PATH: ${.CURDIR}/../../../dev/ntb/ntb_hw
|
| /NextBSD/sys/modules/ntb/if_ntb/ |
| HD | Makefile | 3 .PATH: ${.CURDIR}/../../../dev/ntb/if_ntb
|
| /NextBSD/sys/modules/ |
| HD | Makefile | 663 _ntb= ntb
|
| /NextBSD/share/man/man4/ |
| HD | Makefile | 813 _ntb.4= ntb.4
|
| /NextBSD/sys/conf/ |
| HD | files.amd64 | 281 dev/ntb/if_ntb/if_ntb.c optional if_ntb 282 dev/ntb/ntb_hw/ntb_hw.c optional if_ntb | ntb_hw
|
| HD | files.i386 | 272 dev/ntb/if_ntb/if_ntb.c optional if_ntb 273 dev/ntb/ntb_hw/ntb_hw.c optional if_ntb | ntb_hw
|