.../net/ethernet/marvell/octeon_ep/Makefile | 3 +- .../marvell/octeon_ep/octep_cn9k_pf.c | 114 +++-- .../ethernet/marvell/octeon_ep/octep_config.h | 6 + .../marvell/octeon_ep/octep_ctrl_mbox.c | 318 ++++++++------ .../marvell/octeon_ep/octep_ctrl_mbox.h | 102 +++-- .../marvell/octeon_ep/octep_ctrl_net.c | 404 ++++++++++++------ .../marvell/octeon_ep/octep_ctrl_net.h | 196 +++++---- .../marvell/octeon_ep/octep_ethtool.c | 12 +- .../ethernet/marvell/octeon_ep/octep_main.c | 378 ++++++++++++---- .../ethernet/marvell/octeon_ep/octep_main.h | 81 +++- .../marvell/octeon_ep/octep_pfvf_mbox.c | 306 +++++++++++++ .../marvell/octeon_ep/octep_pfvf_mbox.h | 126 ++++++ .../marvell/octeon_ep/octep_regs_cn9k_pf.h | 15 + .../net/ethernet/marvell/octeon_ep/octep_tx.h | 24 +- 14 files changed, 1544 insertions(+), 541 deletions(-) create mode 100644 drivers/net/ethernet/marvell/octeon_ep/octep_pfvf_mbox.c create mode 100644 drivers/net/ethernet/marvell/octeon_ep/octep_pfvf_mbox.h