Displaying 1 result from an estimated 1 matches for "t__netif_rx_schedul".
Did you mean:
t__netif_rx_schedule
2008 Mar 03
0
[PATCH 1/3] Backward compat to replace napi in *rx_schedule*
...ed_endif = 1
+}
+
+/netif_rx_schedule_prep/ {
+ print "#ifdef COMPAT_napi";
+ print "\tif (netif_rx_schedule_prep(vi->dev)) {";
+ print "#else";
+ need_endif = 1
+}
+
+/__netif_rx_schedule/ {
+ print "#ifdef COMPAT_napi";
+ print "\t\t__netif_rx_schedule(vi->dev);";
+ print "#else";
+ need_endif = 1
+}
+
/dev->stats/ {
print "#ifndef COMPAT_net_stats";
need_endif = 1
--
1.5.4.1
--=-GX8nzkmESIKGfVphMk3E
Content-Disposition: attachment; filename=0002-Move-COMPAT_csum_offset-to-kernels-.24-Also-add-e...