lkml.org 
[lkml]   [2020]   [Oct]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 2/3] Add phy interface for 5GBASER mode
    Date
    Signed-off-by: Pavana Sharma <pavana.sharma@digi.com>
    ---
    include/linux/phy.h | 3 +++
    1 file changed, 3 insertions(+)

    diff --git a/include/linux/phy.h b/include/linux/phy.h
    index 3a09d2bf69ea..9de7c57cfd38 100644
    --- a/include/linux/phy.h
    +++ b/include/linux/phy.h
    @@ -107,6 +107,7 @@ typedef enum {
    PHY_INTERFACE_MODE_2500BASEX,
    PHY_INTERFACE_MODE_RXAUI,
    PHY_INTERFACE_MODE_XAUI,
    + PHY_INTERFACE_MODE_5GBASER,
    /* 10GBASE-R, XFI, SFI - single lane 10G Serdes */
    PHY_INTERFACE_MODE_10GBASER,
    PHY_INTERFACE_MODE_USXGMII,
    @@ -187,6 +188,8 @@ static inline const char *phy_modes(phy_interface_t interface)
    return "rxaui";
    case PHY_INTERFACE_MODE_XAUI:
    return "xaui";
    + case PHY_INTERFACE_MODE_5GBASER:
    + return "5gbase-r";
    case PHY_INTERFACE_MODE_10GBASER:
    return "10gbase-r";
    case PHY_INTERFACE_MODE_USXGMII:
    --
    2.17.1
    \
     
     \ /
      Last update: 2020-10-26 07:04    [W:5.289 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site