Searched defs:NIC (Results 1 – 1 of 1) sorted by relevance
10 typedef struct NIC NIC; typedef11 typedef struct NIC { struct13 uint64_t nicNo; // NIC number argument15 int (*tx)(NIC *, MBuf *, NICCB, void *); // TX argument16 int (*rx)(NIC *, MBuf *, NICCB, void *); // RX argument18 LIST_ENTRY(NIC) entries; argument19 } NIC; typedef