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

/freebsd-13-stable/sys/dev/firewire/
H A Dsbp.h104 uint16_t orb_hi; member in struct:sbp_status
H A Dsbp_targ.c219 uint16_t orb_hi; member in struct:orb_info
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);
1736 orbi->orb_hi = orb_hi;
1738 orbi->status.orb_hi = htons(orb_hi);
1744 fwmem_read_block(fwdev, (void *)orbi, /*spd*/FWSPD_S400, orb_hi, orb_lo,
1750 login->last_hi = orb_hi;
1771 fwmem_read_block(fwdev, (void *)orbi, /*spd*/FWSPD_S400, orb_hi, orb_l
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.c1707 ntohs(sbp_status->orb_hi), ntohl(sbp_status->orb_lo));

Completed in 69 milliseconds