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

/drivers/net/ethernet/amd/
H A Ddeclance.c246 #define tds_ptr(td, rt, type) \ macro
657 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_OWN)
660 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_ERR) {
661 status = *tds_ptr(td, misc, lp->type);
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)

Completed in 32 milliseconds