Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_sam_gmac_priv.h42 #define GMAC_ACTIVE_PRIORITY_QUEUE_NUM (GMAC_ACTIVE_QUEUE_NUM - 1) macro
50 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 1
58 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 2
66 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 3
74 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 4
82 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 5
Deth_sam_gmac.c188 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 1
191 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 2
194 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 3
197 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 4
200 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 5
207 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 1
210 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 2
213 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 3
216 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 4
219 #if GMAC_ACTIVE_PRIORITY_QUEUE_NUM >= 5
[all …]