Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_dev.c1272 u32 *p_high, u32 *p_low) in ecore_llh_protocol_filter_to_hilo() argument
1275 *p_low = 0; in ecore_llh_protocol_filter_to_hilo()
1283 *p_low = source_port_or_eth_type << 16; in ecore_llh_protocol_filter_to_hilo()
1287 *p_low = dest_port; in ecore_llh_protocol_filter_to_hilo()
1291 *p_low = (source_port_or_eth_type << 16) | dest_port; in ecore_llh_protocol_filter_to_hilo()