Searched refs:f_id (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/tile/
H A Dtilegx.c1682 long f_id = -1; /* id of the current fragment */ tso_count_edescs() local
1698 f_id++; tso_count_edescs()
1699 f_size = skb_frag_size(&sh->frags[f_id]); tso_count_edescs()
1735 long f_id = -1; /* id of the current fragment */ tso_headers_prepare() local
1802 f_id++; tso_headers_prepare()
1803 f_size = skb_frag_size(&sh->frags[f_id]); tso_headers_prepare()
1841 long f_id = -1; /* id of the current fragment */ tso_egress() local
1879 f_id++; tso_egress()
1880 f_size = skb_frag_size(&sh->frags[f_id]); tso_egress()
1881 f_data = tile_net_frag_buf(&sh->frags[f_id]); tso_egress()
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c921 long f_id = -1; /* id of the current fragment */ nicvf_tso_count_subdescs() local
935 f_id++; nicvf_tso_count_subdescs()
936 f_size = skb_frag_size(&sh->frags[f_id]); nicvf_tso_count_subdescs()
/linux-4.4.14/tools/perf/util/
H A Dheader.c2558 u64 f_id; perf_session__read_header() local
2627 if (perf_header__getbuffer64(header, fd, &f_id, sizeof(f_id))) perf_session__read_header()
2630 perf_evlist__id_add(session->evlist, evsel, 0, j, f_id); perf_session__read_header()

Completed in 125 milliseconds