Searched refs:with_data (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | aso.h | 86 void mlx5_aso_post_wqe(struct mlx5_aso *aso, bool with_data, 88 int mlx5_aso_poll_cq(struct mlx5_aso *aso, bool with_data);
|
H A D | aso.c | 367 void mlx5_aso_post_wqe(struct mlx5_aso *aso, bool with_data, in mlx5_aso_post_wqe() argument 374 if (with_data) in mlx5_aso_post_wqe() 391 int mlx5_aso_poll_cq(struct mlx5_aso *aso, bool with_data) in mlx5_aso_poll_cq() argument 426 if (with_data) in mlx5_aso_poll_cq()
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | umr.c | 238 struct mlx5r_umr_wqe *wqe, bool with_data) in mlx5r_umr_post_send() argument 241 with_data ? sizeof(struct mlx5r_umr_wqe) : in mlx5r_umr_post_send() 285 struct mlx5r_umr_wqe *wqe, bool with_data) in mlx5r_umr_recover() argument 305 with_data); in mlx5r_umr_recover() 354 struct mlx5r_umr_wqe *wqe, bool with_data) in mlx5r_umr_post_send_wait() argument 382 with_data); in mlx5r_umr_post_send_wait() 402 err = mlx5r_umr_recover(dev, mkey, &umr_context, wqe, with_data); in mlx5r_umr_post_send_wait()
|
/linux/drivers/net/wireless/intel/iwlwifi/mld/ |
H A D | rx.c | 30 bool with_data; member 56 phy_data->with_data = true; in iwl_mld_fill_phy_data() 711 if (phy_data->with_data) { in iwl_mld_decode_eht_ext_mu() 822 if (phy_data->with_data) { in iwl_mld_decode_eht_ext_tb() 952 if (phy_data->with_data) { in iwl_mld_decode_eht_phy_data() 1000 if (phy_data->with_data) in iwl_mld_decode_eht_phy_data() 1063 if (phy_data->with_data) in iwl_mld_rx_eht() 1154 if (!phy_data->with_data) { in iwl_mld_rx_eht() 2055 phy_data.with_data = false; in iwl_mld_rx_monitor_no_data()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 976 bool with_data; member 1307 if (phy_data->with_data) { in iwl_mvm_decode_eht_ext_mu() 1417 if (phy_data->with_data) { in iwl_mvm_decode_eht_ext_tb() 1547 if (phy_data->with_data) { in iwl_mvm_decode_eht_phy_data() 1598 if (phy_data->with_data) in iwl_mvm_decode_eht_phy_data() 1662 if (phy_data->with_data) in iwl_mvm_rx_eht() 1752 if (!phy_data->with_data) { in iwl_mvm_rx_eht() 2159 phy_data.with_data = true; in iwl_mvm_rx_mpdu_mq() 2446 phy_data.with_data = false; in iwl_mvm_rx_monitor_no_data()
|