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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.c244 #define MBPS (1ULL * 1000 * 1000) macro
245 #define GBPS (MBPS * 1000)
254 { 1 * MBPS, HOLDTIME_BASE * 1000, PBOXTIME_BASE * 1000 },
255 { 10 * MBPS, HOLDTIME_BASE * 100, PBOXTIME_BASE * 100 },
256 { 100 * MBPS, HOLDTIME_BASE * 10, PBOXTIME_BASE * 10 },
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c569 #define MBPS (1ULL * 1000 * 1000) macro
570 #define GBPS (MBPS * 1000)
581 { 10 * MBPS, 2, 8, (1 * 1024), (6 * 1024) },
582 { 100 * MBPS, 10, 40, (4 * 1024), (64 * 1024) },

Completed in 83 milliseconds