Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_ioctl.c577 qla_sp_log_entry_t *sp_e, *sp_log; in ql_sp_log()
586 bzero(sp_e, sizeof (qla_sp_log_entry_t)); 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.h85 typedef struct qla_sp_log_entry qla_sp_log_entry_t; typedef