Home
last modified time | relevance | path

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

/trueos/sys/dev/firewire/
HDfirewire.h161 COMMON_RES(src, rtcode, , );
184 COMMON_RES(src, rtcode, , );
204 COMMON_RES(src, rtcode, , );
211 COMMON_RES(src, rtcode, , );
HDsbp_targ.c1822 int rtcode = 0; in sbp_targ_cmd() local
1886 rtcode = RESP_ADDRESS_ERROR; in sbp_targ_cmd()
1889 return (rtcode); in sbp_targ_cmd()
1920 int s, rtcode; in sbp_targ_recv() local
1930 rtcode = RESP_TYPE_ERROR; /* XXX */ in sbp_targ_recv()
1936 rtcode = sbp_targ_mgm(xfer, fwdev); in sbp_targ_recv()
1938 rtcode = sbp_targ_cmd(xfer, fwdev, SBP_TARG_LOGIN_ID(lo), in sbp_targ_recv()
1941 rtcode = RESP_ADDRESS_ERROR; in sbp_targ_recv()
1944 if (rtcode != 0) in sbp_targ_recv()
1945 printf("%s: rtcode = %d\n", __func__, rtcode); in sbp_targ_recv()
[all …]
HDif_fwip.c892 int rtcode; in fwip_unicast_input() local
907 rtcode = FWRCODE_ER_TYPE; in fwip_unicast_input()
909 rtcode = FWRCODE_ER_ADDR; in fwip_unicast_input()
911 rtcode = FWRCODE_COMPLETE; in fwip_unicast_input()
923 if (rtcode != FWRCODE_COMPLETE) { in fwip_unicast_input()
HDfirewire.c2002 if (rb->xfer->recv.hdr.mode.wres.rtcode != RESP_CMP) in fw_rcv()
2076 resfp->mode.rresb.rtcode = RESP_ADDRESS_ERROR; in fw_rcv()
2169 if (xfer->recv.hdr.mode.lres.rtcode != FWRCODE_COMPLETE) in fw_try_bmr_callback()
2258 sfp->mode.wres.rtcode = 0; in fw_vmaccess()
2265 sfp->mode.wres.rtcode = 0; in fw_vmaccess()
2275 sfp->mode.rresb.rtcode = 0; in fw_vmaccess()
2284 sfp->mode.rresb.rtcode = 0; in fw_vmaccess()
HDsbp.c1897 sfp->mode.wres.rtcode = 0; in sbp_recv1()