Searched refs:filled (Results 1 – 10 of 10) sorted by relevance
1137 uint32_t filled = 0, len = 0; in hdd_copy_eht_operation() local1185 hdd_eht_ops->optional[filled++] = eht_ops->channel_width; in hdd_copy_eht_operation()1186 hdd_eht_ops->optional[filled++] = eht_ops->ccfs0; in hdd_copy_eht_operation()1187 hdd_eht_ops->optional[filled++] = eht_ops->ccfs1; in hdd_copy_eht_operation()1193 hdd_eht_ops->optional[filled++] = in hdd_copy_eht_operation()1195 hdd_eht_ops->optional[filled++] = in hdd_copy_eht_operation()1208 uint32_t mcs_param = 0, filled = 0, len = 0; in hdd_copy_eht_operation() local1248 hdd_eht_ops->optional[filled++] = eht_ops->channel_width; in hdd_copy_eht_operation()1249 hdd_eht_ops->optional[filled++] = eht_ops->ccfs0; in hdd_copy_eht_operation()1250 hdd_eht_ops->optional[filled++] = eht_ops->ccfs1; in hdd_copy_eht_operation()[all …]
719 sinfo->filled |= HDD_INFO_SIGNAL | HDD_INFO_SIGNAL_AVG | in wlan_hdd_update_sinfo()5833 info->filled |= HDD_INFO_TX_PACKETS | in wlan_hdd_fill_summary_stats()6300 sinfo->filled |= HDD_INFO_TX_BITRATE; in hdd_fill_sinfo_rate_info()6302 sinfo->filled |= HDD_INFO_RX_BITRATE; in hdd_fill_sinfo_rate_info()6324 sinfo->filled |= HDD_INFO_STA_FLAGS; in hdd_fill_sta_flags()6355 sinfo->filled |= HDD_INFO_CHAIN_SIGNAL_AVG; in hdd_fill_per_chain_avg_signal()6356 sinfo->filled |= HDD_INFO_SIGNAL_AVG; in hdd_fill_per_chain_avg_signal()6527 sinfo->filled |= HDD_INFO_EXPECTED_THROUGHPUT; in hdd_fill_rate_info()6577 sinfo->filled |= HDD_INFO_CONNECTED_TIME; in wlan_hdd_fill_station_info()6580 sinfo->filled |= HDD_INFO_INACTIVE_TIME; in wlan_hdd_fill_station_info()[all …]
2772 sta_info->filled |= STATION_INFO_ASSOC_REQ_IES; in hdd_hostapd_sap_event_cb()
393 int filled = 0; in htt_rx_ring_fill_n() local404 return filled; in htt_rx_ring_fill_n()505 filled++; in htt_rx_ring_fill_n()525 return filled; in htt_rx_ring_fill_n()604 int filled = 0; in htt_rx_ring_refill_retry() local615 filled = htt_rx_ring_fill_n(pdev, num); in htt_rx_ring_refill_retry()617 if (filled > num) { in htt_rx_ring_refill_retry()620 qdf_atomic_sub(filled - num, &pdev->rx_ring.refill_debt); in htt_rx_ring_refill_retry()621 } else if (num == filled) { /* nothing to be done */ in htt_rx_ring_refill_retry()623 qdf_atomic_add(num - filled, &pdev->rx_ring.refill_debt); in htt_rx_ring_refill_retry()[all …]
1574 uint32_t filled = 0; in ol_rx_in_order_indication_handler() local1632 filled = htt_rx_msdu_buff_in_order_replenish(htt_pdev, msdu_count); in ol_rx_in_order_indication_handler()1633 ol_rx_ind_record_event(filled, OL_RX_INDICATION_BUF_REPLENISH); in ol_rx_in_order_indication_handler()