Symbol: HWRM_NA_SIGNATURE
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1560
if (vnic->id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1585
if (vnic->id != (uint16_t)HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1614
if (ctx_id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1637
if (*ctx_id != (uint16_t)HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1664
if (grp->grp_id != (uint16_t)HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1698
if (grp->grp_id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1726
if (ring->phys_id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1763
if (ring->phys_id != (uint16_t)HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1856
if (cpr->stats_ctx_id == HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
1881
if (cpr->stats_ctx_id != HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2299
if (softc->vnic_info.id == (uint16_t) HWRM_NA_SIGNATURE) {
sys/dev/bnxt/bnxt_en/if_bnxt.c
2618
softc->def_cp_ring.stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
2619
softc->def_cp_ring.ring.phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
2813
(uint16_t)HWRM_NA_SIGNATURE);
sys/dev/bnxt/bnxt_en/if_bnxt.c
2828
(uint16_t)HWRM_NA_SIGNATURE);
sys/dev/bnxt/bnxt_en/if_bnxt.c
2856
(uint16_t)HWRM_NA_SIGNATURE);
sys/dev/bnxt/bnxt_en/if_bnxt.c
2870
(uint16_t)HWRM_NA_SIGNATURE);
sys/dev/bnxt/bnxt_en/if_bnxt.c
2878
(uint16_t)HWRM_NA_SIGNATURE);
sys/dev/bnxt/bnxt_en/if_bnxt.c
3678
if (cpr->ring.phys_id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/if_bnxt.c
3692
if (cpr->ring.phys_id == (uint16_t)HWRM_NA_SIGNATURE)
sys/dev/bnxt/bnxt_en/if_bnxt.c
4905
softc->def_cp_ring.stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4906
softc->def_cp_ring.ring.phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4907
softc->def_nq_ring.stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4908
softc->def_nq_ring.ring.phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4910
softc->tx_cp_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4912
(uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4913
softc->tx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4917
softc->nq_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4918
softc->nq_rings[i].ring.phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4921
softc->rx_cp_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4923
(uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4924
softc->rx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4925
softc->ag_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4926
softc->grp_info[i].grp_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4929
softc->vnic_info.id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4930
softc->vnic_info.rss_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
496
softc->tx_cp_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
498
(uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
514
softc->tx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
530
softc->nq_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
532
(uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
691
softc->rx_cp_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
693
(uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
711
softc->rx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
734
softc->ag_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
746
softc->grp_info[i].grp_id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
765
softc->vnic_info.id = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
767
softc->vnic_info.def_ring_grp = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
768
softc->vnic_info.cos_rule = (uint16_t)HWRM_NA_SIGNATURE;
sys/dev/bnxt/bnxt_en/if_bnxt.c
769
softc->vnic_info.lb_rule = (uint16_t)HWRM_NA_SIGNATURE;