Home
last modified time | relevance | path

Searched refs:NETXEN_NIC_GBE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c105 if (adapter->ahw.port_type == NETXEN_NIC_GBE) { in netxen_nic_get_settings()
262 if (adapter->ahw.port_type != NETXEN_NIC_GBE) in netxen_nic_set_settings()
412 if (adapter->ahw.port_type == NETXEN_NIC_GBE) { in netxen_nic_get_ringparam()
454 if (adapter->ahw.port_type == NETXEN_NIC_GBE) { in netxen_nic_set_ringparam()
489 if (adapter->ahw.port_type == NETXEN_NIC_GBE) { in netxen_nic_get_pauseparam()
539 if (adapter->ahw.port_type == NETXEN_NIC_GBE) { in netxen_nic_set_pauseparam()
Dnetxen_nic_hw.c1837 adapter->ahw.port_type = NETXEN_NIC_GBE; in netxen_nic_get_board_info()
1862 adapter->ahw.port_type = NETXEN_NIC_GBE; in netxen_nic_get_board_info()
1866 NETXEN_NIC_XGBE : NETXEN_NIC_GBE; in netxen_nic_get_board_info()
1901 if (adapter->ahw.port_type == NETXEN_NIC_GBE) { in netxen_nic_set_link_parameters()
Dnetxen_nic.h575 #define NETXEN_NIC_GBE 0x01 macro
Dnetxen_nic_main.c915 } else if (adapter->ahw.port_type == NETXEN_NIC_GBE) { in netxen_check_options()
1595 case NETXEN_NIC_GBE: in netxen_nic_probe()