Searched refs:rtcode (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/ieee1394/ |
H A D | firewire.h | 164 COMMON_RES(src, rtcode, , ); 187 COMMON_RES(src, rtcode, , ); 207 COMMON_RES(src, rtcode, , ); 214 COMMON_RES(src, rtcode, , );
|
H A D | if_fwip.c | 826 int rtcode; in fwip_unicast_input() local 841 rtcode = FWRCODE_ER_TYPE; in fwip_unicast_input() 843 rtcode = FWRCODE_ER_ADDR; in fwip_unicast_input() 845 rtcode = FWRCODE_COMPLETE; in fwip_unicast_input() 857 if (rtcode != FWRCODE_COMPLETE) { in fwip_unicast_input()
|
H A D | firewire.c | 1106 if (rb->xfer->recv.hdr.mode.wres.rtcode != RESP_CMP) in fw_rcv() 1172 resfp->mode.rresb.rtcode = RESP_ADDRESS_ERROR; in fw_rcv() 2234 if (xfer->recv.hdr.mode.lres.rtcode != FWRCODE_COMPLETE) in fw_try_bmr_callback()
|
H A D | sbp.c | 1987 sfp->mode.wres.rtcode = 0; in sbp_recv()
|