Home
last modified time | relevance | path

Searched defs:_qid (Results 1 – 1 of 1) sorted by relevance

/arch/s390/include/asm/
Dap.h24 #define AP_QID_CARD(_qid) (((_qid) >> 8) & 0xff) argument
25 #define AP_QID_QUEUE(_qid) ((_qid) & 0xff) argument