Searched refs:orb_lo (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/firewire/
H A Dsbp.h105 uint32_t orb_lo; member in struct:sbp_status
H A Dsbp_targ.c220 uint32_t orb_lo; member in struct:orb_info
578 if (orbi->orb_lo == tag_id)
1473 atio->tag_id = orbi->orb_lo;
1721 uint16_t orb_hi, uint32_t orb_lo, struct sbp_targ_login *login,
1727 printf("%s: fetch orb %04x:%08x\n", __func__, orb_hi, orb_lo);
1737 orbi->orb_lo = orb_lo;
1739 orbi->status.orb_lo = htonl(orb_lo);
1744 fwmem_read_block(fwdev, (void *)orbi, /*spd*/FWSPD_S400, orb_hi, orb_lo,
1720 sbp_targ_fetch_orb(struct sbp_targ_softc *sc, struct fw_device *fwdev, uint16_t orb_hi, uint32_t orb_lo, struct sbp_targ_login *login, int mode) argument
[all...]
H A Dsbp.c153 #define OCB_MATCH(o,s) ((o)->bus_addr == ntohl((s)->orb_lo))
1678 ntohl(sbp_status->orb_lo));
1707 ntohs(sbp_status->orb_hi), ntohl(sbp_status->orb_lo));
2653 __func__, sdev->bustgtlun, ntohl(sbp_status->orb_lo), sbp_status->src);

Completed in 84 milliseconds