Searched refs:ext_port (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/cxgb/common/ |
| H A D | cxgb_xgmac.c | 336 idx = mac->ext_port + idx * mac->adapter->params.nports; in t3_mac_set_address() 439 mac->promisc_map |= 1 << mac->ext_port; in t3_mac_set_rx_mode() 441 mac->promisc_map &= ~(1 << mac->ext_port); in t3_mac_set_rx_mode() 492 return t3_vsc7323_set_mtu(adap, mtu - 4, mac->ext_port); in t3_mac_set_mtu() 595 return t3_vsc7323_set_speed_fc(adap, speed, fc, mac->ext_port); in t3_mac_set_speed_duplex_fc() 654 return t3_vsc7323_enable(adap, mac->ext_port, which); in t3_mac_enable() 703 return t3_vsc7323_disable(adap, mac->ext_port, which); in t3_mac_disable()
|
| H A D | cxgb_vsc7323.c | 291 ELMR_STAT(mac->ext_port, STATS0_START), in t3_vsc7323_update_stats() 295 ELMR_STAT(mac->ext_port, STATS1_START), in t3_vsc7323_update_stats()
|
| H A D | cxgb_common.h | 478 unsigned char ext_port; /* external MAC port */ member
|
| H A D | cxgb_t3_hw.c | 4323 mac->ext_port = (unsigned char)index; in mac_prep()
|