Searched refs:hw_info (Results 1 – 3 of 3) sorted by relevance
107 static hw_info_t hw_info[] = { variable171 #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()
365 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()
213 struct hw_info { struct280 struct hw_info *hw;
Completed in 9 milliseconds