Searched refs:combined (Results 26 - 29 of 29) sorted by relevance

12

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3482 * ice_get_combined_cnt - return the current number of combined channels
3490 u32 combined = 0; local
3497 combined++;
3500 return combined;
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S261 # combined for GCM encrypt and decrypt functions
1048 # XMM8 has the combined result here
1998 # XMM8 has the combined result here
H A Daesni-intel_asm.S1450 # middle section of the temp results combined as in karatsuba algorithm
/linux-master/net/ipv6/
H A Droute.c1503 } __aligned(SIPHASH_ALIGNMENT) combined = {
1512 combined.src = *src;
1514 val = siphash(&combined, sizeof(combined), &rt6_exception_key);

Completed in 287 milliseconds

12