Home
last modified time | relevance | path

Searched refs:rsp_status (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/isdn/sc/
Dinterrupt.c81 adapter[card]->devicename, rcvmsg.rsp_status); in interrupt_handler()
119 rcvmsg.rsp_status, in interrupt_handler()
154 rcvmsg.rsp_status, in interrupt_handler()
184 rcvmsg.rsp_status); in interrupt_handler()
Dioctl.c106 if(!status && !rcvmsg.rsp_status) { in sc_ioctl()
130 if (!status && !rcvmsg.rsp_status) { in sc_ioctl()
201 if(!status && !rcvmsg.rsp_status) { in sc_ioctl()
265 if(!status && !rcvmsg.rsp_status) { in sc_ioctl()
312 if (!status && !rcvmsg.rsp_status) { in sc_ioctl()
Dpacket.c110 switch(rcvmsg->rsp_status){ in rcvpkt()
114 pr_debug("%s: error status code: 0x%x\n", adapter[card]->devicename, rcvmsg->rsp_status); in rcvpkt()
Dmessage.h217 unsigned char rsp_status; /* Rsp messages only */ member
Dmessage.c86 rspmsg->rsp_status); in receivemessage()
Dinit.c566 pr_debug("Got HWConfig response, status = 0x%x\n", rcvmsg.rsp_status); in identify_board()
/linux-2.4.37.9/drivers/fc4/
Dfc.c396 int rsp_status; in fcp_scsi_receive() local
406 rsp_status = rsp->fcp_status; in fcp_scsi_receive()
407 FCD(("rsp_status %08x status %08x\n", rsp_status, status)) in fcp_scsi_receive()
412 if (rsp_status & FCP_STATUS_RESID) { in fcp_scsi_receive()
430 if (rsp_status & FCP_STATUS_SENSE_LEN) { in fcp_scsi_receive()
451 if (status_byte(rsp_status) == QUEUE_FULL) { in fcp_scsi_receive()
452 …tk ("%s: (%d,%d) Received rsp_status 0x%x\n", fc->name, SCpnt->channel, SCpnt->target, rsp_status); in fcp_scsi_receive()
455 SCpnt->result = (host_status << 16) | (rsp_status & 0xff); in fcp_scsi_receive()
457 if (host_status || SCpnt->result || rsp_status) printk("FC: host_status %d, packet status %d\n", in fcp_scsi_receive()