Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Drscalc.c40 u8 bits_set; in acpi_rs_count_set_bits() local
44 for (bits_set = 0; bit_field; bits_set++) { in acpi_rs_count_set_bits()
51 return (bits_set); in acpi_rs_count_set_bits()
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c570 static bool bits_set(void *key, int len) in bits_set() function
1045 if (bits_set(&flow->l2_key.smac, sizeof(flow->l2_key.smac)) && in bnxt_tc_can_offload()
1050 if (bits_set(&flow->l2_key.dmac, sizeof(flow->l2_key.dmac)) && in bnxt_tc_can_offload()
1057 if (bits_set(&flow->l2_key.inner_vlan_tci, in bnxt_tc_can_offload()
1064 if (bits_set(&flow->l2_key.inner_vlan_tpid, in bnxt_tc_can_offload()