Searched refs:req_out (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.c1158 blockpool->req_out = 0;
2267 u32 req_out; local
2272 blockpool->req_out--;
2282 blockpool->req_out--;
2310 blockpool->req_out--;
2312 req_out = blockpool->req_out;
2341 if ((blockpool->pool_size + blockpool->req_out) <
2344 blockpool->req_out += nreq;
H A Dvxge-config.h546 * @req_out: Number of block requests with OS out standing
557 u32 req_out; member in struct:__vxge_hw_blockpool
/drivers/isdn/hardware/eicon/
H A Dmessage.c583 if(c==2 && plci) plci->req_in = plci->req_in_start = plci->req_out = 0;
1073 || (plci->req_in!=plci->req_out)
4116 dbug(1,dprintf("req0_in/out=%d/%d",plci->req_in,plci->req_out));
4117 if(plci->req_in!=plci->req_out)
4126 plci->req_in = plci->req_in_start = plci->req_out = 0;
7305 plci->req_out = 0;
8762 if(plci->req_in==plci->req_out) return;
8763 dbug(1,dprintf("send_req(in=%d,out=%d)",plci->req_in,plci->req_out));
8767 l = GET_WORD(&plci->RBuffer[plci->req_out]);
8768 plci->req_out
[all...]
H A Ddivacapi.h243 word req_out; member in struct:_PLCI

Completed in 86 milliseconds