Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/firewire/
H A Dfirewire.h163 COMMON_RES(src, rtcode, , );
186 COMMON_RES(src, rtcode, , );
206 COMMON_RES(src, rtcode, , );
213 COMMON_RES(src, rtcode, , );
H A Dsbp_targ.c1810 int rtcode = 0; in sbp_targ_cmd() local
1874 rtcode = RESP_ADDRESS_ERROR; in sbp_targ_cmd()
1877 return (rtcode); in sbp_targ_cmd()
1908 int s, rtcode; in sbp_targ_recv() local
1918 rtcode = RESP_TYPE_ERROR; /* XXX */ in sbp_targ_recv()
1924 rtcode = sbp_targ_mgm(xfer, fwdev); in sbp_targ_recv()
1926 rtcode = sbp_targ_cmd(xfer, fwdev, SBP_TARG_LOGIN_ID(lo), in sbp_targ_recv()
1929 rtcode = RESP_ADDRESS_ERROR; in sbp_targ_recv()
1932 if (rtcode != 0) in sbp_targ_recv()
1933 printf("%s: rtcode = %d\n", __func__, rtcode); in sbp_targ_recv()
[all …]
H A Dif_fwip.c846 int rtcode; in fwip_unicast_input() local
861 rtcode = FWRCODE_ER_TYPE; in fwip_unicast_input()
863 rtcode = FWRCODE_ER_ADDR; in fwip_unicast_input()
865 rtcode = FWRCODE_COMPLETE; in fwip_unicast_input()
878 if (rtcode != FWRCODE_COMPLETE) { in fwip_unicast_input()
H A Dfirewire.c1955 if (rb->xfer->recv.hdr.mode.wres.rtcode != RESP_CMP) in fw_rcv()
2027 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.c1877 sfp->mode.wres.rtcode = 0; in sbp_recv1()