Searched defs:eds (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/drivers/e1000/
H A Dtest_instr.h25 void test_instr_init(struct e1000_driver_state *eds){}; argument
26 void test_instr_periodic(void *eds){}; argument
27 void test_instr_interrupt(struct e1000_driver_state *eds, e1000_intreg_t icr){}; argument
H A Dtest_instr_irqtest.c12 void test_instr_init(struct e1000_driver_state *eds){ argument
36 static void trigger_lsc_interrupt(struct e1000_driver_state * eds){ argument
50 void test_instr_interrupt(struct e1000_driver_state *eds, e1000_intreg_t icr){ argument
60 struct e1000_driver_state *eds = arg; local
[all...]
H A De1000n.c78 static void e1000_print_link_status(struct e1000_driver_state *eds) argument
152 static void setup_internal_memory(struct e1000_driver_state * eds) argument
162 static errval_t e1000_init_msix_client(struct e1000_driver_state * eds) { argument
202 struct e1000_driver_state * eds = arg; local
228 e1000_enable_msix(struct e1000_driver_state * eds) argument
364 e1000_driver_state_init(struct e1000_driver_state * eds) argument
516 struct e1000_driver_state * eds = malloc(sizeof(struct e1000_driver_state)); local
633 struct e1000_driver_state* eds = bfi->dstate; local
639 struct e1000_driver_state* eds = bfi->dstate; local
[all...]
H A De1000n_hwinit.c514 e1000_set_media_type(struct e1000_driver_state *eds) argument
633 e1000_set_rxbsize(struct e1000_driver_state *eds, e1000_rx_bsize_t rx_bsize) argument
684 e1000_set_serial_interface_mode(struct e1000_driver_state *eds) argument
710 e1000_set_tipg(struct e1000_driver_state *eds) argument
955 e1000_set_interrupt_throttle(struct e1000_driver_state *eds, uint16_t usec) argument
989 e1000_init_queues(struct e1000_driver_state* eds, struct capref rx, size_t rx_bufs, struct capref tx, size_t tx_bufs) argument
1036 e1000_hwinit(struct e1000_driver_state *eds) argument
[all...]
H A Ddevif_backend_e1000.c330 static void e1000_set_tipg(e1000_queue_t *eds) argument
[all...]
H A De1000n.h274 static inline uint8_t i82541xx_get_icr_gpi_sdp(struct e1000_driver_state *eds) argument

Completed in 83 milliseconds