Home
last modified time | relevance | path

Searched refs:HWRM_NA_SIGNATURE (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c48 vnic->fw_vnic_id = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_init_vnics()
49 vnic->rss_rule = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_init_vnics()
50 vnic->cos_rule = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_init_vnics()
51 vnic->lb_rule = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_init_vnics()
192 if (vnic->fw_vnic_id != (uint16_t)HWRM_NA_SIGNATURE) { in bnxt_free_vnic_mem()
H A Dbnxt_ring.c46 memset(&bp->grp_info[i], (uint8_t)HWRM_NA_SIGNATURE, in bnxt_init_ring_grps()
301 cp_ring_info->hw_stats_ctx_id = HWRM_NA_SIGNATURE; in bnxt_alloc_rings()
317 nq_ring_info->hw_stats_ctx_id = HWRM_NA_SIGNATURE; in bnxt_alloc_rings()
390 uint32_t nq_ring_id = HWRM_NA_SIGNATURE; in bnxt_alloc_cmpl_ring()
408 HWRM_NA_SIGNATURE, nq_ring_id, 0); in bnxt_alloc_cmpl_ring()
467 HWRM_NA_SIGNATURE, HWRM_NA_SIGNATURE, 0); in bnxt_alloc_rxtx_nq_ring()
535 uint32_t hw_stats_ctx_id = HWRM_NA_SIGNATURE; in bnxt_alloc_rx_agg_ring()
776 HWRM_NA_SIGNATURE, HWRM_NA_SIGNATURE, 0); in bnxt_alloc_async_cp_ring()
H A Dbnxt_hwrm.c1752 if (cpr->hw_stats_ctx_id == (uint32_t)HWRM_NA_SIGNATURE) in bnxt_hwrm_stat_clear()
1826 vnic->rss_rule = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_hwrm_vnic_alloc()
1827 vnic->cos_rule = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_hwrm_vnic_alloc()
1828 vnic->lb_rule = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_hwrm_vnic_alloc()
1969 if (vnic->rss_rule != (uint16_t)HWRM_NA_SIGNATURE) { in bnxt_hwrm_vnic_cfg()
2099 if (ctx_idx == (uint16_t)HWRM_NA_SIGNATURE) { in _bnxt_hwrm_vnic_ctx_free()
2466 if (cpr->hw_stats_ctx_id != HWRM_NA_SIGNATURE) { in bnxt_free_all_hwrm_stat_ctxs()
2468 cpr->hw_stats_ctx_id = HWRM_NA_SIGNATURE; in bnxt_free_all_hwrm_stat_ctxs()
H A Dhsi_struct_def_dpdk.h938 #define HWRM_NA_SIGNATURE ((uint32_t)(-1)) macro