Home
last modified time | relevance | path

Searched defs:nic (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/board/toradex/common/
H A Dtdx-cfg-block.h21 u32 nic:24; member
/rk3399_rockchip-uboot/drivers/net/
H A De1000.c5394 static int e1000_transmit(struct eth_device *nic, void *txpacket, int length) in e1000_transmit()
5405 e1000_disable(struct eth_device *nic) in e1000_disable()
5416 e1000_init(struct eth_device *nic, bd_t *bis) in e1000_init()
5424 e1000_poll(struct eth_device *nic) in e1000_poll()
5457 struct eth_device *nic = malloc(sizeof(*nic)); in e1000_initialize() local
H A Dne2000_base.c96 static dp83902a_priv_data_t nic; /* just one instance of the card supported */ variable
H A De1000.h1080 struct eth_device *nic; member