OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ufch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/qat/
qat_ae.c
2259
struct uof_file_chunk_hdr *
ufch
;
local in function:qat_aefw_uof_parse
2284
ufch
= (struct uof_file_chunk_hdr *)(ufh + 1);
2287
for (i = 0; i < ufh->ufh_num_chunks; i++,
ufch
++) {
2288
if (
ufch
->ufch_offset +
ufch
->ufch_size > sc->sc_fw_uof_size)
2291
if (!strncmp(
ufch
->ufch_id, UOF_OBJS, UOF_OBJ_ID_LEN)) {
2297
ufch
->ufch_offset);
2298
uof_size =
ufch
->ufch_size;
2301
if (csum !=
ufch
->ufch_csum)
qat_ae.c
2259
struct uof_file_chunk_hdr *
ufch
;
local in function:qat_aefw_uof_parse
2284
ufch
= (struct uof_file_chunk_hdr *)(ufh + 1);
2287
for (i = 0; i < ufh->ufh_num_chunks; i++,
ufch
++) {
2288
if (
ufch
->ufch_offset +
ufch
->ufch_size > sc->sc_fw_uof_size)
2291
if (!strncmp(
ufch
->ufch_id, UOF_OBJS, UOF_OBJ_ID_LEN)) {
2297
ufch
->ufch_offset);
2298
uof_size =
ufch
->ufch_size;
2301
if (csum !=
ufch
->ufch_csum)
Completed in 77 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025