| /freebsd-14.2/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_l2.c | 216 _ecore_cxt_release_cid(p_hwfn, p_cid->cid, p_cid->vfid); in ecore_eth_queue_cid_release() 238 p_cid = OSAL_VZALLOC(p_hwfn->p_dev, sizeof(*p_cid)); in _ecore_eth_queue_to_cid() 265 p_cid->abs = p_cid->rel; in _ecore_eth_queue_to_cid() 292 p_cid->abs.stats_id = p_cid->rel.stats_id; in _ecore_eth_queue_to_cid() 308 p_cid->opaque_fid, p_cid->cid, in _ecore_eth_queue_to_cid() 309 p_cid->rel.vport_id, p_cid->abs.vport_id, in _ecore_eth_queue_to_cid() 310 p_cid->rel.queue_id, p_cid->qid_usage_idx, in _ecore_eth_queue_to_cid() 312 p_cid->rel.stats_id, p_cid->abs.stats_id, in _ecore_eth_queue_to_cid() 313 p_cid->sb_igu_id, p_cid->sb_idx); in _ecore_eth_queue_to_cid() 938 p_cid->opaque_fid, p_cid->cid, p_cid->abs.queue_id, in ecore_eth_rxq_start_ramrod() [all …]
|
| H A D | ecore_l2.h | 115 struct ecore_queue_cid *p_cid); 141 struct ecore_queue_cid *p_cid, 160 struct ecore_queue_cid *p_cid, 169 struct ecore_queue_cid *p_cid); 174 struct ecore_queue_cid *p_cid); 178 struct ecore_queue_cid *p_cid, 183 struct ecore_queue_cid *p_cid,
|
| H A D | ecore_vf.h | 97 struct ecore_queue_cid *p_cid); 110 struct ecore_queue_cid *p_cid); 138 struct ecore_queue_cid *p_cid, 159 struct ecore_queue_cid *p_cid, 173 struct ecore_queue_cid *p_cid, 185 struct ecore_queue_cid *p_cid); 343 …truct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED *p_cid, u16 OSAL_UNUSED b… in ecore_vf_pf_rxq_start() argument 344 …truct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED *p_cid, dma_addr_t OSAL_U… in ecore_vf_pf_txq_start() argument 345 …truct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED *p_cid, bool OSAL_UNUSED … in ecore_vf_pf_rxq_stop() argument 346 …truct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_queue_cid OSAL_UNUSED *p_cid) {return ECORE_INV… in ecore_vf_pf_txq_stop() argument
|
| H A D | ecore_sriov.c | 243 if (p_queue->cids[i].p_cid && in ecore_iov_get_vf_rx_queue_cid() 2092 if (p_cid == OSAL_NULL) in ecore_iov_configure_vport_forced() 2096 (void **)&p_cid, in ecore_iov_configure_vport_forced() 2103 p_cid->rel.queue_id); in ecore_iov_configure_vport_forced() 2391 if (p_cid == OSAL_NULL) in ecore_iov_vf_mbx_start_rxq() 2412 p_queue->cids[qid_usage_idx].p_cid = p_cid; in ecore_iov_vf_mbx_start_rxq() 2665 if (p_cid == OSAL_NULL) in ecore_iov_vf_mbx_start_txq() 2677 p_queue->cids[qid_usage_idx].p_cid = p_cid; in ecore_iov_vf_mbx_start_txq() 2679 cid = p_cid->cid; in ecore_iov_vf_mbx_start_txq() 3635 p_cid = p_queue->cids[i].p_cid; in ecore_iov_vf_pf_get_coalesce() [all …]
|
| H A D | ecore_vf.c | 194 struct ecore_queue_cid *p_cid) in ecore_vf_pf_add_qid() argument 839 u16 rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_start() 849 req->hw_sb = p_cid->sb_igu_id; in ecore_vf_pf_rxq_start() 850 req->sb_index = p_cid->sb_idx; in ecore_vf_pf_rxq_start() 924 req->rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_stop() 960 u16 qid = p_cid->rel.queue_id; in ecore_vf_pf_txq_start() 971 req->hw_sb = p_cid->sb_igu_id; in ecore_vf_pf_txq_start() 972 req->sb_index = p_cid->sb_idx; in ecore_vf_pf_txq_start() 1024 req->tx_qid = p_cid->rel.queue_id; in ecore_vf_pf_txq_stop() 1621 req->qid = p_cid->rel.queue_id; in ecore_vf_pf_get_coalesce() [all …]
|
| H A D | ecore_cxt.h | 200 u32 *p_cid); 215 u32 *p_cid, u8 vfid);
|
| H A D | ecore_sriov.h | 95 struct ecore_queue_cid *p_cid; member
|
| H A D | ecore_cxt.c | 1993 u32 *p_cid, u8 vfid) in _ecore_cxt_acquire_cid() argument 2031 *p_cid = rel_cid + p_map->start_cid; in _ecore_cxt_acquire_cid() 2035 *p_cid, rel_cid, vfid, type); in _ecore_cxt_acquire_cid() 2042 u32 *p_cid) in ecore_cxt_acquire_cid() argument 2044 return _ecore_cxt_acquire_cid(p_hwfn, type, p_cid, ECORE_CXT_PF_CID); in ecore_cxt_acquire_cid()
|
| H A D | ecore_dev.c | 6471 struct ecore_queue_cid *p_cid = (struct ecore_queue_cid *)p_handle; in ecore_set_queue_coalesce() local 6483 tx_coal, p_cid); in ecore_set_queue_coalesce() 6491 rc = ecore_set_rxq_coalesce(p_hwfn, p_ptt, rx_coal, p_cid); in ecore_set_queue_coalesce() 6498 rc = ecore_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, p_cid); in ecore_set_queue_coalesce() 6512 struct ecore_queue_cid *p_cid) in ecore_set_rxq_coalesce() argument 6533 p_cid->sb_igu_id, false); in ecore_set_rxq_coalesce() 6538 USTORM_ETH_QUEUE_ZONE_OFFSET(p_cid->abs.queue_id); in ecore_set_rxq_coalesce() 6552 struct ecore_queue_cid *p_cid) in ecore_set_txq_coalesce() argument 6573 p_cid->sb_igu_id, true); in ecore_set_txq_coalesce() 6578 XSTORM_ETH_QUEUE_ZONE_OFFSET(p_cid->abs.queue_id); in ecore_set_txq_coalesce()
|