Searched defs:txtime (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c1339 uint16_t txtime; local
1343 txtime = (8 + 4 * len + 3 + rate - 1) / rate;
1344 txtime = 16 + 4 + 4 * txtime + 6;
1347 txtime = (16 * len + rate - 1) / rate;
1349 txtime += 72 + 24;
1351 txtime += 144 + 48;
1354 return (txtime);
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c638 uint16_t txtime; local
642 txtime = (8 + 4 * len + 3 + rate - 1) / rate;
643 txtime = 16 + 4 + 4 * txtime + 6;
646 txtime = (16 * len + rate - 1) / rate;
648 txtime += 72 + 24;
650 txtime += 144 + 48;
652 return (txtime);
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1289 uint16_t txtime; local
1293 txtime = (8 + 4 * len + 3 + rate - 1) / rate;
1294 txtime = 16 + 4 + 4 * txtime + 6;
1297 txtime = (16 * len + rate - 1) / rate;
1299 txtime += 72 + 24;
1301 txtime += 144 + 48;
1304 return (txtime);
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1061 uint16_t txtime; local
1065 txtime = (8 + 4 * len + 3 + rate - 1) / rate;
1066 txtime = 16 + 4 + 4 * txtime + 6;
1069 txtime = (16 * len + rate - 1) / rate;
1071 txtime += 72 + 24;
1073 txtime += 144 + 48;
1075 return (txtime);
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c576 uint16_t txtime; local
580 txtime = (8 + 4 * len + 3 + rate - 1) / rate;
581 txtime = 16 + 4 + 4 * txtime + 6;
584 txtime = (16 * len + rate - 1) / rate;
586 txtime += 72 + 24;
588 txtime += 144 + 48;
590 return (txtime);

Completed in 114 milliseconds