[go: nahoru, domu]

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

/drivers/staging/lustre/lnet/lnet/
H A Dlib-md.c248 * when it becomes inactive, either because the operation threshold drops to
270 LIST_HEAD(drops);
311 lnet_ptl_attach_md(me, md, &matches, &drops);
317 lnet_drop_delayed_msg_list(&drops, "Bad match");
H A Dlib-ptl.c624 struct list_head *matches, struct list_head *drops)
694 list_add_tail(&msg->msg_list, drops);
623 lnet_ptl_attach_md(lnet_me_t *me, lnet_libmd_t *md, struct list_head *matches, struct list_head *drops) argument
/drivers/net/ethernet/sun/
H A Dsunbmac.c803 int elem = bp->rx_new, drops = 0; local
830 drops++;
854 drops++;
884 if (drops)
H A Dsungem.c761 int entry, drops, work_done = 0; local
770 drops = 0;
823 drops++;
844 drops++;
876 if (drops)
H A Dsunhme.c1995 int elem = hp->rx_new, drops = 0; local
2035 drops++;
2044 drops++;
2061 drops++;
2093 if (drops)
H A Dcassini.c2293 int entry, drops; local
2302 drops = 0;
2345 ++drops;
2399 if (drops)
/drivers/net/ethernet/intel/igb/
H A Digb.h219 u64 drops; member in struct:igb_rx_queue_stats
H A Digb_ethtool.c2299 data[i+2] = ring->rx_stats.drops;
H A Digb_main.c5240 ring->rx_stats.drops += rqdpc;
/drivers/staging/lustre/include/linux/lnet/
H A Dlib-lnet.h724 struct list_head *matches, struct list_head *drops);

Completed in 722 milliseconds