Home
last modified time | relevance | path

Searched refs:Descp (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_priv.c484 DESC_STRCT Descp[1]; in wvlan_uil_send_diag_msg() local
508 memset( Descp, 0, sizeof( DESC_STRCT )); in wvlan_uil_send_diag_msg()
511 Descp[0].buf_addr = (wci_bufp)data; in wvlan_uil_send_diag_msg()
512 Descp[0].BUF_CNT = urq->len; in wvlan_uil_send_diag_msg()
513 Descp[0].next_desc_addr = 0; // terminate list in wvlan_uil_send_diag_msg()
515 hcf_send_msg( &(lp->hcfCtx), &Descp[0], HCF_PORT_0 ); in wvlan_uil_send_diag_msg()