Home
last modified time | relevance | path

Searched refs:sp_log_index (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/qlxgbe/
Dql_ioctl.c591 sp_e = &sp_log[ha->hw.sp_log_index]; in ql_sp_log()
606 ha->hw.sp_log_index = (ha->hw.sp_log_index + 1) & (NUM_LOG_ENTRIES - 1); in ql_sp_log()
628 ha->hw.sp_log_index = 0; in ql_alloc_sp_log_buffer()
658 log->next_idx = ha->hw.sp_log_index; in ql_slowpath_log()
Dql_hw.h1722 uint32_t sp_log_index; member
Dql_hw.c1030 OID_AUTO, "sp_log_index", CTLFLAG_RW, &ha->hw.sp_log_index, in ql_hw_add_sysctls()
1031 ha->hw.sp_log_index, "sp_log_index"); in ql_hw_add_sysctls()