Searched refs:npending (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.0-release/sys/gdb/
H A Dgdb_cons.c53 int npending; member in struct:gdbcons
78 if (c->npending == -1) {
79 c->npending = 0;
122 for (i = 0; i < gc->npending; i++)
125 gc->npending = 0;
148 if (gc->npending != 0) {
155 if (gc->npending == sizeof(gc->buf))
158 gc->buf[gc->npending++] = c;
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_rx.h53 extern void ath_rx_tasklet(void *arg, int npending);
H A Dif_ath_misc.h126 extern void ath_start_task(void *arg, int npending);
H A Dif_ath_tx_edma.c592 ath_edma_tx_proc(void *arg, int npending) argument
597 DPRINTF(sc, ATH_DEBUG_TX_PROC, "%s: called, npending=%d\n",
598 __func__, npending);
H A Dif_ath_rx.c1089 ath_legacy_rx_tasklet(void *arg, int npending) argument
1093 ATH_KTR(sc, ATH_KTR_RXPROC, 1, "ath_rx_proc: pending=%d", npending);
1094 DPRINTF(sc, ATH_DEBUG_RX_PROC, "%s: pending %u\n", __func__, npending);
H A Dif_ath_rx_edma.c532 ath_edma_recv_tasklet(void *arg, int npending) argument
540 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: called; npending=%d\n",
542 npending);
H A Dif_ath.c4248 ath_tx_proc_q0(void *arg, int npending) argument
4288 ath_tx_proc_q0123(void *arg, int npending) argument
4340 ath_tx_proc(void *arg, int npending) argument
4386 ath_txq_sched_tasklet(void *arg, int npending) argument
6073 ath_dfs_tasklet(void *p, int npending) argument
H A Dif_athvar.h496 void (*recv_tasklet)(void *arg, int npending);
/freebsd-10.0-release/sys/dev/sfxge/
H A Dsfxge_rx.h187 extern void sfxge_rx_scale_update(void *arg, int npending);
H A Dsfxge.c70 sfxge_reset(void *arg, int npending);
640 sfxge_reset(void *arg, int npending) argument
645 (void)npending;
H A Dsfxge_port.c254 sfxge_mac_poll_work(void *arg, int npending) argument
/freebsd-10.0-release/sys/dev/wtap/wtap_hal/
H A Dhal.c36 hal_tx_proc(void *arg, int npending) argument
/freebsd-10.0-release/sys/kern/
H A Dsubr_firmware.c256 loadimage(void *arg, int npending) argument
384 set_rootvnode(void *arg, int npending) argument
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_proto.c1156 parent_updown(void *arg, int npending) argument
1164 update_mcast(void *arg, int npending) argument
1173 update_promisc(void *arg, int npending) argument
1182 update_channel(void *arg, int npending) argument
1191 update_chw(void *arg, int npending) argument
1453 beacon_miss(void *arg, int npending) argument
1474 beacon_swmiss(void *arg, int npending) argument
1481 /* XXX Call multiple times if npending > zero? */
1714 ieee80211_newstate_cb(void *xvap, int npending) argument
/freebsd-10.0-release/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h265 uint32_t npending; member in struct:vmxnet3_txq_shared
H A Dif_vmx.c2524 if (++txq->vxtxq_ts->npending >= txq->vxtxq_ts->intr_threshold) {
2525 txq->vxtxq_ts->npending = 0;
2578 if (txq->vxtxq_ts->npending > 0) {
2579 txq->vxtxq_ts->npending = 0;
/freebsd-10.0-release/sys/dev/malo/
H A Dif_malo.c1062 malo_tx_proc(void *arg, int npending) argument
2031 malo_rx_proc(void *arg, int npending) argument
2051 __func__, npending,
/freebsd-10.0-release/sys/dev/wtap/
H A Dif_wtap.c620 wtap_rx_proc(void *arg, int npending) argument
/freebsd-10.0-release/sys/dev/oce/
H A Doce_if.h1076 void oce_tx_task(void *arg, int npending);
H A Doce_if.c1135 oce_tx_task(void *arg, int npending) argument
/freebsd-10.0-release/sys/dev/iwi/
H A Dif_iwi.c1085 iwi_update_wme(void *arg, int npending) argument
2667 iwi_monitor_scan(void *arg, int npending) argument
3231 iwi_restart(void *arg, int npending) argument
/freebsd-10.0-release/sys/dev/mwl/
H A Dif_mwl.c2708 mwl_rx_proc(void *arg, int npending) argument
2728 __func__, npending, RD4(sc, sc->sc_hwspecs.rxDescRead),
3551 mwl_tx_proc(void *arg, int npending) argument
/freebsd-10.0-release/sys/dev/cxgb/
H A Dcxgb_sge.c1921 restart_ctrlq(void *data, int npending) argument
2315 restart_offloadq(void *data, int npending) argument
/freebsd-10.0-release/sys/dev/vr/
H A Dif_vr.c1681 vr_int_task(void *arg, int npending) argument
/freebsd-10.0-release/sys/mips/rmi/dev/xlr/
H A Drge.c1563 rge_tx_bkp_func(void *arg, int npending) argument

Completed in 214 milliseconds

12