Home
last modified time | relevance | path

Searched refs:hw_info (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/net/
A Dne2000.c107 static hw_info_t hw_info[] = { variable
171 #define NR_INFO (sizeof(hw_info)/sizeof(hw_info_t))
242 if ((prom[0] == hw_info[i].a0) && in get_prom()
243 (prom[2] == hw_info[i].a1) && in get_prom()
244 (prom[4] == hw_info[i].a2)) { in get_prom()
/u-boot/drivers/net/octeontx/
A Dnic_main.c365 struct hw_info *hw = nic->hw; in nic_set_tx_pkt_pad()
428 struct hw_info *hw = nic->hw; in nic_get_hw_info()
537 struct hw_info *hw = nic->hw; in nic_config_cpi()
625 struct hw_info *hw = nic->hw; in nic_tx_channel_cfg()
711 nic->hw = calloc(1, sizeof(struct hw_info)); in nic_initialize()
A Dnic.h213 struct hw_info { struct
280 struct hw_info *hw;

Completed in 9 milliseconds