Home
last modified time | relevance | path

Searched refs:stats_offset (Results 26 – 29 of 29) sorted by relevance

12

/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dvwr.c1845 int stats_offset = 0; in vwr_read_s3_W_rec() local
1919 stats_offset = OCTO_RF_MOD_ACTUAL_LEN; in vwr_read_s3_W_rec()
1920 if ((guint)rec_size < stats_offset + vwr->MPDU_OFF + vVW510021_W_STATS_TRAILER_LEN) { in vwr_read_s3_W_rec()
1932 stats_offset = 0; in vwr_read_s3_W_rec()
1942 s_start_ptr = &(rec[stats_offset]); /* point to stats header */ in vwr_read_s3_W_rec()
1995 plcp_ptr = &(rec[stats_offset+16]); in vwr_read_s3_W_rec()
1999 frame_size = rec_size - (stats_offset + vwr->MPDU_OFF + vVW510021_W_STATS_TRAILER_LEN); in vwr_read_s3_W_rec()
2022 … if (actual_octets > rec_size - (stats_offset + vwr->MPDU_OFF + vVW510021_W_STATS_TRAILER_LEN)) { in vwr_read_s3_W_rec()
2177 int m_ptr_offset = stats_offset + 8 + 12; in vwr_read_s3_W_rec()
2504 memcpy(&data_ptr[bytes_written], &rec[stats_offset+16], 16); in vwr_read_s3_W_rec()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c13 int stats_offset; member
29 .stats_offset = offsetof(struct hns3_enet_ring, stats) +\
533 stat = (u8 *)ring + hns3_txq_stats[j].stats_offset; in hns3_get_stats_tqps()
542 stat = (u8 *)ring + hns3_rxq_stats[j].stats_offset; in hns3_get_stats_tqps()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c13 int stats_offset; member
29 .stats_offset = offsetof(struct hns3_enet_ring, stats) +\
533 stat = (u8 *)ring + hns3_txq_stats[j].stats_offset; in hns3_get_stats_tqps()
542 stat = (u8 *)ring + hns3_rxq_stats[j].stats_offset; in hns3_get_stats_tqps()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c13 int stats_offset; member
29 .stats_offset = offsetof(struct hns3_enet_ring, stats) +\
533 stat = (u8 *)ring + hns3_txq_stats[j].stats_offset; in hns3_get_stats_tqps()
542 stat = (u8 *)ring + hns3_rxq_stats[j].stats_offset; in hns3_get_stats_tqps()

12