Home
last modified time | relevance | path

Searched hist:"362 b123f473cbc72d43720f9245c68d174439310" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dtsec.hdiff 362b123f473cbc72d43720f9245c68d174439310 Tue Jan 12 00:41:19 CST 2016 Bin Meng <bmeng.cn@gmail.com> net: tsec: Move rx_idx and tx_idx to struct tsec_private

At present rx_idx and tx_idx are declared as static variables
in the driver codes. To support multiple interfaces, move it to
struct tsec_private.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
/openbmc/u-boot/drivers/net/
H A Dtsec.cdiff 362b123f473cbc72d43720f9245c68d174439310 Tue Jan 12 00:41:19 CST 2016 Bin Meng <bmeng.cn@gmail.com> net: tsec: Move rx_idx and tx_idx to struct tsec_private

At present rx_idx and tx_idx are declared as static variables
in the driver codes. To support multiple interfaces, move it to
struct tsec_private.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>