Home | History | Annotate | Download | only in marvell

Lines Matching refs:cmdsts

1563 		rd->mvgbe_tx_ring[i].cmdsts =
1633 r->cmdsts =
1800 uint32_t first, current, last, cmdsts;
1881 f->cmdsts = H2MVGBE32(MVGBE_BUFFER_OWNED_BY_DMA);
1886 cmdsts = sc->sc_cmdsts_opts;
1888 cmdsts |= MVGBE_TX_GENERATE_IP_CHKSUM;
1890 cmdsts |=
1893 cmdsts |=
1898 cmdsts |= MVGBE_TX_IP_NO_FRAG |
1902 f->cmdsts = H2MVGBE32(cmdsts |
1909 f->cmdsts = H2MVGBE32(cmdsts | MVGBE_TX_FIRST_DESC);
1912 f->cmdsts = H2MVGBE32(
1930 sc->sc_rdata->mvgbe_tx_ring[first].cmdsts |=
1968 rxstat = MVGBE2H32(cur_rx->cmdsts);
2107 txstat = MVGBE2H32(cur_tx->cmdsts);
2267 DESC_PRINT(desc->cmdsts);
2271 DESC_PRINT(MVGBE2H32(desc->cmdsts));