Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dap.h27 #define AP_QID_CARD(_qid) (((_qid) >> 8) & 0xff) argument
28 #define AP_QID_QUEUE(_qid) ((_qid) & 0xff) argument
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c162 #define EFX_BUFTBL_TXQ_BASE(_vf, _qid) \ argument
163 ((_vf)->buftbl_base + EFX_VF_BUFTBL_PER_VI * (_qid))
164 #define EFX_BUFTBL_RXQ_BASE(_vf, _qid) \ argument
165 (EFX_BUFTBL_TXQ_BASE(_vf, _qid) + \
167 #define EFX_BUFTBL_EVQ_BASE(_vf, _qid) \ argument
168 (EFX_BUFTBL_TXQ_BASE(_vf, _qid) + \