Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_tc.c484 u32 hw_match; in tc_add_ip4_flow() local
492 hw_match = ntohl(match.key->src) & ntohl(match.mask->src); in tc_add_ip4_flow()
493 if (hw_match) { in tc_add_ip4_flow()
495 false, true, inv, hw_match); in tc_add_ip4_flow()
501 if (hw_match) { in tc_add_ip4_flow()
503 false, false, inv, hw_match); in tc_add_ip4_flow()
519 u32 hw_match; in tc_add_ports_flow() local
541 if (hw_match) { in tc_add_ports_flow()
543 is_udp, true, inv, hw_match); in tc_add_ports_flow()
549 if (hw_match) { in tc_add_ports_flow()
[all …]
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/
A Dpnvm.c40 bool hw_match = false; in iwl_pnvm_handle_section() local
87 if (hw_match) in iwl_pnvm_handle_section()
99 hw_match = true; in iwl_pnvm_handle_section()
150 if (!hw_match) { in iwl_pnvm_handle_section()

Completed in 6 milliseconds