Revert "staging: octeon: remove typedef in structs cvmx_pip_port_status_t and cvmx_pko_port_status_t"

This reverts commit b33a296d83.

The patch series that removed typedefs from the octeon driver was not
actually built properly, and broke the build (it's hard to test-build
this driver for some reason.)  Remove them all at this point in time to
make sure the build works properly.

Link: https://lore.kernel.org/r/32e9ad3c-191e-4dd1-b1cc-07f7b93c3f28@roeck-us.net
Reported-by: Guenter Roeck <linux@roeck-us.net>
Cc: Oliver Crumrine <ozlinux@hotmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2023-10-30 09:54:10 +01:00
parent 41196b0bbe
commit c312b8b3c1
2 changed files with 8 additions and 8 deletions

View File

@ -201,8 +201,8 @@ EXPORT_SYMBOL(cvm_oct_free_work);
*/
static struct net_device_stats *cvm_oct_common_get_stats(struct net_device *dev)
{
struct cvmx_pip_port_status rx_status;
struct cvmx_pko_port_status tx_status;
cvmx_pip_port_status_t rx_status;
cvmx_pko_port_status_t tx_status;
struct octeon_ethernet *priv = netdev_priv(dev);
if (priv->port < CVMX_PIP_NUM_INPUT_PORTS) {

View File

@ -384,7 +384,7 @@ union cvmx_ipd_sub_port_qos_cnt {
} s;
};
struct cvmx_pip_port_status {
typedef struct {
uint32_t dropped_octets;
uint32_t dropped_packets;
uint32_t pci_raw_packets;
@ -407,13 +407,13 @@ struct cvmx_pip_port_status {
uint32_t inb_packets;
uint64_t inb_octets;
uint16_t inb_errors;
};
} cvmx_pip_port_status_t;
struct cvmx_pko_port_status {
typedef struct {
uint32_t packets;
uint64_t octets;
uint64_t doorbell;
};
} cvmx_pko_port_status_t;
union cvmx_pip_frm_len_chkx {
uint64_t u64;
@ -1258,11 +1258,11 @@ static inline int octeon_is_simulation(void)
}
static inline void cvmx_pip_get_port_status(uint64_t port_num, uint64_t clear,
struct cvmx_pip_port_status *status)
cvmx_pip_port_status_t *status)
{ }
static inline void cvmx_pko_get_port_status(uint64_t port_num, uint64_t clear,
struct cvmx_pko_port_status *status)
cvmx_pko_port_status_t *status)
{ }
static inline enum cvmx_helper_interface_mode cvmx_helper_interface_get_mode(int