Searched refs:_qid (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | ap.h | 24 #define AP_QID_CARD(_qid) (((_qid) >> 8) & 0xff) argument 25 #define AP_QID_QUEUE(_qid) ((_qid) & 0xff) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci/ |
| H A D | hctrl.h | 40 #define IF_SEND(_ct,_bf,_len,_qid) IFOPS(_ct)->write(IFDEV(_ct), _bf, _len, _qid) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | siena_sriov.c | 162 #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) + \
|