Searched refs:port_init_cnt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/ |
H A D | ksz_common.h | 136 void (*port_init_cnt)(struct ksz_device *dev, int port); member
|
H A D | ksz_common.c | 107 dev->dev_ops->port_init_cnt(dev, i); in ksz_init_mib_timer()
|
H A D | ksz8795.c | 1361 .port_init_cnt = ksz8795_port_init_cnt,
|
H A D | ksz9477.c | 1608 .port_init_cnt = ksz9477_port_init_cnt,
|
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/ |
H A D | ksz_common.h | 354 void (*port_init_cnt)(struct ksz_device *dev, int port); member
|
H A D | ksz_common.c | 201 .port_init_cnt = ksz8_port_init_cnt, 241 .port_init_cnt = ksz9477_port_init_cnt, 277 .port_init_cnt = ksz9477_port_init_cnt, 2302 dev->dev_ops->port_init_cnt(dev, i); in ksz_init_mib_timer()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 1895 * port_init_cnt - initialize MIB counter values 1902 static void port_init_cnt(struct ksz_hw *hw, int port) in port_init_cnt() function 5512 port_init_cnt(hw, i); in netdev_open()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 1818 * port_init_cnt - initialize MIB counter values 1825 static void port_init_cnt(struct ksz_hw *hw, int port) in port_init_cnt() function 5137 port_init_cnt(hw, i); in netdev_open()
|
Completed in 31 milliseconds