3Com 3C996B-T Network Card User Manual


 
9 Solaris Driver Setup
82
TxMaxCoalescedFrames
TxMaxCoalescedFrames configures the number of Tx Maximum Coalesced Frames
parameters. This determines upper boundary of the maximum number of Tx buffer
descriptors that the device processes before it will generate an interrupt. The default value
is 10:
TxMaxCoalescedFrames=10;
RxCoalescingTicksDuringInt
RxCoalescingTicksDuringInt configures the number of Rx Host Coalescing Ticks in
microseconds during an interrupt. This determines the maximum time interval before
the device generates an interrupt if one or more frames are received during interrupt
handling. The default value is 50:
RxCoalescingTicksDuringInt=50;
TxCoalescingTicksDuringInt
TxCoalescingTicksDuringInt configures the number of Tx Host Coalescing Ticks in
microseconds during interrupt. This determines the upper boundary of the time interval
that the device generates and interrupt if one or more frames are received during
interrupt handling. The default value is 50:
TxCoalescingTicksDuringInt=50;
RxMaxCoalescedFramesDuringInt
RxMaxCoalescedFramesDuringInt configures the number of Rx Maximum Coalesced
Frames parameters during interrupt handling. This determines the upper boundary of
the maximum number of Rx buffer descriptors that the device processes before it will
generate an interrupt during interrupt handling. The default value is 4:
RxMaxCoalescedFramesDuringInt=4;
TxMaxCoalescedFramesDuringInt
TxMaxCoalescedFramesDuringInt configures the number of Tx Maximum Coalesced
Frames parameters during interrupt handling. This determines the upper boundary of
the maximum number of Tx buffer descriptors that the device processes before it will
generate an interrupt during interrupt handling. The default value is 4:
TxMaxCoalescedFramesDuringInt=4;
StatsCoalescingTicks
StatsCoalescingTicks configures how often adapter statistics are DMAed to the host
memory in microseconds. The default value is 1000000:
StatsCoalescingTicks=1000000;
DoubleCopyTxBufferSize
DoubleCopyTxBufferSize configures a double copy Tx buffer size. If the packet to be
transmitted is less than this parameter and spans more than one fragment, the fragments
of this packet will be combined into one fragment. The default value is 64:
DoubleCopyTxBufferSize=64;