HomeSort by: relevance | last modified time | path
    Searched refs:comp_stat (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/net/
ppp-comp.h 81 void (*comp_stat)(void *, struct compstat *); member in struct:compressor
ppp-deflate.c 105 .comp_stat = z_comp_stats,
121 .comp_stat = z_comp_stats,
bsd-comp.c 158 .comp_stat = bsd_comp_stats,
if_ppp.c 846 (*sc->sc_xcomp->comp_stat)(sc->sc_xc_state, &pcp->c);
  /src/sys/dev/ic/
bha.c 1368 mbi->comp_stat = BHA_MBI_FREE;
1511 if (mbi->comp_stat == BHA_MBI_FREE) {
1513 if (mbi->comp_stat != BHA_MBI_FREE) {
1552 printf("comp_stat %x for mbi addr = %p, ",
1553 mbi->comp_stat, mbi);
1558 switch (mbi->comp_stat) {
1584 aprint_error_dev(sc->sc_dev, "bad mbi comp_stat %02x; skipping\n",
1585 mbi->comp_stat);
1593 mbi->comp_stat = BHA_MBI_FREE;
1600 } while (mbi->comp_stat != BHA_MBI_FREE)
    [all...]
bhareg.h 151 u_int8_t comp_stat; member in struct:bha_mbx_in
162 * mbi.comp_stat values

Completed in 17 milliseconds