linux/net/9p
Rusty Russell 18445c4d50 virtio: explicit enable_cb/disable_cb rather than callback return.
It seems that virtio_net wants to disable callbacks (interrupts) before
calling netif_rx_schedule(), so we can't use the return value to do so.

Rename "restart" to "cb_enable" and introduce "cb_disable" hook: callback
now returns void, rather than a boolean.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2008-02-04 23:49:58 +11:00
..
Kconfig
Makefile
client.c
conv.c [NET] 9p: kill dead static inline buf_put_string 2008-01-31 19:27:05 -08:00
error.c
fcprint.c
mod.c
mux.c
trans_fd.c
trans_virtio.c virtio: explicit enable_cb/disable_cb rather than callback return. 2008-02-04 23:49:58 +11:00
util.c