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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.c4156 RID_LOGP ridp = ifbp->IFB_RIDLogp; //NULL or pointer to array of RID_LOG structures (terminated by zero typ) local
4183 if ( ridp->typ == 0 || ridp->typ == info[1] ) {
4184 if ( ridp->bufp ) {
4185 HCFASSERT( ridp->len >= 2, ridp->typ )
4186 ridp->bufp[0] = min((hcf_16)(ridp->len - 1), info[0] ); //save L
4187 ridp->bufp[1] = info[1]; //save T
4188 get_frag( ifbp, (wci_bufp)&ridp
[all...]

Completed in 59 milliseconds