Home
last modified time | relevance | path

Searched refs:psec (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/net/pse-pd/
A Dpse_core.c150 kfree(psec); in __pse_control_release()
185 return psec; in pse_control_get_internal()
189 psec = kzalloc(sizeof(*psec), GFP_KERNEL); in pse_control_get_internal()
190 if (!psec) in pse_control_get_internal()
194 kfree(psec); in pse_control_get_internal()
198 psec->pcdev = pcdev; in pse_control_get_internal()
200 psec->id = index; in pse_control_get_internal()
203 return psec; in pse_control_get_internal()
254 return psec; in of_pse_control_get()
280 err = ops->ethtool_get_status(psec->pcdev, psec->id, extack, status); in pse_ethtool_get_status()
[all …]
/linux-6.3-rc2/arch/arm64/boot/dts/renesas/
A Drzg2ul-smarc-som.dtsi85 rxdv-skew-psec = <0>;
86 txdv-skew-psec = <0>;
87 rxd0-skew-psec = <0>;
88 rxd1-skew-psec = <0>;
89 rxd2-skew-psec = <0>;
90 rxd3-skew-psec = <0>;
91 txd0-skew-psec = <0>;
92 txd1-skew-psec = <0>;
93 txd2-skew-psec = <0>;
94 txd3-skew-psec = <0>;
[all …]
A Drzg2l-smarc-som.dtsi102 rxdv-skew-psec = <0>;
103 txdv-skew-psec = <0>;
104 rxd0-skew-psec = <0>;
105 rxd1-skew-psec = <0>;
106 rxd2-skew-psec = <0>;
107 rxd3-skew-psec = <0>;
108 txd0-skew-psec = <0>;
109 txd1-skew-psec = <0>;
110 txd2-skew-psec = <0>;
111 txd3-skew-psec = <0>;
[all …]
A Drzg2lc-smarc-som.dtsi77 rxc-skew-psec = <2400>;
79 rxdv-skew-psec = <0>;
80 txdv-skew-psec = <0>;
81 rxd0-skew-psec = <0>;
82 rxd1-skew-psec = <0>;
83 rxd2-skew-psec = <0>;
84 rxd3-skew-psec = <0>;
85 txd0-skew-psec = <0>;
86 txd1-skew-psec = <0>;
87 txd2-skew-psec = <0>;
[all …]
/linux-6.3-rc2/drivers/net/mdio/
A Dfwnode_mdio.c21 struct pse_control *psec; in fwnode_find_pse_control() local
31 psec = of_pse_control_get(np); in fwnode_find_pse_control()
32 if (PTR_ERR(psec) == -ENOENT) in fwnode_find_pse_control()
35 return psec; in fwnode_find_pse_control()
116 struct pse_control *psec = NULL; in fwnode_mdiobus_register_phy() local
122 psec = fwnode_find_pse_control(child); in fwnode_mdiobus_register_phy()
123 if (IS_ERR(psec)) in fwnode_mdiobus_register_phy()
124 return PTR_ERR(psec); in fwnode_mdiobus_register_phy()
163 phy->psec = psec; in fwnode_mdiobus_register_phy()
179 pse_control_put(psec); in fwnode_mdiobus_register_phy()
/linux-6.3-rc2/security/selinux/
A Dibpkey.c38 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()
A Dnetport.c44 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()
/linux-6.3-rc2/include/linux/pse-pd/
A Dpse.h93 void pse_control_put(struct pse_control *psec);
95 int pse_ethtool_get_status(struct pse_control *psec,
98 int pse_ethtool_set_config(struct pse_control *psec,
109 static inline void pse_control_put(struct pse_control *psec) in pse_control_put() argument
113 static inline int pse_ethtool_get_status(struct pse_control *psec, in pse_ethtool_get_status() argument
120 static inline int pse_ethtool_set_config(struct pse_control *psec, in pse_ethtool_set_config() argument
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dmicrel-ksz90x1.txt171 - 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.3-rc2/net/ethtool/
A Dpse-pd.c45 if (!phydev->psec) { in pse_get_pse_attributes()
52 return pse_ethtool_get_status(phydev->psec, extack, &data->status); in pse_get_pse_attributes()
141 if (!phydev->psec) { in ethnl_set_pse()
147 return pse_ethtool_set_config(phydev->psec, info->extack, &config); in ethnl_set_pse()
/linux-6.3-rc2/drivers/net/ieee802154/
A Dca8210.c1442 struct secspec *psec; in mcps_data_request() local
1470 psec = (struct secspec *)(command.pdata.data_req.msdu + msdu_length); in mcps_data_request()
1474 psec->security_level = 0; in mcps_data_request()
1477 *psec = *security; in mcps_data_request()
/linux-6.3-rc2/include/linux/
A Dphy.h733 struct pse_control *psec; member
/linux-6.3-rc2/drivers/net/phy/
A Dphy_device.c1026 pse_control_put(phydev->psec); in phy_device_remove()

Completed in 26 milliseconds