Searched refs:pstatus (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Ddpcsup.c109 __le32 *pstatus = (__le32 *)hwfib->data; local
110 if (*pstatus & cpu_to_le32(0xffff0000))
111 *pstatus = cpu_to_le32(ST_OK);
304 u32 *pstatus = (u32 *)hwfib->data; local
305 if (*pstatus & cpu_to_le32(0xffff0000))
306 *pstatus = cpu_to_le32(ST_OK);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_hpc.c535 * pstatus - can be NULL for READ_ALLSTAT
539 int ibmphp_hpc_readslot (struct slot * pslot, u8 cmd, u8 * pstatus) argument
548 debug_polling ("%s - Entry pslot[%p] cmd[%x] pstatus[%p]\n", __FUNCTION__, pslot, cmd, pstatus);
551 || ((pstatus == NULL) && (cmd != READ_ALLSTAT) && (cmd != READ_BUSSTATUS))) {
605 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
610 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
615 *pstatus = status;
622 *pstatus = ctrl_read (ctlr_ptr, wpg_bbar, index);
625 *pstatus
1135 hpc_wait_ctlr_notworking(int timeout, struct controller *ctlr_ptr, void __iomem *wpg_bbar, u8 * pstatus) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dsdla.c343 struct _dlci_stat *pstatus; local
372 for(pstatus = data, i=0;i < len;i++,pstatus++)
374 if (pstatus->flags & SDLA_DLCI_NEW)
376 else if (pstatus->flags & SDLA_DLCI_DELETED)
378 else if (pstatus->flags & SDLA_DLCI_ACTIVE)
382 sprintf(line, "unknown status: %02X", pstatus->flags);
385 printk(KERN_INFO "%s: DLCI %i: %s.\n", dev->name, pstatus->dlci, state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-hcd.c862 int pstatus = ehci_readl(ehci, local
865 if (pstatus & PORT_OWNER)
867 if (!(pstatus & PORT_RESUME)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c1042 const struct rx_status **pstatus,
1048 *pstatus = status = zd_tail(buffer, length, sizeof(struct rx_status));
1041 fill_rx_stats(struct ieee80211_rx_stats *stats, const struct rx_status **pstatus, struct zd_mac *mac, const u8 *buffer, unsigned int length) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dprinting.c2090 int print_queue_length(int snum, print_status_struct *pstatus) argument
2104 if (pstatus)
2105 *pstatus = status;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.c4120 ips_chkstatus(ips_ha_t * ha, IPS_STATUS * pstatus) argument
4131 scb = &ha->scbs[pstatus->fields.command_id];
4133 pstatus->fields.basic_status & IPS_BASIC_STATUS_MASK;
4134 scb->extended_status = ext_status = pstatus->fields.extended_status;

Completed in 230 milliseconds