Searched refs:bsf (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/crypto/mlx5/ |
| H A D | mlx5_crypto.c | 374 struct mlx5_wqe_umr_bsf_seg *bsf = ((struct mlx5_wqe_umr_bsf_seg *) in mlx5_crypto_wqe_set() local 384 bsf->bs_bpt_eo_es = sess->bs_bpt_eo_es; in mlx5_crypto_wqe_set() 386 bsf->bsp_res = mlx5_crypto_get_block_size(op); in mlx5_crypto_wqe_set() 387 if (unlikely(bsf->bsp_res == UINT32_MAX)) { in mlx5_crypto_wqe_set() 392 bsf->bsp_res = sess->bsp_res; in mlx5_crypto_wqe_set() 394 bsf->raw_data_size = rte_cpu_to_be_32(op->sym->cipher.data.length); in mlx5_crypto_wqe_set() 395 memcpy(bsf->xts_initial_tweak, in mlx5_crypto_wqe_set() 397 bsf->res_dp = sess->dek_id; in mlx5_crypto_wqe_set() 534 struct mlx5_wqe_umr_bsf_seg *bsf = in mlx5_crypto_qp_init() local 550 bsf->keytag = priv->keytag; in mlx5_crypto_qp_init()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_pf.c | 438 uint16_t bsf, qp_idx; in i40e_vsi_get_tc_of_queue() local 446 bsf = rte_le_to_cpu_16((info->tc_mapping[i] & in i40e_vsi_get_tc_of_queue() 449 if (queue_id >= qp_idx && queue_id < qp_idx + (1 << bsf)) in i40e_vsi_get_tc_of_queue()
|
| H A D | i40e_rxtx.c | 1964 uint16_t reg_idx, base, bsf, tc_mapping; in i40e_dev_rx_queue_setup() local 2068 bsf = (tc_mapping & I40E_AQ_VSI_TC_QUE_NUMBER_MASK) >> in i40e_dev_rx_queue_setup() 2071 if (queue_idx >= base && queue_idx < (base + BIT(bsf))) in i40e_dev_rx_queue_setup() 2280 uint16_t reg_idx, i, base, bsf, tc_mapping; in i40e_dev_tx_queue_setup() local 2455 bsf = (tc_mapping & I40E_AQ_VSI_TC_QUE_NUMBER_MASK) >> in i40e_dev_tx_queue_setup() 2458 if (queue_idx >= base && queue_idx < (base + BIT(bsf))) in i40e_dev_tx_queue_setup()
|
| H A D | rte_pmd_i40e.c | 2536 uint16_t queue_offset, bsf, tc_index; in i40e_vsi_update_queue_region_mapping() local 2567 bsf = rte_bsf32(region_info->region[i].queue_num); in i40e_vsi_update_queue_region_mapping() 2571 (bsf << I40E_AQ_VSI_TC_QUE_NUMBER_SHIFT)); in i40e_vsi_update_queue_region_mapping()
|
| H A D | i40e_ethdev.c | 5231 uint16_t qpnum_per_tc, bsf, qp_idx; in i40e_vsi_config_tc_queue_mapping() local 5247 bsf = rte_bsf32(qpnum_per_tc); in i40e_vsi_config_tc_queue_mapping() 5263 (bsf << I40E_AQ_VSI_TC_QUE_NUMBER_SHIFT)); in i40e_vsi_config_tc_queue_mapping() 10517 uint16_t qpnum_per_tc, bsf, qp_idx; in i40e_vsi_update_queue_mapping() local 10553 bsf = rte_bsf32(qpnum_per_tc); in i40e_vsi_update_queue_mapping() 10565 (bsf << I40E_AQ_VSI_TC_QUE_NUMBER_SHIFT)); in i40e_vsi_update_queue_mapping() 11006 uint16_t bsf, tc_mapping; in i40e_dev_get_dcb_info() local 11029 bsf = (tc_mapping & I40E_AQ_VSI_TC_QUE_NUMBER_MASK) >> in i40e_dev_get_dcb_info() 11031 dcb_info->tc_queue.tc_rxq[j][i].nb_queue = 1 << bsf; in i40e_dev_get_dcb_info() 11050 bsf = (tc_mapping & I40E_AQ_VSI_TC_QUE_NUMBER_MASK) >> in i40e_dev_get_dcb_info() [all …]
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 556 struct mlx5_wqe_umr_bsf_seg bsf[0]; member
|