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

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-dma-engine.c295 if ((header.s.nfst > 11) || (header.s.nlst > 11) || (header.s.nfst + header.s.nlst > 15))
477 * @param header DMA Command header. Note that the nfst and nlst fields do not
501 header.s.nfst = __cvmx_dma_engine_build_internal_pointers(buffers, first_address, size);
502 words += header.s.nfst;
508 header.s.nfst = __cvmx_dma_engine_build_internal_pointers(buffers, first_address, size);
509 words += header.s.nfst;
514 header.s.nfst = __cvmx_dma_engine_build_external_pointers(buffers, first_address, size);
515 words += header.s.nfst + ((header.s.nfst
[all...]
H A Dcvmx-dma-engine.h153 uint64_t nfst : 4; /**< NFST � Number First pointers. member in struct:__anon6419::__anon6420
288 * @param header DMA Command header. Note that the nfst and nlst fields do not
/freebsd-9.3-release/usr.bin/quota/
H A Dquota.c492 int nfst, i; local
499 nfst = getmntinfo(&fst, MNT_NOWAIT);
500 if (nfst == 0)
503 for (i = 0; i < nfst; i++) {

Completed in 114 milliseconds