Searched refs:ILLEGAL_BASE (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_muram.c131 if (addr == ILLEGAL_BASE)
147 if (addr == ILLEGAL_BASE)
H A Dfm_ncsw.c668 return (uint8_t)ILLEGAL_BASE;
699 if (p_Fm->partVSPBase == (uint8_t)(ILLEGAL_BASE))
705 return (uint8_t)ILLEGAL_BASE;
710 if (p_Fm->p_FmSp->profiles[i].profilesMng.ownerId == (uint8_t)ILLEGAL_BASE)
721 return (uint8_t)ILLEGAL_BASE;
774 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE;
3146 if (p_Fm->partVSPBase == (uint8_t)(ILLEGAL_BASE))
3355 p_Fm->p_FmSp->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE;
3592 if (p_Fm->partVSPBase == (uint8_t)(ILLEGAL_BASE))
/freebsd-12-stable/sys/contrib/ncsw/etc/
H A Dmm.c521 * alignment. If no blocks found returns ILLEGAL_BASE.
538 * ILLEGAL_BASE if can't allocate a block
568 return (uint64_t)(ILLEGAL_BASE);
575 return (uint64_t)(ILLEGAL_BASE);
581 return (uint64_t)(ILLEGAL_BASE);
710 SANITY_CHECK_RETURN_VALUE(p_MM, E_INVALID_HANDLE, (uint64_t)ILLEGAL_BASE);
732 return (uint64_t)ILLEGAL_BASE;
750 return (uint64_t)(ILLEGAL_BASE);
760 return (uint64_t)(ILLEGAL_BASE);
768 return (uint64_t)(ILLEGAL_BASE);
[all...]
H A Dncsw_mem.c115 memset(p_Mem->p_MemDbg, ILLEGAL_BASE, sizeof(t_MemDbg) * p_Mem->num);
128 ASSERT_COND(ownerAddress != ILLEGAL_BASE);
142 ASSERT_COND(p_MemDbg[blockIndex].ownerAddress == ILLEGAL_BASE);
194 if (p_MemDbg[blockIndex].ownerAddress == ILLEGAL_BASE)
200 p_MemDbg[blockIndex].ownerAddress = (uintptr_t)ILLEGAL_BASE;
730 if (p_MemDbg[i].ownerAddress != ILLEGAL_BASE)
745 if (p_MemDbg[i].ownerAddress != ILLEGAL_BASE)
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.c310 p_FmSpBufferOffsets->prsResultOffset = (uint32_t)ILLEGAL_BASE;
311 p_FmSpBufferOffsets->timeStampOffset = (uint32_t)ILLEGAL_BASE;
312 p_FmSpBufferOffsets->hashResultOffset= (uint32_t)ILLEGAL_BASE;
313 p_FmSpBufferOffsets->pcdInfoOffset = (uint32_t)ILLEGAL_BASE;
712 if (p_FmVspEntry->bufferOffsets.pcdInfoOffset == ILLEGAL_BASE)
725 if (p_FmVspEntry->bufferOffsets.prsResultOffset == ILLEGAL_BASE)
738 if (p_FmVspEntry->bufferOffsets.timeStampOffset == ILLEGAL_BASE)
751 if (p_FmVspEntry->bufferOffsets.hashResultOffset == ILLEGAL_BASE)
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h378 return (uint32_t)ILLEGAL_BASE;
383 return (uint32_t)ILLEGAL_BASE;
H A Dbm_pool.c276 if((p_BmPool->bpid = (uint8_t)BmBpidGet(p_BmPool->h_Bm, FALSE, (uint32_t)0)) == (uint8_t)ILLEGAL_BASE)
284 if (BmBpidGet(p_BmPool->h_Bm, TRUE, (uint32_t)p_BmPool->bpid) == (uint32_t)ILLEGAL_BASE)
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c707 p_FmPcdPlcr->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE;
736 if (base == (uint16_t)ILLEGAL_BASE)
864 return (uint16_t)ILLEGAL_BASE;
894 return (uint16_t)ILLEGAL_BASE;
898 if (p_FmPcd->p_FmPcdPlcr->partPlcrProfilesBase == (uint16_t)ILLEGAL_BASE)
901 return (uint16_t)ILLEGAL_BASE;
907 return (uint16_t)ILLEGAL_BASE;
912 if (p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.ownerId == (uint8_t)ILLEGAL_BASE)
923 return (uint16_t)ILLEGAL_BASE;
970 p_FmPcd->p_FmPcdPlcr->profiles[i].profilesMng.ownerId = (uint8_t)ILLEGAL_BASE;
[all...]
H A Dfm_prs.c324 return (uint32_t)ILLEGAL_BASE;
H A Dfm_cc.c926 if (newAdAddrOffset == (uint32_t)ILLEGAL_BASE)
939 if (oldAdAddrOffset == (uint32_t)ILLEGAL_BASE)
5759 (uint32_t)ILLEGAL_BASE);
/freebsd-12-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h196 #define ILLEGAL_BASE (~0) macro
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c275 if (ans == ILLEGAL_BASE)
285 if (ans == ILLEGAL_BASE)
509 if (ans == ILLEGAL_BASE)
515 if (ans == ILLEGAL_BASE)
545 ans = ILLEGAL_BASE;
576 "QM rsrv FQID MEM") == ILLEGAL_BASE)
1130 if (*p_BaseFqid == ILLEGAL_BASE)
H A Dqm_portal_fqr.c1958 if (p_QmFqr->fqidBase == (uint32_t)ILLEGAL_BASE)
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1040 if (tmpPrsOffset == ILLEGAL_BASE)
1537 if (initialSwPrs == ILLEGAL_BASE)
2005 && (p_FmPort->bufferOffsets.prsResultOffset != ILLEGAL_BASE))
2018 && (p_FmPort->bufferOffsets.dataOffset != ILLEGAL_BASE))
3484 if (p_FmPort->bufferOffsets.pcdInfoOffset == ILLEGAL_BASE)
3498 if (p_FmPort->bufferOffsets.prsResultOffset == ILLEGAL_BASE)
3512 if (p_FmPort->bufferOffsets.timeStampOffset == ILLEGAL_BASE)
3526 if (p_FmPort->bufferOffsets.hashResultOffset == ILLEGAL_BASE)

Completed in 355 milliseconds