Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dap_card.c25 struct ap_card *ac = to_ap_card(dev); in hwtype_show()
35 struct ap_card *ac = to_ap_card(dev); in raw_hwtype_show()
45 struct ap_card *ac = to_ap_card(dev); in depth_show()
55 struct ap_card *ac = to_ap_card(dev); in ap_functions_show()
66 struct ap_card *ac = to_ap_card(dev); in request_count_show()
82 struct ap_card *ac = to_ap_card(dev); in request_count_store()
102 struct ap_card *ac = to_ap_card(dev); in requestq_count_show()
121 struct ap_card *ac = to_ap_card(dev); in pendingq_count_show()
145 struct ap_card *ac = to_ap_card(dev); in config_show()
155 struct ap_card *a in config_store()
[all...]
H A Dap_bus.h173 struct ap_card { struct
186 #define to_ap_card(x) container_of((x), struct ap_card, ap_dev.device) argument
191 struct ap_card *card; /* Ptr to assoc. AP card. */
263 struct ap_queue *ap_queue_create(ap_qid_t qid, struct ap_card *ac);
269 struct ap_card *ap_card_create(int id, struct ap_tapq_hwinfo info,
H A Dzcrypt_cex4.c82 struct ap_card *ac = to_ap_card(dev); in cca_serialnr_show()
212 struct ap_card *ac = to_ap_card(dev); in ep11_api_ordinalnr_show()
232 struct ap_card *ac = to_ap_card(dev); in ep11_fw_version_show()
254 struct ap_card *ac = to_ap_card(dev); in ep11_serialnr_show()
290 struct ap_card *ac = to_ap_card(dev); in ep11_card_op_modes_show()
466 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex4_card_probe()
622 struct ap_card *ac = to_ap_card(&ap_dev->device); in zcrypt_cex4_card_remove()
H A Dzcrypt_card.c55 struct ap_card *ac = to_ap_card(dev); in online_show()
66 struct ap_card *ac = to_ap_card(dev); in online_store()
H A Dzcrypt_api.h107 struct ap_card *card; /* The "real" ap card device. */
H A Dap_bus.c662 struct ap_card *ac = to_ap_card(&ap_dev->device); in ap_uevent()
1874 static inline void ap_scan_rm_card_dev_and_queue_devs(struct ap_card *ac) in ap_scan_rm_card_dev_and_queue_devs()
1885 * a valid adapter given by an ap_card ptr.
1887 static inline void ap_scan_domains(struct ap_card *ac) in ap_scan_domains()
2049 struct ap_card *ac; in ap_scan_adapter()
H A Dap_queue.c1113 struct ap_queue *ap_queue_create(ap_qid_t qid, struct ap_card *ac) in ap_queue_create()