Home
last modified time | relevance | path

Searched refs:rtcode (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfirewire.h161 COMMON_RES(src, rtcode, , );
184 COMMON_RES(src, rtcode, , );
204 COMMON_RES(src, rtcode, , );
211 COMMON_RES(src, rtcode, , );
H A Dsbp_targ.c1804 int rtcode = 0; in sbp_targ_cmd() local
1868 rtcode = RESP_ADDRESS_ERROR; in sbp_targ_cmd()
1871 return (rtcode); in sbp_targ_cmd()
1902 int s, rtcode; in sbp_targ_recv() local
1912 rtcode = RESP_TYPE_ERROR; /* XXX */ in sbp_targ_recv()
1918 rtcode = sbp_targ_mgm(xfer, fwdev); in sbp_targ_recv()
1920 rtcode = sbp_targ_cmd(xfer, fwdev, SBP_TARG_LOGIN_ID(lo), in sbp_targ_recv()
1923 rtcode = RESP_ADDRESS_ERROR; in sbp_targ_recv()
1926 if (rtcode != 0) in sbp_targ_recv()
1927 printf("%s: rtcode = %d\n", __func__, rtcode); in sbp_targ_recv()
[all …]
H A Dif_fwip.c839 int rtcode; in fwip_unicast_input() local
854 rtcode = FWRCODE_ER_TYPE; in fwip_unicast_input()
856 rtcode = FWRCODE_ER_ADDR; in fwip_unicast_input()
858 rtcode = FWRCODE_COMPLETE; in fwip_unicast_input()
871 if (rtcode != FWRCODE_COMPLETE) { in fwip_unicast_input()
H A Dfirewire.c1953 if (rb->xfer->recv.hdr.mode.wres.rtcode != RESP_CMP) in fw_rcv()
2025 resfp->mode.rresb.rtcode = RESP_ADDRESS_ERROR; in fw_rcv()
2113 if (xfer->recv.hdr.mode.lres.rtcode != FWRCODE_COMPLETE) in fw_try_bmr_callback()
2205 sfp->mode.wres.rtcode = 0; in fw_vmaccess()
2213 sfp->mode.wres.rtcode = 0; in fw_vmaccess()
2225 sfp->mode.rresb.rtcode = 0; in fw_vmaccess()
2235 sfp->mode.rresb.rtcode = 0; in fw_vmaccess()
H A Dsbp.c1873 sfp->mode.wres.rtcode = 0; in sbp_recv1()