Home
last modified time | relevance | path

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

/drivers/net/netxen/
Dnetxen_nic_niu.c653 if ((port < 0) || (port > NETXEN_NIU_MAX_GBE_PORTS))
733 if (port > NETXEN_NIU_MAX_GBE_PORTS) in netxen_niu_disable_gbe_port()
769 if (port > NETXEN_NIU_MAX_GBE_PORTS) in netxen_niu_set_promiscuous_mode()
Dnetxen_nic_ethtool.c583 if ((port < 0) || (port > NETXEN_NIU_MAX_GBE_PORTS)) in netxen_nic_get_pauseparam()
629 if ((port < 0) || (port > NETXEN_NIU_MAX_GBE_PORTS)) in netxen_nic_set_pauseparam()
Dnetxen_nic_hdr.h519 #define NETXEN_NIU_MAX_GBE_PORTS 4 macro