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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddeclance.c247 #define tds_ptr(td, rt, type) \ macro
651 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_OWN)
654 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_ERR) {
655 status = *tds_ptr(td, misc, lp->type);
690 } else if ((*tds_ptr(td, tmd1, lp->type) & LE_T1_POK) ==
695 *tds_ptr(td, tmd1, lp->type) &= ~(LE_T1_POK);
698 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EONE)
702 if (*tds_ptr(td, tmd1, lp->type) & LE_T1_EMORE)

Completed in 53 milliseconds