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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/vxge/
H A Dvxge-config.c4672 blockpool->req_out = 0;
4798 if ((blockpool->pool_size + blockpool->req_out) <
4801 blockpool->req_out += nreq;
4858 u32 req_out; local
4863 blockpool->req_out--;
4874 blockpool->req_out--;
4904 blockpool->req_out--;
4906 req_out = blockpool->req_out;
H A Dvxge-config.h507 * @req_out: Number of block requests with OS out standing
518 u32 req_out; member in struct:__vxge_hw_blockpool
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
4118 dbug(1,dprintf("req0_in/out=%d/%d",plci->req_in,plci->req_out));
4119 if(plci->req_in!=plci->req_out)
4128 plci->req_in = plci->req_in_start = plci->req_out = 0;
7309 plci->req_out = 0;
8766 if(plci->req_in==plci->req_out) return;
8767 dbug(1,dprintf("send_req(in=%d,out=%d)",plci->req_in,plci->req_out));
8771 l = GET_WORD(&plci->RBuffer[plci->req_out]);
8772 plci->req_out
[all...]
H A Ddivacapi.h243 word req_out; member in struct:_PLCI

Completed in 81 milliseconds