|
|
|
|
/home/brennan/n-sim/OrbisQuartus/server/xen/backend/sdev_if.c File Reference#include "sdev.h"
Go to the source code of this file.
Function Documentation
sdev_t* alloc_sdev |
( |
domid_t |
domid, |
|
|
unsigned int |
handle, |
|
|
u8 |
be_mac[ETH_ALEN] |
|
) |
|
|
void free_sdev |
( |
sdev_t * |
sdev |
) |
|
|
void sdev_creditlimit |
( |
sdev_t * |
sdev |
) |
|
|
void sdev_disconnect |
( |
sdev_t * |
sdev |
) |
|
|
int sdev_map |
( |
sdev_t * |
sdev, |
|
|
unsigned long |
tx_ring_ref, |
|
|
unsigned long |
rx_ring_ref, |
|
|
unsigned int |
evtchn |
|
) |
|
|
|
Definition at line 238 of file sdev_if.c.
References sdev_st::dev, sdev_st::domid, sdev_st::evtchn, sdev_st::irq, sdev_st::rx, sdev_st::rx_comms_area, sdev_st::rx_req_cons_peek, sdev_be_int(), sdev_get, sdev_st::status, sdev_st::tx, and sdev_st::tx_comms_area. |
|