Searched refs:segid (Results 1 – 2 of 2) sorted by relevance
745 uint8_t segid; in target_if_dump_sfft_report_gen2() local800 segid = fft_summary_C & 0x1; in target_if_dump_sfft_report_gen2()801 spectral_debug("Segment ID: %hhu", segid); in target_if_dump_sfft_report_gen2()1527 uint8_t segid = 0; in target_if_process_phyerr_gen2() local1601 segid = *((SPECTRAL_SEGID_INFO *)( in target_if_process_phyerr_gen2()1606 if (segid != 0) { in target_if_process_phyerr_gen2()1632 phyerr_info->seg_id = segid; in target_if_process_phyerr_gen2()1807 uint8_t segid = 0; in target_if_process_phyerr_gen2() local1853 segid = *((SPECTRAL_SEGID_INFO *)( in target_if_process_phyerr_gen2()1858 if (segid != 0) { in target_if_process_phyerr_gen2()
5921 uint32_t segid; in dp_print_tso_seg_stats() local5925 for (segid = 0; segid < CDP_MAX_TSO_SEGMENTS && segid < num_seg; segid++) { in dp_print_tso_seg_stats()5928 segid, in dp_print_tso_seg_stats()5930 .tso_seg[segid].num_frags, in dp_print_tso_seg_stats()5932 .tso_seg[segid].total_len, in dp_print_tso_seg_stats()5934 .tso_seg[segid].tso_flags.tcp_seq_num, in dp_print_tso_seg_stats()5936 .tso_seg[segid].tso_flags.ip_id); in dp_print_tso_seg_stats()5940 .tso_seg[segid].tso_flags.fin, in dp_print_tso_seg_stats()5942 .tso_seg[segid].tso_flags.syn, in dp_print_tso_seg_stats()5944 .tso_seg[segid].tso_flags.rst, in dp_print_tso_seg_stats()[all …]