Searched refs:MBPS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.c308 #define MBPS (1ULL * 1000 * 1000) /* 1 Mbits per second */ macro
309 #define GBPS (MBPS * 1000) /* 1 Gbits per second */
318 { 1 * MBPS, HOLDTIME_BASE * 1000, PBOXTIME_BASE * 1000 },
319 { 10 * MBPS, HOLDTIME_BASE * 100, PBOXTIME_BASE * 100 },
320 { 100 * MBPS, HOLDTIME_BASE * 10, PBOXTIME_BASE * 10 },
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddlil.c727 #define MBPS (1ULL * 1000 * 1000) macro
728 #define GBPS (MBPS * 1000)
739 { 10 * MBPS, 2, 8, (1 * 1024), (6 * 1024) },
740 { 100 * MBPS, 10, 40, (4 * 1024), (64 * 1024) },

Completed in 202 milliseconds