Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c1054 u16 dest_port, u32 *p_high, u32 *p_low) in qed_llh_protocol_filter_to_hilo() argument
1057 *p_low = 0; in qed_llh_protocol_filter_to_hilo()
1065 *p_low = source_port_or_eth_type << 16; in qed_llh_protocol_filter_to_hilo()
1069 *p_low = dest_port; in qed_llh_protocol_filter_to_hilo()
1073 *p_low = (source_port_or_eth_type << 16) | dest_port; in qed_llh_protocol_filter_to_hilo()