Searched refs:unit_ (Results 1 – 1 of 1) sorted by relevance
| /dev/net/e1000/ |
| A D | e1000.cpp | 90 int unit_ = 0; member in e1000 338 unit_ = atomic_add(&global_count_, 1); in init_device() 341 snprintf(str, sizeof(str), "e1000 %d bar0", unit_); in init_device() 364 …printf("e1000 %d: mac address %02x:%02x:%02x:%02x:%02x:%02x\n", unit_, mac_addr_[0], mac_addr_[1],… in init_device() 368 snprintf(str, sizeof(str), "e1000 %d rxring", unit_); in init_device() 378 snprintf(str, sizeof(str), "e1000 %d txring", unit_); in init_device() 389 snprintf(str, sizeof(str), "e1000 %d rx buffers", unit_); in init_device() 486 snprintf(str, sizeof(str), "e1000 %d rx worker", unit_); in init_device()
|
Completed in 5 milliseconds