Home
last modified time | relevance | path

Searched refs:txdes1 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/faraday/
H A Dftmac100.c500 txdes->txdes1 &= cpu_to_le32(FTMAC100_TXDES1_EDOTR); in ftmac100_txdes_reset()
532 txdes->txdes1 |= cpu_to_le32(FTMAC100_TXDES1_EDOTR); in ftmac100_txdes_set_end_of_ring()
537 txdes->txdes1 |= cpu_to_le32(FTMAC100_TXDES1_FTS); in ftmac100_txdes_set_first_segment()
542 txdes->txdes1 |= cpu_to_le32(FTMAC100_TXDES1_LTS); in ftmac100_txdes_set_last_segment()
547 txdes->txdes1 |= cpu_to_le32(FTMAC100_TXDES1_TXIC); in ftmac100_txdes_set_txint()
553 txdes->txdes1 |= cpu_to_le32(FTMAC100_TXDES1_TXBUF_SIZE(len)); in ftmac100_txdes_set_buffer_size()
H A Dftmac100.h126 __le32 txdes1; member
H A Dftgmac100.h208 __le32 txdes1; /* Irq, checksum and vlan control */ member
H A Dftgmac100.c821 txdes->txdes1 = cpu_to_le32(csum_vlan); in ftgmac100_hard_start_xmit()
847 txdes->txdes1 = 0; in ftgmac100_hard_start_xmit()