Searched refs:HWRM_NA_SIGNATURE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bnxt/
H A Dif_bnxt.c379 softc->tx_cp_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
381 (uint16_t)HWRM_NA_SIGNATURE;
393 softc->tx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
518 softc->rx_cp_rings[i].stats_ctx_id = HWRM_NA_SIGNATURE;
520 (uint16_t)HWRM_NA_SIGNATURE;
534 softc->rx_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
554 softc->ag_rings[i].phys_id = (uint16_t)HWRM_NA_SIGNATURE;
563 softc->grp_info[i].grp_id = (uint16_t)HWRM_NA_SIGNATURE;
582 softc->vnic_info.id = (uint16_t)HWRM_NA_SIGNATURE;
583 softc->vnic_info.flow_id = (uint16_t)HWRM_NA_SIGNATURE;
[all...]
H A Dbnxt_hwrm.c668 if (vnic->id != (uint16_t)HWRM_NA_SIGNATURE) {
699 if (*ctx_id != (uint16_t)HWRM_NA_SIGNATURE) {
726 if (grp->grp_id != (uint16_t)HWRM_NA_SIGNATURE) {
763 if (ring->phys_id != (uint16_t)HWRM_NA_SIGNATURE) {
774 if (stat_ctx_id != HWRM_NA_SIGNATURE) {
814 if (cpr->stats_ctx_id != HWRM_NA_SIGNATURE) {
1020 if (softc->vnic_info.id == (uint16_t) HWRM_NA_SIGNATURE) {
H A Dhsi_struct_def.h57 #define HWRM_NA_SIGNATURE ((uint32_t)(-1)) macro
[all...]

Completed in 178 milliseconds