| /linux/drivers/net/pse-pd/ |
| H A D | pse_core.c | 248 struct pse_control *psec; in pse_control_find_by_id() local 251 list_for_each_entry(psec, &pcdev->pse_control_head, list) { in pse_control_find_by_id() 252 if (psec->id == id) { in pse_control_find_by_id() 253 kref_get(&psec->refcnt); in pse_control_find_by_id() 255 return psec; in pse_control_find_by_id() 268 static struct net_device *pse_control_get_netdev(struct pse_control *psec) in pse_control_get_netdev() argument 272 if (!psec || !psec->attached_phydev) in pse_control_get_netdev() 275 return psec->attached_phydev->attached_dev; in pse_control_get_netdev() 1021 struct pse_control *psec; in pse_send_ntf_worker() local 1023 psec = pse_control_find_by_id(pcdev, ntf.id); in pse_send_ntf_worker() [all …]
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | rzg2ul-smarc-som.dtsi | 82 rxc-skew-psec = <2400>; 83 txc-skew-psec = <2400>; 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>; [all …]
|
| H A D | rzg2l-smarc-som.dtsi | 106 rxc-skew-psec = <2400>; 107 txc-skew-psec = <2400>; 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>; [all …]
|
| H A D | rzg3s-smarc-som.dtsi | 98 rxc-skew-psec = <0>; 99 txc-skew-psec = <0>; 100 rxdv-skew-psec = <0>; 101 txen-skew-psec = <0>; 102 rxd0-skew-psec = <0>; 103 rxd1-skew-psec = <0>; 104 rxd2-skew-psec = <0>; 105 rxd3-skew-psec = <0>; 106 txd0-skew-psec = <0>; 107 txd1-skew-psec = <0>; [all …]
|
| H A D | rzg3e-smarc-som.dtsi | 143 rxc-skew-psec = <1400>; 144 txc-skew-psec = <1400>; 145 rxdv-skew-psec = <0>; 146 txdv-skew-psec = <0>; 147 rxd0-skew-psec = <0>; 148 rxd1-skew-psec = <0>; 149 rxd2-skew-psec = <0>; 150 rxd3-skew-psec = <0>; 151 txd0-skew-psec = <0>; 152 txd1-skew-psec = <0>; [all …]
|
| H A D | r9a09g057h44-rzv2h-evk.dts | 286 rxc-skew-psec = <0>; 287 txc-skew-psec = <0>; 288 rxdv-skew-psec = <0>; 289 txdv-skew-psec = <0>; 290 rxd0-skew-psec = <0>; 291 rxd1-skew-psec = <0>; 292 rxd2-skew-psec = <0>; 293 rxd3-skew-psec = <0>; 294 txd0-skew-psec = <0>; 295 txd1-skew-psec = <0>; [all …]
|
| H A D | r9a09g056n48-rzv2n-evk.dts | 265 rxc-skew-psec = <0>; 266 txc-skew-psec = <0>; 267 rxdv-skew-psec = <0>; 268 txdv-skew-psec = <0>; 269 rxd0-skew-psec = <0>; 270 rxd1-skew-psec = <0>; 271 rxd2-skew-psec = <0>; 272 rxd3-skew-psec = <0>; 273 txd0-skew-psec = <0>; 274 txd1-skew-psec = <0>; [all …]
|
| H A D | rzg2lc-smarc-som.dtsi | 86 rxc-skew-psec = <2400>; 87 txc-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>; [all …]
|
| /linux/include/linux/pse-pd/ |
| H A D | pse.h | 351 void pse_control_put(struct pse_control *psec); 353 int pse_ethtool_get_status(struct pse_control *psec, 356 int pse_ethtool_set_config(struct pse_control *psec, 359 int pse_ethtool_set_pw_limit(struct pse_control *psec, 362 int pse_ethtool_set_prio(struct pse_control *psec, 366 bool pse_has_podl(struct pse_control *psec); 367 bool pse_has_c33(struct pse_control *psec); 377 static inline void pse_control_put(struct pse_control *psec) in pse_control_put() argument 381 static inline int pse_ethtool_get_status(struct pse_control *psec, in pse_ethtool_get_status() argument 388 static inline int pse_ethtool_set_config(struct pse_control *psec, in pse_ethtool_set_config() argument [all …]
|
| /linux/drivers/net/mdio/ |
| H A D | fwnode_mdio.c | 24 struct pse_control *psec; in fwnode_find_pse_control() local 34 psec = of_pse_control_get(np, phydev); in fwnode_find_pse_control() 35 if (PTR_ERR(psec) == -ENOENT) in fwnode_find_pse_control() 38 return psec; in fwnode_find_pse_control() 121 struct pse_control *psec = NULL; in fwnode_mdiobus_register_phy() local 162 psec = fwnode_find_pse_control(child, phy); in fwnode_mdiobus_register_phy() 163 if (IS_ERR(psec)) { in fwnode_mdiobus_register_phy() 164 rc = PTR_ERR(psec); in fwnode_mdiobus_register_phy() 168 phy->psec = psec; in fwnode_mdiobus_register_phy()
|
| /linux/security/selinux/ |
| H A D | netport.c | 45 struct netport_security_struct psec; member 85 if (port->psec.port == pnum && port->psec.protocol == protocol) in sel_netport_find() 105 idx = sel_netport_hashfn(port->psec.port); in sel_netport_insert() 141 *sid = port->psec.sid; in sel_netport_sid_slow() 155 new->psec.port = pnum; in sel_netport_sid_slow() 156 new->psec.protocol = protocol; in sel_netport_sid_slow() 157 new->psec.sid = *sid; in sel_netport_sid_slow() 189 *sid = port->psec.sid; in sel_netport_sid()
|
| H A D | ibpkey.c | 39 struct pkey_security_struct psec; member 78 if (pkey->psec.pkey == pkey_num && in sel_ib_pkey_find() 79 pkey->psec.subnet_prefix == subnet_prefix) in sel_ib_pkey_find() 101 idx = sel_ib_pkey_hashfn(pkey->psec.pkey); in sel_ib_pkey_insert() 140 *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/net/ethtool/ |
| H A D | pse-pd.c | 44 if (!phydev->psec) { in pse_get_pse_attributes() 51 return pse_ethtool_get_status(phydev->psec, extack, &data->status); in pse_get_pse_attributes() 251 if (!phydev->psec) { in ethnl_set_pse_validate() 257 !pse_has_podl(phydev->psec)) { in ethnl_set_pse_validate() 264 !pse_has_c33(phydev->psec)) { in ethnl_set_pse_validate() 291 ret = pse_ethtool_set_prio(phydev->psec, info->extack, prio); in ethnl_set_pse() 300 ret = pse_ethtool_set_pw_limit(phydev->psec, info->extack, in ethnl_set_pse() 319 ret = pse_ethtool_set_config(phydev->psec, info->extack, in ethnl_set_pse()
|
| /linux/drivers/net/ieee802154/ |
| H A D | ca8210.c | 1440 struct secspec *psec; in mcps_data_request() local 1467 psec = (struct secspec *)(command.pdata.data_req.msdu + msdu_length); in mcps_data_request() 1471 psec->security_level = 0; in mcps_data_request() 1474 *psec = *security; in mcps_data_request()
|
| /linux/include/linux/ |
| H A D | phy.h | 788 struct pse_control *psec; member
|
| /linux/drivers/net/phy/ |
| H A D | phy_device.c | 1155 pse_control_put(phydev->psec); in phy_device_remove()
|