Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/atm/
Dambassador.h421 } tx_frag; typedef
439 tx_frag tx_frag; member
446 tx_frag fragment;
Dambassador.c1359 tx_descr->tx_frag.bytes = cpu_to_be32 (tx_len); in amb_send()
1360 tx_descr->tx_frag.address = cpu_to_be32 (virt_to_bus (tx_data)); in amb_send()
1373 tx.tx_descr_length = cpu_to_be16 (sizeof(tx_frag)+sizeof(tx_frag_end)); in amb_send()
1374 tx.tx_descr_addr = cpu_to_be32 (virt_to_bus (&tx_descr->tx_frag)); in amb_send()
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.h130 u32 tx_frag; member
Dbcm63xx_enet.c1203 { "tx_fragment", GEN_STAT(mib.tx_frag), ETH_MIB_TX_FRAG },