Home
last modified time | relevance | path

Searched refs:source_port_or_eth_type (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev_api.h624 u16 source_port_or_eth_type,
640 u16 source_port_or_eth_type,
H A Decore_dev.c4735 u16 source_port_or_eth_type, in ecore_llh_add_protocol_filter() argument
4749 high = source_port_or_eth_type; in ecore_llh_add_protocol_filter()
4753 low = source_port_or_eth_type << 16; in ecore_llh_add_protocol_filter()
4761 low = (source_port_or_eth_type << 16) | dest_port; in ecore_llh_add_protocol_filter()
4785 source_port_or_eth_type, entry_num); in ecore_llh_add_protocol_filter()
4790 source_port_or_eth_type, entry_num); in ecore_llh_add_protocol_filter()
4795 source_port_or_eth_type, entry_num); in ecore_llh_add_protocol_filter()
4892 u16 source_port_or_eth_type, in ecore_llh_remove_protocol_filter() argument
4906 high = source_port_or_eth_type; in ecore_llh_remove_protocol_filter()
4910 low = source_port_or_eth_type << 16; in ecore_llh_remove_protocol_filter()
[all …]