Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxge/
H A Dqls_def.h142 #define QLA_LBQ_SIZE (QLA_NUM_LGB_ENTRIES * sizeof(q81_bq_addr_e_t)) macro
145 ((QLA_LBQ_SIZE + PAGE_SIZE + (PAGE_SIZE - 1)) & ~(PAGE_SIZE - 1))
H A Dqls_dbg.c287 (QLA_LBQ_SIZE >> 2)); in qls_dump_cq()