Searched refs:tmd1 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | declance.c | 197 unsigned short tmd1; /* high address of packet member 496 *lib_ptr(ib, btx_ring[i].tmd1, lp->type) = (leptr >> 16) & in lance_init_ring() 657 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_OWN) in lance_tx() 660 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_ERR) { in lance_tx() 696 } else if ((*tds_ptr(td, tmd1, lp->type) & LE_T1_POK) == in lance_tx() 701 *tds_ptr(td, tmd1, lp->type) &= ~(LE_T1_POK); in lance_tx() 704 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EONE) in lance_tx() 708 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EMORE) in lance_tx() 923 *lib_ptr(ib, btx_ring[entry].tmd1, lp->type) = in lance_start_xmit()
|