Home
last modified time | relevance | path

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

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