| /linux-6.15/drivers/net/pse-pd/ |
| H A D | pse_core.c | 569 if (psec->pcdev->pi[psec->id].admin_state_enabled) in __pse_control_release() 576 kfree(psec); in __pse_control_release() 616 psec = kzalloc(sizeof(*psec), GFP_KERNEL); in pse_control_get_internal() 617 if (!psec) in pse_control_get_internal() 643 return psec; in pse_control_get_internal() 650 kfree(psec); in pse_control_get_internal() 859 if (psec->pcdev->pi[psec->id].admin_state_enabled && in pse_ethtool_c33_set_config() 865 if (!psec->pcdev->pi[psec->id].admin_state_enabled) in pse_ethtool_c33_set_config() 869 if (psec->pcdev->pi[psec->id].admin_state_enabled) in pse_ethtool_c33_set_config() 889 if (!psec->pcdev->pi[psec->id].admin_state_enabled) in pse_ethtool_podl_set_config() [all …]
|
| /linux-6.15/arch/arm64/boot/dts/renesas/ |
| H A D | rzg2ul-smarc-som.dtsi | 84 rxdv-skew-psec = <0>; 85 txen-skew-psec = <0>; 86 rxd0-skew-psec = <0>; 87 rxd1-skew-psec = <0>; 88 rxd2-skew-psec = <0>; 89 rxd3-skew-psec = <0>; 90 txd0-skew-psec = <0>; 91 txd1-skew-psec = <0>; 92 txd2-skew-psec = <0>; 93 txd3-skew-psec = <0>; [all …]
|
| H A D | rzg3s-smarc-som.dtsi | 102 rxc-skew-psec = <0>; 103 txc-skew-psec = <0>; 104 rxdv-skew-psec = <0>; 105 txen-skew-psec = <0>; 106 rxd0-skew-psec = <0>; 107 rxd1-skew-psec = <0>; 108 rxd2-skew-psec = <0>; 109 rxd3-skew-psec = <0>; 110 txd0-skew-psec = <0>; 127 rxc-skew-psec = <0>; [all …]
|
| H A D | rzg2l-smarc-som.dtsi | 108 rxdv-skew-psec = <0>; 109 txen-skew-psec = <0>; 110 rxd0-skew-psec = <0>; 111 rxd1-skew-psec = <0>; 112 rxd2-skew-psec = <0>; 113 rxd3-skew-psec = <0>; 114 txd0-skew-psec = <0>; 115 txd1-skew-psec = <0>; 116 txd2-skew-psec = <0>; 117 txd3-skew-psec = <0>; [all …]
|
| H A D | rzg2lc-smarc-som.dtsi | 86 rxc-skew-psec = <2400>; 88 rxdv-skew-psec = <0>; 89 txen-skew-psec = <0>; 90 rxd0-skew-psec = <0>; 91 rxd1-skew-psec = <0>; 92 rxd2-skew-psec = <0>; 93 rxd3-skew-psec = <0>; 94 txd0-skew-psec = <0>; 95 txd1-skew-psec = <0>; 96 txd2-skew-psec = <0>; [all …]
|
| /linux-6.15/include/linux/pse-pd/ |
| H A D | pse.h | 254 void pse_control_put(struct pse_control *psec); 256 int pse_ethtool_get_status(struct pse_control *psec, 259 int pse_ethtool_set_config(struct pse_control *psec, 262 int pse_ethtool_set_pw_limit(struct pse_control *psec, 266 bool pse_has_podl(struct pse_control *psec); 267 bool pse_has_c33(struct pse_control *psec); 276 static inline void pse_control_put(struct pse_control *psec) in pse_control_put() argument 280 static inline int pse_ethtool_get_status(struct pse_control *psec, in pse_ethtool_get_status() argument 287 static inline int pse_ethtool_set_config(struct pse_control *psec, in pse_ethtool_set_config() argument 301 static inline bool pse_has_podl(struct pse_control *psec) in pse_has_podl() argument [all …]
|
| /linux-6.15/drivers/net/mdio/ |
| H A D | fwnode_mdio.c | 23 struct pse_control *psec; in fwnode_find_pse_control() local 33 psec = of_pse_control_get(np); in fwnode_find_pse_control() 34 if (PTR_ERR(psec) == -ENOENT) in fwnode_find_pse_control() 37 return psec; in fwnode_find_pse_control() 125 struct pse_control *psec = NULL; in fwnode_mdiobus_register_phy() local 131 psec = fwnode_find_pse_control(child); in fwnode_mdiobus_register_phy() 132 if (IS_ERR(psec)) in fwnode_mdiobus_register_phy() 133 return PTR_ERR(psec); in fwnode_mdiobus_register_phy() 172 phy->psec = psec; in fwnode_mdiobus_register_phy() 188 pse_control_put(psec); in fwnode_mdiobus_register_phy()
|
| /linux-6.15/security/selinux/ |
| H A D | netport.c | 44 struct netport_security_struct psec; member 90 if (port->psec.port == pnum && port->psec.protocol == protocol) in sel_netport_find() 110 idx = sel_netport_hashfn(port->psec.port); in sel_netport_insert() 146 *sid = port->psec.sid; in sel_netport_sid_slow() 156 new->psec.port = pnum; in sel_netport_sid_slow() 157 new->psec.protocol = protocol; in sel_netport_sid_slow() 158 new->psec.sid = *sid; in sel_netport_sid_slow() 190 *sid = port->psec.sid; in sel_netport_sid()
|
| H A D | ibpkey.c | 38 struct pkey_security_struct psec; member 77 if (pkey->psec.pkey == pkey_num && in sel_ib_pkey_find() 78 pkey->psec.subnet_prefix == subnet_prefix) in sel_ib_pkey_find() 100 idx = sel_ib_pkey_hashfn(pkey->psec.pkey); in sel_ib_pkey_insert() 139 *sid = pkey->psec.sid; in sel_ib_pkey_sid_slow() 158 new->psec.subnet_prefix = subnet_prefix; in sel_ib_pkey_sid_slow() 159 new->psec.pkey = pkey_num; in sel_ib_pkey_sid_slow() 160 new->psec.sid = *sid; in sel_ib_pkey_sid_slow() 188 *sid = pkey->psec.sid; in sel_ib_pkey_sid()
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | micrel-ksz90x1.txt | 171 - rxc-skew-psec : Skew control of RX clock pad 172 - txc-skew-psec : Skew control of TX clock pad 176 - rxdv-skew-psec : Skew control of RX CTL pad 177 - txen-skew-psec : Skew control of TX CTL pad 178 - rxd0-skew-psec : Skew control of RX data 0 pad 179 - rxd1-skew-psec : Skew control of RX data 1 pad 180 - rxd2-skew-psec : Skew control of RX data 2 pad 181 - rxd3-skew-psec : Skew control of RX data 3 pad 182 - txd0-skew-psec : Skew control of TX data 0 pad 183 - txd1-skew-psec : Skew control of TX data 1 pad [all …]
|
| /linux-6.15/net/ethtool/ |
| H A D | pse-pd.c | 43 if (!phydev->psec) { in pse_get_pse_attributes() 50 return pse_ethtool_get_status(phydev->psec, extack, &data->status); in pse_get_pse_attributes() 234 if (!phydev->psec) { in ethnl_set_pse_validate() 240 !pse_has_podl(phydev->psec)) { in ethnl_set_pse_validate() 247 !pse_has_c33(phydev->psec)) { in ethnl_set_pse_validate() 274 ret = pse_ethtool_set_pw_limit(phydev->psec, info->extack, in ethnl_set_pse() 293 ret = pse_ethtool_set_config(phydev->psec, info->extack, in ethnl_set_pse()
|
| /linux-6.15/drivers/net/ieee802154/ |
| H A D | ca8210.c | 1441 struct secspec *psec; in mcps_data_request() local 1468 psec = (struct secspec *)(command.pdata.data_req.msdu + msdu_length); in mcps_data_request() 1472 psec->security_level = 0; in mcps_data_request() 1475 *psec = *security; in mcps_data_request()
|
| /linux-6.15/include/linux/ |
| H A D | phy.h | 725 struct pse_control *psec; member
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phy_device.c | 1055 pse_control_put(phydev->psec); in phy_device_remove()
|