| /dpdk/examples/vhost_crypto/ |
| H A D | main.c | 41 uint8_t cid; member 51 uint8_t cid; member 192 lo->cid = flds[FLD_CID]; in parse_config() 412 info->cid, info->qid, ops[j], in vhost_crypto_worker() 423 info->cid, info->qid, in vhost_crypto_worker() 509 info->cid = lo->cid; in main() 513 rte_cryptodev_info_get(info->cid, &dev_info); in main() 538 ret = rte_cryptodev_configure(info->cid, &config); in main() 541 info->cid); in main() 554 info->cid), 64, 0, NULL, NULL, NULL, NULL, in main() [all …]
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae_counter.c | 48 uint32_t cid; in sfc_mae_counter_get_service_lcore() local 50 cid = sfc_get_service_lcore(sa->socket_id); in sfc_mae_counter_get_service_lcore() 51 if (cid != RTE_MAX_LCORE) in sfc_mae_counter_get_service_lcore() 52 return cid; in sfc_mae_counter_get_service_lcore() 55 cid = sfc_get_service_lcore(SOCKET_ID_ANY); in sfc_mae_counter_get_service_lcore() 57 if (cid == RTE_MAX_LCORE) { in sfc_mae_counter_get_service_lcore() 64 return cid; in sfc_mae_counter_get_service_lcore() 532 uint32_t cid; in sfc_mae_counter_service_register() local 556 if (cid == RTE_MAX_LCORE) { in sfc_mae_counter_service_register() 563 rc = rte_service_lcore_start(cid); in sfc_mae_counter_service_register() [all …]
|
| H A D | sfc_repr_proxy.c | 910 uint32_t cid; in sfc_repr_proxy_attach() local 933 cid = sfc_get_service_lcore(sa->socket_id); in sfc_repr_proxy_attach() 934 if (cid == RTE_MAX_LCORE && sa->socket_id != SOCKET_ID_ANY) { in sfc_repr_proxy_attach() 940 cid = sfc_get_service_lcore(SOCKET_ID_ANY); in sfc_repr_proxy_attach() 942 if (cid == RTE_MAX_LCORE) { in sfc_repr_proxy_attach() 951 service.socket_id = rte_lcore_to_socket_id(cid); in sfc_repr_proxy_attach() 962 rc = rte_service_map_lcore_set(sid, cid, 1); in sfc_repr_proxy_attach() 969 rp->service_core_id = cid; in sfc_repr_proxy_attach()
|
| /dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_mbox.c | 32 otx_cpt_chipid_vfid_t cid; in otx_cpt_handle_mbox_intr() local 34 cid.u64 = mbx.data; in otx_cpt_handle_mbox_intr() 36 cptvf->vfid = cid.s.vfid; in otx_cpt_handle_mbox_intr() 39 cptvf->vfid, cid.s.chip_id); in otx_cpt_handle_mbox_intr()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_sp_commands.c | 31 u32 opaque_cid = p_data->opaque_fid << 16 | p_data->cid; in ecore_sp_init_request() 45 p_ent->elem.hdr.cid = OSAL_CPU_TO_LE32(opaque_cid); in ecore_sp_init_request() 318 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_pf_start() 429 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_pf_update_dcbx() 453 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_pf_update_ufp() 499 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_rl_update() 579 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_pf_update_tunn_cfg() 610 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_pf_stop() 631 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_heartbeat_ramrod() 656 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_pf_update_stag()
|
| H A D | ecore_l2.c | 198 u16 opaque_fid, u32 cid, in _ecore_eth_queue_to_cid() argument 211 p_cid->cid = cid; in _ecore_eth_queue_to_cid() 276 p_cid->opaque_fid, p_cid->cid, in _ecore_eth_queue_to_cid() 299 u32 cid = 0; in ecore_eth_queue_to_cid() local 311 cid = p_vf_params->vf_qid; in ecore_eth_queue_to_cid() 321 &cid, vfid) != ECORE_SUCCESS) { in ecore_eth_queue_to_cid() 926 init_data.cid = p_cid->cid; in ecore_eth_rxq_start_ramrod() 1066 init_data.cid = p_cid->cid; in ecore_sp_eth_rx_queues_update() 1102 init_data.cid = p_cid->cid; in ecore_eth_pf_rx_queue_stop() 1161 init_data.cid = p_cid->cid; in ecore_eth_txq_start_ramrod() [all …]
|
| H A D | ecore_spq.c | 134 OSAL_LE32_TO_CPU(p_ent->elem.hdr.cid), in ecore_spq_block() 175 p_ent->elem.hdr.cid, p_ent->elem.hdr.cmd_id, in ecore_spq_fill_entry() 211 cxt_info.iid = p_spq->cid; in ecore_spq_hw_initialize() 217 p_spq->cid); in ecore_spq_hw_initialize() 283 p_spq->db_addr_offset, p_spq->cid, p_db_data->params, in ecore_spq_hw_post() 552 ecore_cxt_acquire_cid(p_hwfn, PROTOCOLID_CORE, &p_spq->cid); in ecore_spq_setup() 559 p_spq->db_addr_offset = DB_ADDR(p_spq->cid, DQ_DEMS_LEGACY); in ecore_spq_setup() 782 return p_hwfn->p_spq->cid; in ecore_spq_get_cid()
|
| H A D | ecore_cxt.h | 144 void ecore_cxt_release_cid(struct ecore_hwfn *p_hwfn, u32 cid); 154 u32 cid, u8 vfid);
|
| H A D | ecore_sp_commands.h | 22 u32 cid; member
|
| H A D | ecore_cxt.c | 1839 u32 cid, u8 vfid, in ecore_cxt_test_cid_acquired() argument 1855 if (cid >= (*pp_map)->start_cid && in ecore_cxt_test_cid_acquired() 1856 cid < (*pp_map)->start_cid + (*pp_map)->max_count) { in ecore_cxt_test_cid_acquired() 1861 DP_NOTICE(p_hwfn, true, "Invalid CID %d vfid %02x", cid, vfid); in ecore_cxt_test_cid_acquired() 1865 rel_cid = cid - (*pp_map)->start_cid; in ecore_cxt_test_cid_acquired() 1868 "CID %d [vifd %02x] not acquired", cid, vfid); in ecore_cxt_test_cid_acquired() 1894 b_acquired = ecore_cxt_test_cid_acquired(p_hwfn, cid, vfid, in _ecore_cxt_release_cid() 1900 rel_cid = cid - p_map->start_cid; in _ecore_cxt_release_cid() 1905 cid, rel_cid, vfid, type); in _ecore_cxt_release_cid() 1908 void ecore_cxt_release_cid(struct ecore_hwfn *p_hwfn, u32 cid) in ecore_cxt_release_cid() argument [all …]
|
| H A D | ecore_l2.h | 62 u32 cid; member
|
| H A D | ecore.h | 116 static OSAL_INLINE u32 DB_ADDR(u32 cid, u32 DEMS) in DB_ADDR() argument 119 (cid * ECORE_PF_DEMS_SIZE); in DB_ADDR() 124 static OSAL_INLINE u32 DB_ADDR_VF(u32 cid, u32 DEMS) in DB_ADDR_VF() argument 127 FIELD_VALUE(DB_LEGACY_ADDR_ICID, cid); in DB_ADDR_VF()
|
| H A D | ecore_init_fw_funcs.c | 1907 u8 conn_type, u8 region, u32 cid) in ecore_calc_cdu_validation_byte() argument 1927 validation_string |= (cid & 0xFFF00000) | ((cid & 0xFFF) << 8); in ecore_calc_cdu_validation_byte() 1970 u8 ctx_type, u32 cid) in ecore_calc_session_ctx_validation() argument 1982 *x_val_ptr = ecore_calc_cdu_validation_byte(p_hwfn, ctx_type, 3, cid); in ecore_calc_session_ctx_validation() 1983 *t_val_ptr = ecore_calc_cdu_validation_byte(p_hwfn, ctx_type, 4, cid); in ecore_calc_session_ctx_validation() 1984 *u_val_ptr = ecore_calc_cdu_validation_byte(p_hwfn, ctx_type, 5, cid); in ecore_calc_session_ctx_validation()
|
| H A D | ecore_spq.h | 143 u32 cid; member
|
| H A D | ecore_init_fw_funcs.h | 473 u32 cid);
|
| H A D | common_hsi.h | 806 __le32 cid /* Dedicated field RoCE destroy QP event */; member 814 __le32 cid /* Dedicated field RoCE Suspend QP event */; member
|
| /dpdk/drivers/common/iavf/ |
| H A D | README | 9 cid-avf.2021.08.16.tar.gz released by the team which develops
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 482 uint32_t cid; member 891 uint32_t cid; member 1837 uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata, 1844 uint8_t cl_id, uint32_t cid, uint8_t func_id, 1852 uint8_t cl_id, uint32_t cid, uint8_t func_id, 1861 uint8_t cl_id, uint32_t cid, uint8_t func_id, 1946 uint8_t cl_id, uint32_t cid, uint8_t func_id, uint8_t engine_id,
|
| H A D | ecore_sp.c | 790 hdr->echo = ECORE_CPU_TO_LE32((cid & ECORE_SWCID_MASK) | in ecore_vlan_mac_set_rdata_hdr_e2() 1585 rc = ecore_sp_post(sc, o->ramrod_cmd, r->cid, in ecore_execute_vlan_mac() 1836 uint32_t cid, uint8_t func_id, in ecore_init_raw_obj() argument 1842 raw->cid = cid; in ecore_init_raw_obj() 1856 uint8_t cl_id, uint32_t cid, in ecore_init_vlan_mac_common() argument 1884 uint8_t cl_id, uint32_t cid, uint8_t func_id, in ecore_init_mac_obj() argument 2033 hdr->echo = ECORE_CPU_TO_LE32(cid); in ecore_rx_mode_set_rdata_hdr_e2() 2173 p->cid, p->rdata_mapping, ETH_CONNECTION_TYPE); in ecore_set_rx_mode_e2() 2899 raw->cid, in ecore_mcast_setup_e2() 3564 r->cid, r->rdata_mapping, ETH_CONNECTION_TYPE); in ecore_setup_rss() [all …]
|
| H A D | bnx2x.h | 479 #define CID_TO_FP(cid, sc) ((cid) % BNX2X_NUM_NON_CNIC_QUEUES(sc)) argument 1584 #define DOORBELL(sc, cid, val) \ argument 1586 BNX2X_DB_WRITE((DOORBELL_ADDR(sc, sc->doorbell_size * (cid) + DPM_TRIGGER_TYPE)), (val)); \ 1588 BNX2X_DB_WRITE((DOORBELL_ADDR(sc, sc->doorbell_size * (cid))), (val)) \ 1834 uint32_t cid); 1839 int bnx2x_sp_post(struct bnx2x_softc *sc, int command, int cid,
|
| H A D | bnx2x.c | 487 uint32_t cid) in bnx2x_set_ctx_validation() argument 491 CDU_RSRVD_VALUE_TYPE_A(HW_CID(sc, cid), in bnx2x_set_ctx_validation() 1167 fp->index, cid, command, sc->state, in bnx2x_sp_event() 1530 ramrod_param.cid = 0; in bnx2x_set_q_rx_mode() 4266 uint32_t cid) in bnx2x_cid_to_q_obj() argument 4353 uint32_t cid; in bnx2x_eq_int() local 4386 cid = SW_CID(elem->message.data.cfc_del_event.cid); in bnx2x_eq_int() 4401 cid); in bnx2x_eq_int() 4402 q_obj = bnx2x_cid_to_q_obj(sc, cid); in bnx2x_eq_int() 4467 cid = in bnx2x_eq_int() [all …]
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | README | 9 cid-i40e.2021.08.16.tar.gz released by the team which develops
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | README | 6 cid-gigabit.2020.06.05.tar.gz released by ND. The sub-directory of base/
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | README | 9 not-released-cid-ixgbe.2020.06.09.tar.gz released by the team which develop
|
| /dpdk/lib/vhost/ |
| H A D | vhost_crypto.c | 204 uint8_t cid; member 386 if (rte_cryptodev_sym_session_init(vcrypto->cid, session, &xform1, in vhost_crypto_create_sess() 398 if (rte_cryptodev_sym_session_clear(vcrypto->cid, session) < 0) in vhost_crypto_create_sess() 430 if (rte_cryptodev_sym_session_clear(vcrypto->cid, session) < 0) { in vhost_crypto_close_sess() 1451 vcrypto->cid = cryptodev_id; in rte_vhost_crypto_create()
|