Searched refs:tds_ptr (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | declance.c | 246 #define tds_ptr(td, rt, type) \ macro 658 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_OWN) in lance_tx() 661 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_ERR) { in lance_tx() 662 status = *tds_ptr(td, misc, lp->type); in lance_tx() 697 } else if ((*tds_ptr(td, tmd1, lp->type) & LE_T1_POK) == in lance_tx() 702 *tds_ptr(td, tmd1, lp->type) &= ~(LE_T1_POK); in lance_tx() 705 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EONE) in lance_tx() 709 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EMORE) in lance_tx()
|