Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_misc.c1277 hdr = (q8_tmplt_hdr_t *)ql83xx_resetseq; in qla_ld_fw_init()
1280 if (qla_tmplt_16bit_checksum(ha, (uint16_t *)ql83xx_resetseq, in qla_ld_fw_init()
1287 buf = ql83xx_resetseq + hdr->stop_seq_off; in qla_ld_fw_init()
1297 buf = ql83xx_resetseq + hdr->init_seq_off; in qla_ld_fw_init()
1319 buf = ql83xx_resetseq + hdr->start_seq_off; in qla_ld_fw_init()
1339 hdr = (q8_tmplt_hdr_t *)ql83xx_resetseq; in ql_stop_sequence()
1341 if (qla_tmplt_16bit_checksum(ha, (uint16_t *)ql83xx_resetseq, in ql_stop_sequence()
1348 buf = ql83xx_resetseq + hdr->stop_seq_off; in ql_stop_sequence()
1368 hdr = (q8_tmplt_hdr_t *)ql83xx_resetseq; in ql_start_sequence()
1370 if (qla_tmplt_16bit_checksum(ha, (uint16_t *)ql83xx_resetseq, in ql_start_sequence()
[all …]
H A Dql_reset.c41 unsigned char ql83xx_resetseq[] = { variable
H A Dql_glbl.h111 extern unsigned char ql83xx_resetseq[];