Searched refs:rsp_status (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/isdn/sc/ |
D | interrupt.c | 81 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()
|
D | ioctl.c | 106 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()
|
D | packet.c | 110 switch(rcvmsg->rsp_status){ in rcvpkt() 114 pr_debug("%s: error status code: 0x%x\n", adapter[card]->devicename, rcvmsg->rsp_status); in rcvpkt()
|
D | message.h | 217 unsigned char rsp_status; /* Rsp messages only */ member
|
D | message.c | 86 rspmsg->rsp_status); in receivemessage()
|
D | init.c | 566 pr_debug("Got HWConfig response, status = 0x%x\n", rcvmsg.rsp_status); in identify_board()
|
/linux-2.4.37.9/drivers/fc4/ |
D | fc.c | 396 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()
|