Searched refs:MBPS (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | dlil.c | 1643 #define MBPS (1ULL * 1000 * 1000) macro 1644 #define GBPS (MBPS * 1000) 1655 { .speed = 10 * MBPS, .plowat = 2, .phiwat = 8, .blowat = (1 * 1024), .bhiwat = (6 * 1024) }, 1656 { .speed = 100 * MBPS, .plowat = 10, .phiwat = 40, .blowat = (4 * 1024), .bhiwat = (64 * 1024) },
|