2 tx command ‘b, Table 9.11 tx command 'b' format, 3 tx data format – SMSC LAN9312 User Manual

Page 126: Table 9.12 tx data start offset, 1 tx buffer fragmentation rules, Tx command ‘b, Tx data format, Tx buffer fragmentation rules, Datasheet

Advertising
background image

High Performance Two Port 10/100 Managed Ethernet Switch with 32-Bit Non-PCI CPU Interface

Datasheet

Revision 1.4 (08-19-08)

126

SMSC LAN9312

DATASHEET

9.8.2.2

TX Command ‘B’

9.8.3

TX Data Format

The TX data section begins at the third DWORD in the TX buffer (after TX command ‘A’ and TX
command ‘B’). The location of the first byte of valid buffer data to be transmitted is specified in the
“Data Start Offset” field of the TX command ‘A’ word.

Table 9.12, "TX DATA Start Offset"

, shows the

correlation between the setting of the LSB’s in the “Data Start Offset” field and the byte location of the
first valid data byte. Additionally, transmit buffer data can be offset by up to 7 additional DWORDS as
indicated by the upper three MSB’s (5:2) in the “Data Start Offset” field.

TX data is contiguous until the end of the buffer. The buffer may end on a byte boundary. Unused
bytes at the end of the packet will not be sent to the Host MAC Interface Layer for transmission.

The Buffer End Alignment field in TX command ‘A’ specifies the alignment that must be maintained for
the associated buffer. End alignment may be specified as 4-, 16-, or 32-byte. The host processor is
responsible for adding the additional data to the end of the buffer. The hardware will automatically
remove this extra data.

9.8.3.1

TX Buffer Fragmentation Rules

Transmit buffers must adhere to the following rules:

„

Each buffer can start and end on any arbitrary byte alignment

„

The first buffer of any transmit packet can be any length

„

Middle buffers (i.e., those with First Segment = Last Segment = 0) must be greater than, or equal
to 4 bytes in length

„

The final buffer of any transmit packet can be any length

Table 9.11 TX Command 'B' Format

BITS

DESCRIPTION

31:16

Packet Tag.

The host should write a unique packet identifier to this field. This identifier is added to

the corresponding TX status word and can be used by the host to correlate TX status words with
their corresponding packets.

Note:

The use of packet tags is not required by the hardware. This field can be used by the LAN
software driver for any application. Packet Tags is one application example.

15:14

Reserved.

These bits are reserved. Always write zeros to this field to guarantee future compatibility.

13

Add CRC Disable.

When set, the automatic addition of the CRC is disabled.

12

Disable Ethernet Frame Padding.

When set, this bit prevents the automatic addition of padding to

an Ethernet frame of less than 64 bytes. The CRC field is also added despite the state of the Add
CRC Disable field.

11

Reserved.

These bits are reserved. Always write zeros to this field to guarantee future compatibility.

10:0

Packet Length (bytes).

This field indicates the total number of bytes in the current packet. This

length does not include the offset or padding. If the Packet Length field does not match the actual
number of bytes in the packet the Transmitter Error (TXE) flag will be set.

Table 9.12 TX DATA Start Offset

Data Start Offset [1:0]:

11

10

01

00

First TX Data Byte:

D[31:24]

D[23:16]

D[15:8]

D[7:0]

Advertising