Searched refs:wtype (Results 1 – 3 of 3) sorted by relevance
374 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local412 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 …]
52 unsigned wtype : 7; /* W-element type */ member
2895 unsigned int wcaps, wtype; in get_unassigned_dac() local2908 wtype = get_wcaps_type(wcaps); in get_unassigned_dac()2910 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL)) in get_unassigned_dac()