Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/qlxgbe/
HDql_ioctl.c584 sp_e = &sp_log[ha->hw.sp_log_index]; in ql_sp_log()
599 ha->hw.sp_log_index = (ha->hw.sp_log_index + 1) & (NUM_LOG_ENTRIES - 1); in ql_sp_log()
621 ha->hw.sp_log_index = 0; in ql_alloc_sp_log_buffer()
651 log->next_idx = ha->hw.sp_log_index; in ql_slowpath_log()
HDql_hw.h1710 uint32_t sp_log_index; member
HDql_hw.c1020 OID_AUTO, "sp_log_index", CTLFLAG_RW, &ha->hw.sp_log_index, in ql_hw_add_sysctls()
1021 ha->hw.sp_log_index, "sp_log_index"); in ql_hw_add_sysctls()