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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Ddeclance.c247 #define tds_ptr(td, rt, type) \ macro
654 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_OWN)
657 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_ERR) {
658 status = *tds_ptr(td, misc, lp->type);
693 } else if ((*tds_ptr(td, tmd1, lp->type) & LE_T1_POK) ==
698 *tds_ptr(td, tmd1, lp->type) &= ~(LE_T1_POK);
701 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EONE)
705 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EMORE)

Completed in 41 milliseconds