Lines Matching refs:DmaDesc
106 } DmaDesc; typedef
157 …/*dma_addr_t*/ DmaDesc *TxDescDma; /* Dma-able address of first tx descriptor either in rin…
158 …/*dma_addr_t*/ DmaDesc *RxDescDma; /* Dma-albe address of first rx descriptor either in ring or…
159 …DmaDesc *TxDesc; /* start address of TX descriptors ring or chain, this is used by t…
160 …DmaDesc *RxDesc; /* start address of RX descriptors ring or chain, this is used by t…
173 DmaDesc * TxBusyDesc; /* Tx Descriptor address corresponding to the index TxBusy */
174 DmaDesc * TxNextDesc; /* Tx Descriptor address corresponding to the index TxNext */
175 DmaDesc * RxBusyDesc; /* Rx Descriptor address corresponding to the index TxBusy */
176 DmaDesc * RxNextDesc; /* Rx Descriptor address corresponding to the index RxNext */
1389 void synopGMAC_rx_desc_init_ring(DmaDesc *desc, bool last_ring_desc);
1390 void synopGMAC_tx_desc_init_ring(DmaDesc *desc, bool last_ring_desc);
1391 void synopGMAC_rx_desc_init_chain(DmaDesc * desc);
1392 void synopGMAC_tx_desc_init_chain(DmaDesc * desc);
1396 void synopGMAC_set_owner_dma(DmaDesc *desc);
1397 void synopGMAC_set_desc_sof(DmaDesc *desc);
1398 void synopGMAC_set_desc_eof(DmaDesc *desc);
1399 bool synopGMAC_is_sof_in_rx_desc(DmaDesc *desc);
1400 bool synopGMAC_is_eof_in_rx_desc(DmaDesc *desc);
1401 bool synopGMAC_is_da_filter_failed(DmaDesc *desc);
1402 bool synopGMAC_is_sa_filter_failed(DmaDesc *desc);
1403 bool synopGMAC_is_desc_owned_by_dma(DmaDesc *desc);
1406 bool synopGMAC_is_desc_empty(DmaDesc *desc);
1417 bool synopGMAC_is_last_rx_desc(synopGMACdevice * gmacdev,DmaDesc *desc);
1418 bool synopGMAC_is_last_tx_desc(synopGMACdevice * gmacdev,DmaDesc *desc);
1419 bool synopGMAC_is_rx_desc_chained(DmaDesc * desc);
1420 bool synopGMAC_is_tx_desc_chained(DmaDesc * desc);
1421 void synopGMAC_get_desc_data(DmaDesc * desc, u32 * Status, u32 * Buffer1, u32 * Length1, u32 * Data…
1440 void synopGMAC_take_desc_ownership(DmaDesc * desc);
1473 void synopGMAC_tx_checksum_offload_bypass(synopGMACdevice *gmacdev, DmaDesc *desc);
1474 void synopGMAC_tx_checksum_offload_ipv4hdr(synopGMACdevice *gmacdev, DmaDesc *desc);
1475 void synopGMAC_tx_checksum_offload_tcponly(synopGMACdevice *gmacdev, DmaDesc *desc);
1476 void synopGMAC_tx_checksum_offload_tcp_pseudo(synopGMACdevice *gmacdev, DmaDesc *desc);