Searched refs:dma_len_type (Results 1 – 2 of 2) sorted by relevance
334 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_tx()359 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_tx()382 (txd - 1)->dma_len_type = cpu_to_le16(dlen_type | NFDK_DESC_TX_EOP); in nfp_nfdk_tx()976 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_tx_xdp_buf()987 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_tx_xdp_buf()996 (txd - 1)->dma_len_type = cpu_to_le16(dlen_type | NFDK_DESC_TX_EOP); in nfp_nfdk_tx_xdp_buf()1390 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_ctrl_tx_one()1401 txd->dma_len_type = cpu_to_le16(dlen_type); in nfp_nfdk_ctrl_tx_one()1410 (txd - 1)->dma_len_type = cpu_to_le16(dlen_type | NFDK_DESC_TX_EOP); in nfp_nfdk_ctrl_tx_one()
50 __le16 dma_len_type; /* Length to DMA for this desc */ member