Searched refs:orb_lo (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | sbp_targ.c | 218 uint32_t orb_lo; member 576 if (orbi->orb_lo == tag_id) in sbp_targ_get_orb_info() 1469 atio->tag_id = orbi->orb_lo; in sbp_targ_cmd_handler() 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() 1731 orbi->orb_lo = orb_lo; in sbp_targ_fetch_orb() 1733 orbi->status.orb_lo = htonl(orb_lo); in sbp_targ_fetch_orb() 1738 fwmem_read_block(fwdev, (void *)orbi, /*spd*/FWSPD_S400, orb_hi, orb_lo, in sbp_targ_fetch_orb() 1745 login->last_lo = orb_lo; in sbp_targ_fetch_orb() 1765 fwmem_read_block(fwdev, (void *)orbi, /*spd*/FWSPD_S400, orb_hi, orb_lo, in sbp_targ_fetch_orb() [all …]
|
H A D | sbp.h | 104 uint32_t orb_lo; member
|
H A D | sbp.c | 151 #define OCB_MATCH(o,s) ((o)->bus_addr == ntohl((s)->orb_lo)) 1674 ntohl(sbp_status->orb_lo)); in sbp_recv1() 1703 ntohs(sbp_status->orb_hi), ntohl(sbp_status->orb_lo)); in sbp_recv1() 2649 __func__, sdev->bustgtlun, ntohl(sbp_status->orb_lo), sbp_status->src); in sbp_dequeue_ocb()
|