Lines Matching refs:tdp
1184 struct sfe_desc *tdp;
1215 tdp = (void *)&dp->tx_ring[SFE_DESC_SIZE * slot];
1218 tdp->d_bufptr = LE_32(tmp0);
1219 tdp->d_cmdsts = LE_32(mark);
1228 struct sfe_desc *tdp;
1237 tdp = (void *)&dp->tx_ring[SFE_DESC_SIZE * start_slot];
1238 tdp->d_cmdsts |= LE_32(CMDSTS_OWN);
1283 struct sfe_desc *tdp;
1292 tdp = (void *)
1296 * Don't use LE_32() directly to refer tdp->d_cmdsts.
1299 status = tdp->d_cmdsts;
1485 struct sfe_desc *tdp;
1488 tdp = (void *)&dp->tx_ring[SFE_DESC_SIZE * slot];
1491 tdp->d_cmdsts = 0;
1496 tdp = (void *)
1498 tdp->d_link = LE_32(here);
1524 struct sfe_desc *tdp;
1526 tdp = (void *)&dp->tx_ring[SFE_DESC_SIZE * slot];
1527 tdp->d_cmdsts = 0;