Searched refs:HWRM_NA_SIGNATURE (Results 1 – 4 of 4) sorted by relevance
48 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()183 if (vnic->fw_vnic_id != (uint16_t)HWRM_NA_SIGNATURE) { in bnxt_free_vnic_mem()
46 memset(&bp->grp_info[i], (uint8_t)HWRM_NA_SIGNATURE, in bnxt_init_ring_grps()307 cp_ring_info->hw_stats_ctx_id = HWRM_NA_SIGNATURE; in bnxt_alloc_rings()323 nq_ring_info->hw_stats_ctx_id = HWRM_NA_SIGNATURE; in bnxt_alloc_rings()409 uint32_t nq_ring_id = HWRM_NA_SIGNATURE; in bnxt_alloc_cmpl_ring()427 HWRM_NA_SIGNATURE, nq_ring_id, 0); in bnxt_alloc_cmpl_ring()486 HWRM_NA_SIGNATURE, HWRM_NA_SIGNATURE, 0); in bnxt_alloc_rxtx_nq_ring()555 uint32_t hw_stats_ctx_id = HWRM_NA_SIGNATURE; in bnxt_alloc_rx_agg_ring()789 HWRM_NA_SIGNATURE, HWRM_NA_SIGNATURE, 0); in bnxt_alloc_async_cp_ring()
1925 if (cpr->hw_stats_ctx_id == HWRM_NA_SIGNATURE) in bnxt_hwrm_stat_clear()1946 if (cpr->hw_stats_ctx_id != HWRM_NA_SIGNATURE) in bnxt_hwrm_stat_ctx_alloc()1972 if (cpr->hw_stats_ctx_id == HWRM_NA_SIGNATURE) in bnxt_hwrm_stat_ctx_free()1984 cpr->hw_stats_ctx_id = HWRM_NA_SIGNATURE; in bnxt_hwrm_stat_ctx_free()2005 vnic->rss_rule = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_hwrm_vnic_alloc()2006 vnic->cos_rule = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_hwrm_vnic_alloc()2007 vnic->lb_rule = (uint16_t)HWRM_NA_SIGNATURE; in bnxt_hwrm_vnic_alloc()2153 if (vnic->rss_rule != (uint16_t)HWRM_NA_SIGNATURE) { in bnxt_hwrm_vnic_cfg()2273 if (ctx_idx == (uint16_t)HWRM_NA_SIGNATURE) { in _bnxt_hwrm_vnic_ctx_free()
1065 #define HWRM_NA_SIGNATURE ((uint32_t)(-1)) macro