Searched refs:GET_RBDR_DESC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.h | 305 #define GET_RBDR_DESC(RING, idx)\ macro
|
H A D | nicvf_queues.c | 308 desc = GET_RBDR_DESC(rbdr, idx); in nicvf_init_rbdr() 337 desc = GET_RBDR_DESC(rbdr, head); in nicvf_free_rbdr() 348 desc = GET_RBDR_DESC(rbdr, tail); in nicvf_free_rbdr() 420 desc = GET_RBDR_DESC(rbdr, tail); in nicvf_refill_rbdr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.h | 305 #define GET_RBDR_DESC(RING, idx)\ macro
|
H A D | nicvf_queues.c | 309 desc = GET_RBDR_DESC(rbdr, idx); in nicvf_init_rbdr() 338 desc = GET_RBDR_DESC(rbdr, head); in nicvf_free_rbdr() 349 desc = GET_RBDR_DESC(rbdr, tail); in nicvf_free_rbdr() 421 desc = GET_RBDR_DESC(rbdr, tail); in nicvf_refill_rbdr()
|
Completed in 7 milliseconds