Searched refs:apinfo (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dap.h96 unsigned int apinfo : 32; /* ap type, ... */ member in struct:ap_tapq_hwinfo::__anon27::__anon28
341 * @apinfo: On input the info about the AP queue. On output the
348 union ap_qact_ap_info *apinfo)
354 reg1.value = apinfo->val;
365 apinfo->val = reg2;
347 ap_qact(ap_qid_t qid, int ifbit, union ap_qact_ap_info *apinfo) argument
/linux-master/drivers/s390/crypto/
H A Dap_bus.c1719 union ap_qact_ap_info apinfo = {0}; local
1721 apinfo.mode = (func >> 26) & 0x07;
1722 apinfo.cat = AP_DEVICE_TYPE_CEX8;
1723 status = ap_qact(qid, 0, &apinfo);
1725 apinfo.cat >= AP_DEVICE_TYPE_CEX4 &&
1726 apinfo.cat <= AP_DEVICE_TYPE_CEX8)
1727 comp_type = apinfo.cat;

Completed in 227 milliseconds