]> www.infradead.org Git - users/willy/xarray.git/commit
net: pcs: xpcs: Convert xpcs_id to dw_xpcs_desc
authorSerge Semin <fancer.lancer@gmail.com>
Mon, 1 Jul 2024 18:28:34 +0000 (21:28 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Jul 2024 08:35:49 +0000 (09:35 +0100)
commit71b200b388ef2ff1b547114f17dc1fd088bfc2c6
treef545385e9be16ce007f06b6233fc7b59cd0de8b7
parent03b3be07c69a5fd71e4c01a35b511c13d2adb3c5
net: pcs: xpcs: Convert xpcs_id to dw_xpcs_desc

A structure with the PCS/PMA MMD IDs data is being introduced in one of
the next commits. In order to prevent the names ambiguity let's convert
the xpcs_id structure name to dw_xpcs_desc. The later version is more
suitable since the structure content is indeed the device descriptor
containing the data and callbacks required for the driver to correctly set
the device up.

Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pcs/pcs-xpcs.c
include/linux/pcs/pcs-xpcs.h