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

/freebsd-9.3-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-9.3-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-9.3-release/sys/kern/
H A Dsubr_firmware.c250 loadimage(void *arg, int npending) argument
378 set_rootvnode(void *arg, int npending) argument
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_proto.c1116 parent_updown(void *arg, int npending) argument
1124 update_mcast(void *arg, int npending) argument
1133 update_promisc(void *arg, int npending) argument
1142 update_channel(void *arg, int npending) argument
1401 beacon_miss(void *arg, int npending) argument
1421 beacon_swmiss(void *arg, int npending) argument
1428 /* XXX Call multiple times if npending > zero? */
1655 ieee80211_newstate_cb(void *xvap, int npending) argument
/freebsd-9.3-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-9.3-release/sys/dev/ath/
H A Dif_ath.c3457 ath_rx_proc(void *arg, int npending) argument
3476 DPRINTF(sc, ATH_DEBUG_RX_PROC, "%s: pending %u\n", __func__, npending);
4223 ath_tx_proc_q0(void *arg, int npending) argument
4246 ath_tx_proc_q0123(void *arg, int npending) argument
4282 ath_tx_proc(void *arg, int npending) argument
5831 ath_dfs_tasklet(void *p, int npending) argument
/freebsd-9.3-release/sys/dev/oce/
H A Doce_if.h1071 void oce_tx_task(void *arg, int npending);
H A Doce_if.c1145 oce_tx_task(void *arg, int npending) argument
/freebsd-9.3-release/sys/dev/iwi/
H A Dif_iwi.c1077 iwi_update_wme(void *arg, int npending) argument
2659 iwi_monitor_scan(void *arg, int npending) argument
3223 iwi_restart(void *arg, int npending) argument
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c2702 mwl_rx_proc(void *arg, int npending) argument
2722 __func__, npending, RD4(sc, sc->sc_hwspecs.rxDescRead),
3545 mwl_tx_proc(void *arg, int npending) argument
/freebsd-9.3-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-9.3-release/sys/mips/rmi/dev/xlr/
H A Drge.c1563 rge_tx_bkp_func(void *arg, int npending) argument
/freebsd-9.3-release/sys/dev/re/
H A Dif_re.c2552 re_int_task(void *arg, int npending) argument
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c8442 bwn_intrtask(void *arg, int npending) argument
8810 bwn_hwreset(void *arg, int npending) argument
10187 bwn_txpwr(void *arg, int npending) argument

Completed in 496 milliseconds