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

/drivers/net/ethernet/amd/
H A Ddeclance.c234 #define lib_ptr(ib, rt, type) \ macro
463 *lib_ptr(ib, phys_addr[0], lp->type) = (dev->dev_addr[1] << 8) |
465 *lib_ptr(ib, phys_addr[1], lp->type) = (dev->dev_addr[3] << 8) |
467 *lib_ptr(ib, phys_addr[2], lp->type) = (dev->dev_addr[5] << 8) |
473 *lib_ptr(ib, rx_len, lp->type) = (LANCE_LOG_RX_BUFFERS << 13) |
475 *lib_ptr(ib, rx_ptr, lp->type) = leptr;
482 *lib_ptr(ib, tx_len, lp->type) = (LANCE_LOG_TX_BUFFERS << 13) |
484 *lib_ptr(ib, tx_ptr, lp->type) = leptr;
495 *lib_ptr(ib, btx_ring[i].tmd0, lp->type) = leptr;
496 *lib_ptr(i
[all...]

Completed in 202 milliseconds