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

Completed in 61 milliseconds