HomeSort by: relevance | last modified time | path
    Searched defs:flit (Results 1 - 2 of 2) sorted by relevancy

  /src/games/rogue/
monster.c 126 static int flit(object *);
344 if ((monster->m_flags & FLITS) && flit(monster)) {
793 flit(object *monster) function in typeref:typename:int
  /src/sys/dev/pci/cxgb/
cxgb_sge.c 94 uint64_t flit[TX_DESC_FLITS]; member in struct:tx_desc
1057 d->flit[TX_DESC_FLITS - 1] = htobe64(gen);
1111 memcpy(&txd->flit[flits], fp, avail * sizeof(*fp));
1213 txd->flit[2] = 0;
1254 memcpy(&txd->flit[2], mtod(m0, uint8_t *), mlen);
1256 m_copydata(m0, 0, mlen, (void *)&txd->flit[2]);
1282 sgp = (ndesc == 1) ? (struct sg_ent *)&txd->flit[flits] : sgl;
1738 sgp = (ndesc == 1) ? (struct sg_ent *)&d->flit[flits] : sgl;

Completed in 13 milliseconds