Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/firewire/
HDsbp_targ.c218 uint32_t orb_lo; member
576 if (orbi->orb_lo == tag_id) in sbp_targ_get_orb_info()
1471 atio->tag_id = orbi->orb_lo; in sbp_targ_cmd_handler()
1719 uint16_t orb_hi, uint32_t orb_lo, struct sbp_targ_login *login, in sbp_targ_fetch_orb() argument
1725 printf("%s: fetch orb %04x:%08x\n", __func__, orb_hi, orb_lo); in sbp_targ_fetch_orb()
1735 orbi->orb_lo = orb_lo; in sbp_targ_fetch_orb()
1737 orbi->status.orb_lo = htonl(orb_lo); in sbp_targ_fetch_orb()
1742 fwmem_read_block(fwdev, (void *)orbi, /*spd*/FWSPD_S400, orb_hi, orb_lo, in sbp_targ_fetch_orb()
1749 login->last_lo = orb_lo; in sbp_targ_fetch_orb()
1769 fwmem_read_block(fwdev, (void *)orbi, /*spd*/FWSPD_S400, orb_hi, orb_lo, in sbp_targ_fetch_orb()
[all …]
HDsbp.h104 uint32_t orb_lo; member
HDsbp.c151 #define OCB_MATCH(o,s) ((o)->bus_addr == ntohl((s)->orb_lo))
1676 ntohl(sbp_status->orb_lo)); in sbp_recv1()
1705 ntohs(sbp_status->orb_hi), ntohl(sbp_status->orb_lo)); in sbp_recv1()
2651 __func__, sdev->bustgtlun, ntohl(sbp_status->orb_lo), sbp_status->src); in sbp_dequeue_ocb()