Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_ioctl.c599 ha->hw.sp_log_index = (ha->hw.sp_log_index + 1) & (NUM_LOG_ENTRIES - 1); in ql_sp_log()
601 if (ha->hw.sp_log_num_entries < NUM_LOG_ENTRIES) in ql_sp_log()
614 size = (sizeof(qla_sp_log_entry_t)) * NUM_LOG_ENTRIES; in ql_alloc_sp_log_buffer()
644 size = (sizeof(qla_sp_log_entry_t) * NUM_LOG_ENTRIES); in ql_slowpath_log()
H A Dql_ioctl.h77 #define NUM_LOG_ENTRIES 512 macro