Searched refs:pstatus (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | ibmphp_hpc.c | 537 int ibmphp_hpc_readslot (struct slot * pslot, u8 cmd, u8 * pstatus) in ibmphp_hpc_readslot() argument 546 …"%s - Entry pslot[%lx] cmd[%x] pstatus[%lx]\n", __FUNCTION__, (ulong) pslot, cmd, (ulong) pstatus); in ibmphp_hpc_readslot() 549 || ((pstatus == NULL) && (cmd != READ_ALLSTAT) && (cmd != READ_BUSSTATUS))) { in ibmphp_hpc_readslot() 603 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 608 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 613 *pstatus = status; in ibmphp_hpc_readslot() 620 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 623 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 627 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot() 1206 u8 * pstatus) in hpc_wait_ctlr_notworking() argument [all …]
|
/linux-2.4.37.9/drivers/scsi/aacraid/ |
D | dpcsup.c | 114 u32 *pstatus = (u32 *)hwfib->data; in aac_response_normal() local 115 if (*pstatus & cpu_to_le32(0xffff0000)) in aac_response_normal() 116 *pstatus = cpu_to_le32(ST_OK); in aac_response_normal()
|
/linux-2.4.37.9/drivers/char/ftape/lowlevel/ |
D | ftape-rw.c | 375 int ftape_stop_tape(int *pstatus) in ftape_stop_tape() argument 383 ftape_timeout.stop, pstatus); in ftape_stop_tape() 385 if ((*pstatus & QIC_STATUS_READY) == 0) { in ftape_stop_tape() 725 static int skip_reverse(int segment_id, int *pstatus) in skip_reverse() argument 786 TRACE_CATCH(ftape_report_drive_status(pstatus),); in skip_reverse()
|
D | ftape-rw.h | 109 extern int ftape_stop_tape(int *pstatus);
|
/linux-2.4.37.9/drivers/net/wan/ |
D | sdla.c | 333 struct _dlci_stat *pstatus; in sdla_errors() local 362 for(pstatus = data, i=0;i < len;i++,pstatus++) in sdla_errors() 364 if (pstatus->flags & SDLA_DLCI_NEW) in sdla_errors() 366 else if (pstatus->flags & SDLA_DLCI_DELETED) in sdla_errors() 368 else if (pstatus->flags & SDLA_DLCI_ACTIVE) in sdla_errors() 372 sprintf(line, "unknown status: %02X", pstatus->flags); in sdla_errors() 375 printk(KERN_INFO "%s: DLCI %i: %s.\n", dev->name, pstatus->dlci, state); in sdla_errors()
|
/linux-2.4.37.9/drivers/scsi/ |
D | ips.c | 4095 ips_chkstatus(ips_ha_t * ha, IPS_STATUS * pstatus) argument 4105 scb = &ha->scbs[pstatus->fields.command_id]; 4107 pstatus->fields.basic_status & IPS_BASIC_STATUS_MASK; 4108 scb->extended_status = ext_status = pstatus->fields.extended_status;
|