Searched refs:tds_ptr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | declance.c | 247 #define tds_ptr(td, rt, type) \ macro 659 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_OWN) in lance_tx() 662 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_ERR) { in lance_tx() 663 status = *tds_ptr(td, misc, lp->type); in lance_tx() 698 } else if ((*tds_ptr(td, tmd1, lp->type) & LE_T1_POK) == in lance_tx() 703 *tds_ptr(td, tmd1, lp->type) &= ~(LE_T1_POK); in lance_tx() 706 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EONE) in lance_tx() 710 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EMORE) in lance_tx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | declance.c | 247 #define tds_ptr(td, rt, type) \ macro 659 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_OWN) in lance_tx() 662 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_ERR) { in lance_tx() 663 status = *tds_ptr(td, misc, lp->type); in lance_tx() 698 } else if ((*tds_ptr(td, tmd1, lp->type) & LE_T1_POK) == in lance_tx() 703 *tds_ptr(td, tmd1, lp->type) &= ~(LE_T1_POK); in lance_tx() 706 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EONE) in lance_tx() 710 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EMORE) in lance_tx()
|
Completed in 4 milliseconds