Home
last modified time | relevance | path

Searched refs:LE_T1_OWN (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/amd/
Da2065.h141 #define LE_T1_OWN 0x80 /* LANCE owns the descriptor */ macro
Dsunlance.c165 #define LE_T1_OWN 0x80 /* Lance owns the packet */ macro
583 if (bits & LE_T1_OWN) in lance_tx_dvma()
753 if (bits & LE_T1_OWN) in lance_tx_pio()
901 sbus_writeb(LE_T1_POK|LE_T1_OWN, &ib->btx_ring[entry].tmd1_bits); in build_fake_packet()
913 ib->btx_ring[entry].tmd1_bits = (LE_T1_POK|LE_T1_OWN); in build_fake_packet()
1135 sbus_writeb(LE_T1_POK | LE_T1_OWN, &ib->btx_ring[entry].tmd1_bits); in lance_start_xmit()
1143 ib->btx_ring [entry].tmd1_bits = (LE_T1_POK | LE_T1_OWN); in lance_start_xmit()
D7990.h215 #define LE_T1_OWN 0x80 /* LANCE owns the descriptor */ macro
D7990.c369 if (td->tmd1_bits & LE_T1_OWN) in lance_tx()
570 ib->btx_ring [entry].tmd1_bits = (LE_T1_POK|LE_T1_OWN); in lance_start_xmit()
Da2065.c341 if (td->tmd1_bits & LE_T1_OWN) in lance_tx()
567 ib->btx_ring[entry].tmd1_bits = (LE_T1_POK | LE_T1_OWN); in lance_start_xmit()
Ddeclance.c132 #define LE_T1_OWN 0x8000 /* Lance owns the packet */ macro
659 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_OWN) in lance_tx()
927 (LE_T1_POK | LE_T1_OWN); in lance_start_xmit()