Home
last modified time | relevance | path

Searched refs:GETDESC (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/efe/
H A Defe.c981 efe_desc_t *dp = GETDESC(rp, i); in efe_init_rx_ring()
1009 efe_desc_t *dp = GETDESC(rp, i); in efe_init_tx_ring()
1316 dp = GETDESC(rp, efep->efe_rx_desc); in efe_recv()
1435 dp = GETDESC(rp, efep->efe_tx_desc); in efe_send()
1495 dp = GETDESC(rp, efep->efe_tx_sent); in efe_send_done()
H A Defe.h341 #define GETDESC(rp, x) (&(rp)->r_descp[(x)]) macro