Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/netronome/nfp/nfdk/
Ddp.c329 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_tx()
354 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_tx()
377 (txd - 1)->dma_len_type = cpu_to_le16(dlen_type | NFDK_DESC_TX_EOP); in nfp_nfdk_tx()
946 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_tx_xdp_buf()
957 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_tx_xdp_buf()
966 (txd - 1)->dma_len_type = cpu_to_le16(dlen_type | NFDK_DESC_TX_EOP); in nfp_nfdk_tx_xdp_buf()
1351 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_ctrl_tx_one()
1362 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_ctrl_tx_one()
1371 (txd - 1)->dma_len_type = cpu_to_le16(dlen_type | NFDK_DESC_TX_EOP); in nfp_nfdk_ctrl_tx_one()
Dnfdk.h50 __le16 dma_len_type; /* Length to DMA for this desc */ member