Home
last modified time | relevance | path

Searched refs:ADMIN_SQ_SIZE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ena-com/
H A Dena_com.h50 #define ADMIN_SQ_SIZE(depth) ((depth) * sizeof(struct ena_admin_aq_entry)) macro
H A Dena_com.c123 u16 size = ADMIN_SQ_SIZE(admin_queue->q_depth); in ena_com_admin_init_sq()
1736 size = ADMIN_SQ_SIZE(admin_queue->q_depth); in ena_com_admin_destroy()
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_com.h22 #define ADMIN_SQ_SIZE(depth) ((depth) * sizeof(struct ena_admin_aq_entry)) macro
H A Dena_com.c86 u16 size = ADMIN_SQ_SIZE(queue->q_depth); in ena_com_admin_init_sq()
1674 size = ADMIN_SQ_SIZE(admin_queue->q_depth); in ena_com_admin_destroy()