Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dsbp_targ.c217 uint16_t orb_hi; member
1715 uint16_t orb_hi, uint32_t orb_lo, struct sbp_targ_login *login, in sbp_targ_fetch_orb() argument
1721 printf("%s: fetch orb %04x:%08x\n", __func__, orb_hi, orb_lo); in sbp_targ_fetch_orb()
1730 orbi->orb_hi = orb_hi; in sbp_targ_fetch_orb()
1732 orbi->status.orb_hi = htons(orb_hi); in sbp_targ_fetch_orb()
1738 fwmem_read_block(fwdev, (void *)orbi, /*spd*/FWSPD_S400, orb_hi, orb_lo, in sbp_targ_fetch_orb()
1744 login->last_hi = orb_hi; in sbp_targ_fetch_orb()
1765 fwmem_read_block(fwdev, (void *)orbi, /*spd*/FWSPD_S400, orb_hi, orb_lo, in sbp_targ_fetch_orb()
1772 fwmem_read_block(fwdev, (void *)orbi, /*spd*/FWSPD_S400, orb_hi, orb_lo, in sbp_targ_fetch_orb()
H A Dsbp.h103 uint16_t orb_hi; member
H A Dsbp.c1703 ntohs(sbp_status->orb_hi), ntohl(sbp_status->orb_lo)); in sbp_recv1()