Searched refs:GBPS (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | dlil.c | 1194 #define GBPS (MBPS * 1000) macro 1207 { .speed = 1 * GBPS, .plowat = 10, .phiwat = 40, .blowat = (4 * 1024), .bhiwat = (64 * 1024) }, 1208 { .speed = 10 * GBPS, .plowat = 10, .phiwat = 40, .blowat = (4 * 1024), .bhiwat = (64 * 1024) }, 1209 { .speed = 100 * GBPS, .plowat = 10, .phiwat = 40, .blowat = (4 * 1024), .bhiwat = (64 * 1024) },
|