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

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dma-engine.c323 if ((header.s.nfst > 11) || (header.s.nlst > 11) || (header.s.nfst + header.s.nlst > 15))
505 * @param header DMA Command header. Note that the nfst and nlst fields do not
529 header.s.nfst = __cvmx_dma_engine_build_internal_pointers(buffers, first_address, size);
530 words += header.s.nfst;
536 header.s.nfst = __cvmx_dma_engine_build_internal_pointers(buffers, first_address, size);
537 words += header.s.nfst;
542 header.s.nfst = __cvmx_dma_engine_build_external_pointers(buffers, first_address, size);
543 words += header.s.nfst + ((header.s.nfst
[all...]
H A Dcvmx-dma-engine.h159 uint64_t nfst : 4; /**< NFST - Number First pointers. member in struct:__anon10091::__anon10092
294 * @param header DMA Command header. Note that the nfst and nlst fields do not
/freebsd-13-stable/usr.bin/quota/
H A Dquota.c493 int nfst, i; local
500 nfst = getmntinfo(&fst, MNT_NOWAIT);
501 if (nfst == 0)
504 for (i = 0; i < nfst; i++) {

Completed in 96 milliseconds