Searched refs:d_status (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/efe/ |
H A D | efe.c | 984 PUTDESC16(rp, &dp->d_status, RXSTAT_OWNER); in efe_init_rx_ring() 1012 PUTDESC16(rp, &dp->d_status, 0); in efe_init_tx_ring() 1319 status = GETDESC16(rp, &dp->d_status); in efe_recv() 1348 PUTDESC16(rp, &dp->d_status, RXSTAT_OWNER); in efe_recv() 1401 status = GETDESC16(rp, &dp->d_status); in efe_recv_pkt() 1438 status = GETDESC16(efep->efe_tx_ring, &dp->d_status); in efe_send() 1460 PUTDESC16(rp, &dp->d_status, TXSTAT_OWNER); in efe_send() 1498 status = GETDESC16(rp, &dp->d_status); in efe_send_done()
|
H A D | efe.h | 368 uint16_t d_status; member
|