Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_ioctl.c601 ha->hw.sp_log_index = (ha->hw.sp_log_index + 1) & (NUM_LOG_ENTRIES - 1); in ql_sp_log()
603 if (ha->hw.sp_log_num_entries < NUM_LOG_ENTRIES) in ql_sp_log()
616 size = (sizeof(qla_sp_log_entry_t)) * NUM_LOG_ENTRIES; in ql_alloc_sp_log_buffer()
646 size = (sizeof(qla_sp_log_entry_t) * NUM_LOG_ENTRIES); in ql_slowpath_log()
H A Dql_ioctl.h79 #define NUM_LOG_ENTRIES 512 macro