Searched refs:sp_log (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_ioctl.c584 qla_sp_log_entry_t *sp_e, *sp_log; local
586 if (((sp_log = ha->hw.sp_log) == NULL) || ha->hw.sp_log_stop)
591 sp_e = &sp_log[ha->hw.sp_log_index];
623 ha->hw.sp_log = malloc(size, M_QLA83XXBUF, M_NOWAIT);
625 if (ha->hw.sp_log != NULL)
626 bzero(ha->hw.sp_log, size);
637 if (ha->hw.sp_log != NULL)
638 free(ha->hw.sp_log, M_QLA83XXBUF);
648 if ((ha->hw.sp_log
[all...]
H A Dql_hw.h1724 void *sp_log; member in struct:_qla_hw

Completed in 119 milliseconds