Searched refs:lib_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.c235 #define lib_ptr(ib, rt, type) \ macro
457 *lib_ptr(ib, phys_addr[0], lp->type) = (dev->dev_addr[1] << 8) |
459 *lib_ptr(ib, phys_addr[1], lp->type) = (dev->dev_addr[3] << 8) |
461 *lib_ptr(ib, phys_addr[2], lp->type) = (dev->dev_addr[5] << 8) |
467 *lib_ptr(ib, rx_len, lp->type) = (LANCE_LOG_RX_BUFFERS << 13) |
469 *lib_ptr(ib, rx_ptr, lp->type) = leptr;
476 *lib_ptr(ib, tx_len, lp->type) = (LANCE_LOG_TX_BUFFERS << 13) |
478 *lib_ptr(ib, tx_ptr, lp->type) = leptr;
489 *lib_ptr(ib, btx_ring[i].tmd0, lp->type) = leptr;
490 *lib_ptr(i
[all...]

Completed in 41 milliseconds