OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mfch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/qat/
qat_ae.c
2026
struct mof_file_chunk_hdr *
mfch
;
local in function:qat_aefw_mof_parse
2058
mfch
= (struct mof_file_chunk_hdr *)(mfh + 1);
2060
for (i = 0; i < mfh->mfh_num_chunks; i++,
mfch
++) {
2061
if (
mfch
->mfch_offset +
mfch
->mfch_size > sc->sc_fw_mof_size)
2064
if (!strncmp(
mfch
->mfch_id, SYM_OBJS, MOF_OBJ_ID_LEN)) {
2070
(uintptr_t)
mfch
->mfch_offset + sizeof(u_int));
2073
(uintptr_t)
mfch
->mfch_offset);
2077
if (
mfch
->mfch_size != sc->sc_mof.qmf_sym_size +
2078
sizeof(u_int) ||
mfch
->mfch_size == 0
[
all
...]
qat_ae.c
2026
struct mof_file_chunk_hdr *
mfch
;
local in function:qat_aefw_mof_parse
2058
mfch
= (struct mof_file_chunk_hdr *)(mfh + 1);
2060
for (i = 0; i < mfh->mfh_num_chunks; i++,
mfch
++) {
2061
if (
mfch
->mfch_offset +
mfch
->mfch_size > sc->sc_fw_mof_size)
2064
if (!strncmp(
mfch
->mfch_id, SYM_OBJS, MOF_OBJ_ID_LEN)) {
2070
(uintptr_t)
mfch
->mfch_offset + sizeof(u_int));
2073
(uintptr_t)
mfch
->mfch_offset);
2077
if (
mfch
->mfch_size != sc->sc_mof.qmf_sym_size +
2078
sizeof(u_int) ||
mfch
->mfch_size == 0
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025