Home
last modified time | relevance | path

Searched defs:NIC (Results 1 – 1 of 1) sorted by relevance

/sys/include/
Dnic.h10 typedef struct NIC NIC; typedef
11 typedef struct NIC { struct
13 uint64_t nicNo; // NIC number argument
15 int (*tx)(NIC *, MBuf *, NICCB, void *); // TX argument
16 int (*rx)(NIC *, MBuf *, NICCB, void *); // RX argument
18 LIST_ENTRY(NIC) entries; argument
19 } NIC; typedef