Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dhvcall.h47 #define H_DROPPED -12 macro
/linux-4.4.14/arch/powerpc/kvm/
Dtrace_hv.h168 {H_DROPPED, "H_DROPPED"}, \
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.c1013 if (ret != H_SUCCESS && ret != H_DROPPED) { in ibmveth_send()