Searched refs:Descp (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 Dwl_priv.c484 DESC_STRCT Descp[1]; local
508 memset( Descp, 0, sizeof( DESC_STRCT ));
511 Descp[0].buf_addr = (wci_bufp)data;
512 Descp[0].BUF_CNT = urq->len;
513 Descp[0].next_desc_addr = 0; // terminate list
515 hcf_send_msg( &(lp->hcfCtx), &Descp[0], HCF_PORT_0 );

Completed in 21 milliseconds