Searched refs:ADD_ADDR (Results 1 – 4 of 4) sorted by relevance
1209 #define ADD_ADDR(high, low) ((((u64)high) << 32) + low) macro1220 bus_addr = ADD_ADDR(desc->css_hdr_high, desc->css_hdr_low) in qat_uclo_auth_fw()1448 bus_addr = ADD_ADDR(auth_desc->css_hdr_high, auth_desc->css_hdr_low) + in qat_uclo_map_auth_fw()1470 bus_addr = ADD_ADDR(auth_desc->fwsk_pub_high, in qat_uclo_map_auth_fw()1483 bus_addr = ADD_ADDR(auth_desc->signature_high, in qat_uclo_map_auth_fw()1500 bus_addr = ADD_ADDR(auth_desc->img_ae_mode_data_high, in qat_uclo_map_auth_fw()
265 if (mode == ADD_ADDR && !f) { in ionic_lif_list_addr()283 } else if (mode == ADD_ADDR && f) { in ionic_lif_list_addr()
17 #define ADD_ADDR true macro
1285 return ionic_lif_list_addr(netdev_priv(netdev), addr, ADD_ADDR); in ionic_addr_add()