Searched refs:missed (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/stand/libsa/
H A Dnetif.h33 int missed; member in struct:netif_stats
/freebsd-11-stable/usr.sbin/ppp/
H A Dcbcp.c105 const char *missed; local
109 missed = "REQ";
112 missed = "RESPONSE";
115 missed = "ACK";
118 missed = "Terminate REQ";
123 missed = NULL;
126 if (missed)
128 cbcp->p->dl->name, missed);
/freebsd-11-stable/sys/kern/
H A Dkern_intr.c199 int missed, space; local
205 missed = 0;
216 missed++;
228 if (missed == 1 && space == 1) {
230 missed = strlen(ie->ie_fullname) + strlen(ih->ih_name) + 2 -
232 strcat(ie->ie_fullname, (missed == 0) ? " " : "-");
233 strcat(ie->ie_fullname, &ih->ih_name[missed]);
234 missed = 0;
237 while (missed-- > 0) {
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c2953 u_int32_t missed, overruns; local
2959 * 4) no receive descs or bufs - count missed packets
3003 missed = READ_CSR(TLP_MISSED);
3004 if ((overruns = ((missed & TLP_MISS_OVERRUN)>>TLP_OVERRUN_SHIFT)) != 0)
3020 /* descriptor is available, the packet is counted as 'missed'. */
3022 if ((missed = (missed & TLP_MISS_MISSED)) != 0)
3025 printf("%s: rx missed %d pkts\n", NAME_UNIT, missed);
3026 sc->status.cntrs.missed
[all...]
H A Dif_lmc.h735 u_int32_t missed; /* Rx pkts missed: no DMA descs */
736 u_int32_t overruns; /* Rx pkts missed: fifo overrun */
734 u_int32_t missed; /* Rx pkts missed: no DMA descs */ member in struct:event_cntrs
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc434 /* that one missed, try next one */
633 /* that one missed, try next one */
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c1099 if (status.cntrs.missed) printf("Rx missed:\t\t%u\n", status.cntrs.missed);
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c5396 int missed; local
5402 missed = le32toh(resp->consec_missed_beacons);
5422 if (missed > vap->iv_bmissthreshold) {
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c64 # error #option NETGRAPH missed from configuration
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c54 # error #option NETGRAPH missed from configuration

Completed in 233 milliseconds