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

/drivers/net/wireless/iwlwifi/
H A Diwl-core.h195 #define IWL_TRAFFIC_ENTRIES (256) macro
H A Diwl-core.c992 #define IWL_TRAFFIC_DUMP_SIZE (IWL_TRAFFIC_ENTRY_SIZE * IWL_TRAFFIC_ENTRIES)
1057 (priv->tx_traffic_idx + 1) % IWL_TRAFFIC_ENTRIES;
1081 (priv->rx_traffic_idx + 1) % IWL_TRAFFIC_ENTRIES;
H A Diwl-debugfs.c828 int bufsz = ((IWL_TRAFFIC_ENTRIES * IWL_TRAFFIC_ENTRY_SIZE * 64) * 2) +
842 for (cnt = 0, ofs = 0; cnt < IWL_TRAFFIC_ENTRIES; cnt++) {
860 for (cnt = 0, ofs = 0; cnt < IWL_TRAFFIC_ENTRIES; cnt++) {

Completed in 73 milliseconds