Home
last modified time | relevance | path

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

/linux-2.6.39/net/sunrpc/xprtrdma/
Drpc_rdma.c374 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
412 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
414 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
416 wtype = rpcrdma_writech; in rpcrdma_marshal_req()
418 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
442 if (rtype != rpcrdma_noch && wtype == rpcrdma_replych) in rpcrdma_marshal_req()
443 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
444 BUG_ON(rtype != rpcrdma_noch && wtype != rpcrdma_noch); in rpcrdma_marshal_req()
447 (rtype != rpcrdma_noch || wtype != rpcrdma_noch)) { in rpcrdma_marshal_req()
477 BUG_ON(wtype != rpcrdma_noch); in rpcrdma_marshal_req()
[all …]
/linux-2.6.39/drivers/isdn/act2000/
Dcapi.h52 unsigned wtype : 7; /* W-element type */ member
/linux-2.6.39/sound/pci/hda/
Dpatch_sigmatel.c2895 unsigned int wcaps, wtype; in get_unassigned_dac() local
2908 wtype = get_wcaps_type(wcaps); in get_unassigned_dac()
2910 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL)) in get_unassigned_dac()