Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c508 if ((port < 0) || (port >= NETXEN_NIU_MAX_XG_PORTS)) in netxen_nic_get_pauseparam()
579 if ((port < 0) || (port >= NETXEN_NIU_MAX_XG_PORTS)) in netxen_nic_set_pauseparam()
H A Dnetxen_nic_hw.c337 if (port >= NETXEN_NIU_MAX_XG_PORTS) in netxen_niu_disable_xg_port()
364 if (port >= NETXEN_NIU_MAX_XG_PORTS) in netxen_p2_nic_set_promisc()
414 if (phy >= NETXEN_NIU_MAX_XG_PORTS) in netxen_p2_nic_set_mac_addr()
H A Dnetxen_nic_hdr.h487 #define NETXEN_NIU_MAX_XG_PORTS 2 macro