Symbol: HWRM_NA_SIGNATURE
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1651
if (vnic->id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1676
if (vnic->id != (uint16_t)HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1705
if (ctx_id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1728
if (*ctx_id != (uint16_t)HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1755
if (grp->grp_id != (uint16_t)HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1789
if (grp->grp_id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1817
if (ring->phys_id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1854
if (ring->phys_id != (uint16_t)HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1947
if (cpr->stats_ctx_id == HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1972
if (cpr->stats_ctx_id != HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2428
if (softc->vnic_info.id == (uint16_t) HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/if_bnxt.c
2859
softc->def_cp_ring.stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
2860
softc->def_cp_ring.ring.phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
3068
(uint16_t)HWRM_NA_SIGNATURE);
sys/dev/bnxt/bnxt_en/if_bnxt.c
3083
(uint16_t)HWRM_NA_SIGNATURE);
sys/dev/bnxt/bnxt_en/if_bnxt.c
3111
(uint16_t)HWRM_NA_SIGNATURE);
sys/dev/bnxt/bnxt_en/if_bnxt.c
3125
(uint16_t)HWRM_NA_SIGNATURE);
sys/dev/bnxt/bnxt_en/if_bnxt.c
3133
(uint16_t)HWRM_NA_SIGNATURE);
sys/dev/bnxt/bnxt_en/if_bnxt.c
3939
if (cpr->ring.phys_id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/if_bnxt.c
3953
if (cpr->ring.phys_id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/if_bnxt.c
5183
softc->def_cp_ring.stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5184
softc->def_cp_ring.ring.phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5185
softc->def_nq_ring.stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5186
softc->def_nq_ring.ring.phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5188
softc->tx_cp_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5190
(uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5191
softc->tx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5195
softc->nq_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5196
softc->nq_rings[i].ring.phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5199
softc->rx_cp_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5201
(uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5202
softc->rx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5203
softc->ag_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5204
softc->grp_info[i].grp_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5207
softc->vnic_info.id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
5208
softc->vnic_info.rss_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
633
softc->tx_cp_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
635
(uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
651
softc->tx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
667
softc->nq_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
669
(uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
828
softc->rx_cp_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
830
(uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
848
softc->rx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
871
softc->ag_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
883
softc->grp_info[i].grp_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
902
softc->vnic_info.id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
904
softc->vnic_info.def_ring_grp = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
905
softc->vnic_info.cos_rule = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
906
softc->vnic_info.lb_rule = (uint16_t)HWRM_NA_SIGNATURE;