Home
last modified time | relevance | path

Searched refs:pstat (Results 1 – 5 of 5) sorted by relevance

/drivers/s390/crypto/
Dzcrypt_api.c602 struct ica_z90_status *pstat; in zcrypt_ica_status() local
605 pstat = kzalloc(sizeof(*pstat), GFP_KERNEL); in zcrypt_ica_status()
606 if (!pstat) in zcrypt_ica_status()
608 pstat->totalcount = zcrypt_device_count; in zcrypt_ica_status()
609 pstat->leedslitecount = zcrypt_count_type(ZCRYPT_PCICA); in zcrypt_ica_status()
610 pstat->leeds2count = zcrypt_count_type(ZCRYPT_PCICC); in zcrypt_ica_status()
611 pstat->requestqWaitCount = zcrypt_requestq_count(); in zcrypt_ica_status()
612 pstat->pendingqWaitCount = zcrypt_pendingq_count(); in zcrypt_ica_status()
613 pstat->totalOpenCount = atomic_read(&zcrypt_open_count); in zcrypt_ica_status()
614 pstat->cryptoDomain = ap_domain_index; in zcrypt_ica_status()
[all …]
/drivers/mmc/host/
Dimxmmc.c199 unsigned int *pstat, unsigned int stat_mask, in imxmci_busy_wait_for_status() argument
204 while (!(*pstat & stat_mask)) { in imxmci_busy_wait_for_status()
208 where, *pstat, stat_mask); in imxmci_busy_wait_for_status()
212 *pstat |= readw(host->base + MMC_REG_STATUS); in imxmci_busy_wait_for_status()
220 loops, where, *pstat, stat_mask); in imxmci_busy_wait_for_status()
545 static int imxmci_cpu_driven_data(struct imxmci_host *host, unsigned int *pstat) in imxmci_cpu_driven_data() argument
550 unsigned int stat = *pstat; in imxmci_cpu_driven_data()
631 *pstat = stat; in imxmci_cpu_driven_data()
/drivers/staging/rtl8187se/ieee80211/
Dieee80211_softmac.c1830 …80211_device *ieee, u8 *dest, unsigned short status, struct ieee80211_network *pstat, int pkt_type) in ieee80211_assoc_resp_by_net() argument
1890 ieee->ext_patch_ieee80211_assoc_resp_by_net_2(ieee, pstat, pkt_type, skb); in ieee80211_assoc_resp_by_net()
1896 …80211_device *ieee, u8 *dest, unsigned short status, struct ieee80211_network *pstat, int pkt_type) in ieee80211_ext_issue_assoc_rsp() argument
1898 struct sk_buff *buf = ieee80211_assoc_resp_by_net(ieee, dest, status, pstat, pkt_type); in ieee80211_ext_issue_assoc_rsp()
1905 void ieee80211_ext_issue_assoc_req(struct ieee80211_device *ieee, struct ieee80211_network *pstat) in ieee80211_ext_issue_assoc_req() argument
1913 skb=ieee80211_association_req(pstat, ieee); in ieee80211_ext_issue_assoc_req()
1918 void ieee80211_ext_issue_disassoc(struct ieee80211_device *ieee, struct ieee80211_network *pstat, i… in ieee80211_ext_issue_disassoc() argument
/drivers/scsi/
Dtmscsim.c1949 u16 pstat; in dc390_dumpinfo() local
1986 pci_read_config_word(pdev, PCI_STATUS, &pstat); in dc390_dumpinfo()
1987 printk ("DC390: Register dump: PCI Status: %04x\n", pstat); in dc390_dumpinfo()
Ddc395x.c1192 u16 pstat; in dump_register_info() local
1194 pci_read_config_word(dev, PCI_STATUS, &pstat); in dump_register_info()
1251 pstat); in dump_register_info()