Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c1266 long f_id = -1; /* id of the current fragment */ in nicvf_tso_count_subdescs() local
1280 f_id++; in nicvf_tso_count_subdescs()
1281 f_size = skb_frag_size(&sh->frags[f_id]); in nicvf_tso_count_subdescs()
/linux/tools/perf/util/
H A Dheader.c4844 u64 f_id; in perf_event__process_event_update()
4933 if (perf_header__getbuffer64(header, fd, &f_id, sizeof(f_id)))
4936 perf_evlist__id_add(&session->evlist->core, &evsel->core, 0, j, f_id);
4545 u64 f_id; perf_session__read_header() local