Searched refs:cids (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_sriov.c | 257 if (p_queue->cids[i].p_cid && in ecore_iov_get_vf_rx_queue_cid() 258 !p_queue->cids[i].b_is_tx) in ecore_iov_get_vf_rx_queue_cid() 259 return p_queue->cids[i].p_cid; in ecore_iov_get_vf_rx_queue_cid() 1126 u32 cids; in ecore_iov_init_hw_for_vf() local 1608 if (!p_queue->cids[j].p_cid) in ecore_iov_vf_cleanup() 1612 p_queue->cids[j].p_cid); in ecore_iov_vf_cleanup() 3717 p_cid = p_queue->cids[i].p_cid; in ecore_iov_vf_pf_get_coalesce() 3802 if (!p_queue->cids[i].b_is_tx) in ecore_iov_vf_pf_set_coalesce() 3806 p_queue->cids[i].p_cid); in ecore_iov_vf_pf_set_coalesce() 3889 if (!p_queue->cids[i].b_is_tx) in ecore_iov_pf_configure_vf_queue_coalesce() [all …]
|
| H A D | ecore_sriov.h | 82 struct ecore_vf_queue_cid cids[MAX_QUEUES_PER_QZONE]; member
|
| H A D | ecore_cxt.c | 204 iids->cids += p_mngr->conn_cfg[type].cid_count; in ecore_cxt_qm_iids() 226 iids->cids, iids->vf_cids, iids->tids, vf_tids); in ecore_cxt_qm_iids() 601 total = ecore_qm_pf_mem_size(p_hwfn, qm_iids.cids, in ecore_cxt_cfg_ilt_compute() 609 qm_iids.cids, qm_iids.vf_cids, qm_iids.tids, in ecore_cxt_cfg_ilt_compute() 1415 iids.cids, iids.vf_cids, iids.tids, in ecore_qm_init_pf()
|
| H A D | ecore.h | 277 u32 cids; member
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 3932 cmd_params->q_obj->cids[0], in ecore_q_fill_setup_tx_only() 3982 o->cids[cos], cos); in ecore_q_init() 4020 o->cids[ECORE_PRIMARY_CID_INDEX], in ecore_q_send_setup_e1x() 4049 o->cids[ECORE_PRIMARY_CID_INDEX], in ecore_q_send_setup_e2() 4087 o->cids[cid_index], rdata->general.client_id, in ecore_q_send_setup_tx_only() 4200 o->cids[cid_index], data_mapping, in ecore_q_send_update() 4264 o->cids[ECORE_PRIMARY_CID_INDEX], in ecore_q_send_halt() 4281 o->cids[cid_idx], 0, NONE_CONNECTION_TYPE); in ecore_q_send_cfc_del() 4297 o->cids[cid_index], 0, ETH_CONNECTION_TYPE); in ecore_q_send_terminate() 4306 o->cids[ECORE_PRIMARY_CID_INDEX], 0, in ecore_q_send_empty() [all …]
|
| H A D | ecore_sp.h | 1465 uint32_t cids[ECORE_MULTI_TX_COS]; member 1824 struct ecore_queue_sp_obj *obj, uint8_t cl_id, uint32_t *cids,
|
| H A D | bnx2x.c | 4951 uint32_t cids[ECORE_MULTI_TX_COS] = { 0 }; in bnx2x_init_eth_fp() local 4984 cids[cos] = idx; in bnx2x_init_eth_fp() 5005 cids, in bnx2x_init_eth_fp()
|