Searched refs:chains (Results 51 - 75 of 78) sorted by relevance

1234

/linux-master/net/netfilter/
H A Dnf_tables_api.c1158 list_for_each_entry(chain, &table->chains, list) {
1176 list_for_each_entry(chain, &table->chains, list) {
1440 INIT_LIST_HEAD(&table->chains);
1477 list_for_each_entry(chain, &ctx->table->chains, list) {
1521 list_for_each_entry_safe(chain, nc, &ctx->table->chains, list) {
1658 list_for_each_entry(chain, &table->chains, list) {
1937 list_for_each_entry_rcu(chain, &table->chains, list) {
2436 list_add_tail_rcu(&chain->list, &table->chains);
3611 list_for_each_entry_rcu(chain, &table->chains, list) {
3866 list_for_each_entry(chain, &table->chains, lis
[all...]
/linux-master/include/net/
H A Dip_vs.h422 /* Desired number of chains per timer tick (chain load factor in 100us units),
429 /* Compiled number of chains per tick
442 /* Multiple chains processed in same tick */
445 struct hlist_head chains[IPVS_EST_TICK_CHAINS]; member in struct:ip_vs_est_tick_data
H A Dcfg80211.h2052 * @chains: bitmask for filled values in @chain_signal, @chain_signal_avg
2131 u8 chains; member in struct:station_info
2873 * @chains: bitmask for filled values in @chain_signal.
2890 u8 chains; member in struct:cfg80211_inform_bss
2945 * @chains: bitmask for filled values in @chain_signal.
2973 u8 chains; member in struct:cfg80211_bss
H A Dmac80211.h212 * @IEEE80211_CHANCTX_CHANGE_RX_CHAINS: The number of RX chains changed
253 * @rx_chains_static: The number of RX chains that must always be
255 * @rx_chains_dynamic: The number of RX chains that must be enabled
1558 * @chains: bitmask of receive chains for which separate signal strength
1615 u8 chains; member in struct:ieee80211_rx_status
1672 * otherwise each channel context has the number of chains listed.
1736 * otherwise each channel context has the number of chains listed.
6898 * Note that this is only looked at if the minimum number of chains
6899 * that the AP uses is < the number of TX chains th
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c123 rx_status->chains = (le16_to_cpu(phy_info->phy_flags) &
H A Drxmq.c265 rx_status->chains =
/linux-master/include/net/netfilter/
H A Dnf_tables.h210 * @level: depth of the chains
1252 * @chains_ht: chains in the table
1253 * @chains: same, for stable walks
1272 struct list_head chains; member in struct:nft_table
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c2783 /* If this a prio with chains, and we can jump from one chain
2966 /* FT and tc chains are stored in the same array so we can re-use the
2967 * mlx5_get_fdb_sub_ns() and tc api for FT chains.
2969 * Assume tc chains are created and stored first and only then the FT chain.
3006 int chains)
3013 levels = FDB_TC_LEVELS_PER_PRIO * FDB_TC_MAX_PRIO * chains;
3020 for (chain = 0; chain < chains; chain++) {
3004 create_fdb_chains(struct mlx5_flow_steering *steering, int fs_prio, int chains) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c523 status->chains = mphy->antenna_mask;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h683 u8 chains; member in struct:mt76_rx_status
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c653 status->chains = dev->mphy.antenna_mask;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dwmi.c526 /* tx/rx chainmask reported from fw depends on the actual hw chains used,
527 * For example, for 4x4 capable macphys, first 4 chains can be used for first
528 * mac and the remaining 4 chains can be used for the second mac or vice-versa.
863 cpu_to_le32(args->chains[NL80211_BAND_2GHZ].tx);
865 cpu_to_le32(args->chains[NL80211_BAND_2GHZ].rx);
872 cpu_to_le32(args->chains[NL80211_BAND_5GHZ].tx);
874 cpu_to_le32(args->chains[NL80211_BAND_5GHZ].rx);
H A Dwmi.h2726 } chains[NUM_NL80211_BANDS]; member in struct:ath12k_wmi_vdev_create_arg
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1229 status->chains &= ~BIT(i);
1235 status->chains |= BIT(i);
H A Dwmi.c2595 status->chains &= ~BIT(i);
2601 status->chains |= BIT(i);
4791 /* Create the rate code table based on the chains supported */
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c493 * On the primary PHY, the noise value for the chains belonging to the
578 status->chains = mphy->antenna_mask;
/linux-master/drivers/media/usb/uvc/
H A Duvc_ctrl.c2737 list_for_each_entry(chain, &dev->chains, list) {
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a.c2052 status->chains |= BIT(path);
H A Drtw8922a.c2418 status->chains |= BIT(path);
H A Drtw8852c.c2780 status->chains |= BIT(path);
H A Drtw8852b.c2446 status->chains |= BIT(path);
H A Drtw8851b.c2285 status->chains |= BIT(path);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c430 /* tx/rx chainmask reported from fw depends on the actual hw chains used,
431 * For example, for 4x4 capable macphys, first 4 chains can be used for first
432 * mac and the remaining 4 chains can be used for the second mac or vice-versa.
756 param->chains[NL80211_BAND_2GHZ].tx;
758 param->chains[NL80211_BAND_2GHZ].rx;
766 param->chains[NL80211_BAND_5GHZ].tx;
768 param->chains[NL80211_BAND_5GHZ].rx;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c460 status->chains = mphy->antenna_mask;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c601 status->chains = mphy->antenna_mask;

Completed in 495 milliseconds

1234