Searched refs:tmd1 (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/amd/
H A Ddeclance.c197 unsigned short tmd1; /* high address of packet member in struct:lance_tx_desc
496 *lib_ptr(ib, btx_ring[i].tmd1, lp->type) = (leptr >> 16) &
657 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_OWN)
660 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_ERR) {
696 } else if ((*tds_ptr(td, tmd1, lp->type) & LE_T1_POK) ==
701 *tds_ptr(td, tmd1, lp->type) &= ~(LE_T1_POK);
704 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EONE)
708 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EMORE)
923 *lib_ptr(ib, btx_ring[entry].tmd1, lp->type) =

Completed in 37 milliseconds