[ofw] [PATCH] Return timeout when a connection request times out

Sean Hefty sean.hefty at intel.com
Tue Jul 1 16:54:48 PDT 2008


>+    {
>+        if( p_query_rec->status == IB_TIMEOUT )
>+        {
>+                       __ndi_complete_irp( h_qp, h_ioctl, STATUS_TIMEOUT );
>+        }
>+        else
>+        {
>+                       __ndi_complete_irp( h_qp, h_ioctl,
>STATUS_HOST_UNREACHABLE );
>+        }
>+    }

nit: you indent with spaces in most places in this patch, but with tabs on
__ndi_complete_irp




More information about the ofw mailing list