summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/sparx5/sparx5_fdma.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-31net: sparx5: add sparx5 context pointer to a few functionsDaniel Machon1-1/+1
2024-10-08net: sparx5: redefine internal ports and PGID's as offsetsDaniel Machon1-1/+3
2024-10-08net: sparx5: use SPX5_CONST for constants which already have a symbolDaniel Machon1-2/+4
2024-09-04net: sparx5: ditch sparx5_fdma_rx/tx_reload() functionsDaniel Machon1-10/+4
2024-09-04net: sparx5: use contiguous memory for tx buffersDaniel Machon1-44/+13
2024-09-04net: sparx5: use library helper for freeing tx buffersDaniel Machon1-0/+1
2024-09-04net: sparx5: use FDMA library for adding DCB's in the tx pathDaniel Machon1-30/+9
2024-09-04net: sparx5: use the FDMA library for allocation of tx buffersDaniel Machon1-50/+44
2024-09-04net: sparx5: use a few FDMA helpers in the rx pathDaniel Machon1-10/+7
2024-09-04net: sparx5: use library helper for freeing rx buffersDaniel Machon1-0/+1
2024-09-04net: sparx5: use FDMA library for adding DCB's in the rx pathDaniel Machon1-46/+3
2024-09-04net: sparx5: use the FDMA library for allocation of rx buffersDaniel Machon1-46/+43
2024-09-04net: sparx5: replace a few variables with new equivalent onesDaniel Machon1-42/+61
2024-09-04net: sparx5: use FDMA library symbolsDaniel Machon1-44/+0
2024-04-26net: sparx5: Correct spelling in commentsSimon Horman1-1/+1
2022-12-05net: microchip: sparx5: correctly free skb in xmitCasper Andersson1-1/+1
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2022-03-26net: sparx5: switchdev: fix possible NULL pointer dereferenceZheng Yongjun1-0/+2
2022-03-04net: sparx5: Update extraction/injection for timestampingHoratiu Vultur1-0/+2
2021-08-20net: sparx5: switchdev: adding frame DMA functionalitySteen Hegelund1-0/+593