Searched refs:nlst (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
503 header.s.nlst = __cvmx_dma_engine_build_internal_pointers(buffers + words, last_address, size);
504 words += header.s.nlst;
510 header.s.nlst = __cvmx_dma_engine_build_external_pointers(buffers + words, last_address, size);
511 words += header.s.nlst + ((header.s.nlst-1) >> 2) + 1;
516 header.s.nlst = __cvmx_dma_engine_build_external_pointers(buffers + words, last_address, size);
517 words += header.s.nlst
[all...]
H A Dcvmx-dma-engine.h142 uint64_t nlst : 4; /**< NLST � Number Last 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/sbin/hastd/
H A Dhastd.c486 struct hastd_listen *nlst, *clst; local
516 TAILQ_FOREACH(nlst, &newcfg->hc_listen, hl_next) {
518 if (strcmp(nlst->hl_addr, clst->hl_addr) == 0)
523 nlst->hl_addr);
524 nlst->hl_conn = clst->hl_conn;
526 } else if (proto_server(nlst->hl_addr, &nlst->hl_conn) == 0) {
528 nlst->hl_addr);
532 "Unable to listen on address %s", nlst->hl_addr);
595 TAILQ_FOREACH(nlst,
[all...]

Completed in 60 milliseconds