| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_l2.c | 218 _ecore_cxt_release_cid(p_hwfn, p_cid->cid, p_cid->vfid); in ecore_eth_queue_cid_release() 240 p_cid = OSAL_VZALLOC(p_hwfn->p_dev, sizeof(*p_cid)); in _ecore_eth_queue_to_cid() 267 p_cid->abs = p_cid->rel; in _ecore_eth_queue_to_cid() 294 p_cid->abs.stats_id = p_cid->rel.stats_id; in _ecore_eth_queue_to_cid() 310 p_cid->opaque_fid, p_cid->cid, in _ecore_eth_queue_to_cid() 311 p_cid->rel.vport_id, p_cid->abs.vport_id, in _ecore_eth_queue_to_cid() 312 p_cid->rel.queue_id, p_cid->qid_usage_idx, in _ecore_eth_queue_to_cid() 314 p_cid->rel.stats_id, p_cid->abs.stats_id, in _ecore_eth_queue_to_cid() 315 p_cid->sb_igu_id, p_cid->sb_idx); in _ecore_eth_queue_to_cid() 940 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 | 118 struct ecore_queue_cid *p_cid); 144 struct ecore_queue_cid *p_cid, 163 struct ecore_queue_cid *p_cid, 172 struct ecore_queue_cid *p_cid); 177 struct ecore_queue_cid *p_cid); 181 struct ecore_queue_cid *p_cid, 186 struct ecore_queue_cid *p_cid,
|
| H A D | ecore_vf.h | 99 struct ecore_queue_cid *p_cid); 112 struct ecore_queue_cid *p_cid); 140 struct ecore_queue_cid *p_cid, 161 struct ecore_queue_cid *p_cid, 175 struct ecore_queue_cid *p_cid, 187 struct ecore_queue_cid *p_cid); 345 …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 346 …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 348 …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 349 …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 | 246 if (p_queue->cids[i].p_cid && in ecore_iov_get_vf_rx_queue_cid() 2095 if (p_cid == OSAL_NULL) in ecore_iov_configure_vport_forced() 2099 (void **)&p_cid, in ecore_iov_configure_vport_forced() 2106 p_cid->rel.queue_id); in ecore_iov_configure_vport_forced() 2394 if (p_cid == OSAL_NULL) in ecore_iov_vf_mbx_start_rxq() 2415 p_queue->cids[qid_usage_idx].p_cid = p_cid; in ecore_iov_vf_mbx_start_rxq() 2668 if (p_cid == OSAL_NULL) in ecore_iov_vf_mbx_start_txq() 2680 p_queue->cids[qid_usage_idx].p_cid = p_cid; in ecore_iov_vf_mbx_start_txq() 2682 cid = p_cid->cid; in ecore_iov_vf_mbx_start_txq() 3638 p_cid = p_queue->cids[i].p_cid; in ecore_iov_vf_pf_get_coalesce() [all …]
|
| H A D | ecore_vf.c | 197 struct ecore_queue_cid *p_cid) in ecore_vf_pf_add_qid() argument 843 u16 rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_start() 853 req->hw_sb = p_cid->sb_igu_id; in ecore_vf_pf_rxq_start() 854 req->sb_index = p_cid->sb_idx; in ecore_vf_pf_rxq_start() 928 req->rx_qid = p_cid->rel.queue_id; in ecore_vf_pf_rxq_stop() 964 u16 qid = p_cid->rel.queue_id; in ecore_vf_pf_txq_start() 975 req->hw_sb = p_cid->sb_igu_id; in ecore_vf_pf_txq_start() 976 req->sb_index = p_cid->sb_idx; in ecore_vf_pf_txq_start() 1028 req->tx_qid = p_cid->rel.queue_id; in ecore_vf_pf_txq_stop() 1625 req->qid = p_cid->rel.queue_id; in ecore_vf_pf_get_coalesce() [all …]
|
| H A D | ecore_cxt.h | 202 u32 *p_cid); 217 u32 *p_cid, u8 vfid);
|
| H A D | ecore_sriov.h | 97 struct ecore_queue_cid *p_cid; member
|
| H A D | ecore_cxt.c | 1997 u32 *p_cid, u8 vfid) in _ecore_cxt_acquire_cid() argument 2035 *p_cid = rel_cid + p_map->start_cid; in _ecore_cxt_acquire_cid() 2039 *p_cid, rel_cid, vfid, type); in _ecore_cxt_acquire_cid() 2046 u32 *p_cid) in ecore_cxt_acquire_cid() argument 2048 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 | 6475 struct ecore_queue_cid *p_cid = (struct ecore_queue_cid *)p_handle; in ecore_set_queue_coalesce() local 6487 tx_coal, p_cid); in ecore_set_queue_coalesce() 6495 rc = ecore_set_rxq_coalesce(p_hwfn, p_ptt, rx_coal, p_cid); in ecore_set_queue_coalesce() 6502 rc = ecore_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, p_cid); in ecore_set_queue_coalesce() 6516 struct ecore_queue_cid *p_cid) in ecore_set_rxq_coalesce() argument 6537 p_cid->sb_igu_id, false); in ecore_set_rxq_coalesce() 6542 USTORM_ETH_QUEUE_ZONE_OFFSET(p_cid->abs.queue_id); in ecore_set_rxq_coalesce() 6556 struct ecore_queue_cid *p_cid) in ecore_set_txq_coalesce() argument 6577 p_cid->sb_igu_id, true); in ecore_set_txq_coalesce() 6582 XSTORM_ETH_QUEUE_ZONE_OFFSET(p_cid->abs.queue_id); in ecore_set_txq_coalesce()
|