Home
last modified time | relevance | path

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

/drivers/staging/wlags49_h2/
Dhcf.c111 void calc_mic_rx_frag( IFBP ifbp, wci_bufp p, int len );
112 void calc_mic_tx_frag( IFBP ifbp, wci_bufp p, int len );
123 HCF_STATIC void get_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) ); //c…
127 HCF_STATIC void put_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) );
135 HCF_STATIC hcf_8 hcf_encap( wci_bufp type );
1493 ( i == HFS_STAT_1042 && hcf_encap( (wci_bufp)&p->buf_addr[HCF_DASA_SIZE] ) != ENC_TUNNEL )) { in hcf_dma_rx_get()
1829 hcf_encap( wci_bufp type ) in hcf_encap()
2012wci_bufp pt; //pointer with the "right" type, just to help ease writing macros … in hcf_get_info()
2019 pt = (wci_bufp)p; //just to help ease writing macros with embedded assembly in hcf_get_info()
2042 get_frag( ifbp, (wci_bufp)&ltvp->len, 2*len+2 BE_PAR(2) ); in hcf_get_info()
[all …]
Dhcf.h276 wci_bufp IFB_lap; // LookAhead Buffer pointer
378 EXTERN_C int hcf_service_nic (IFBP ifbp, wci_bufp bufp, unsigned int len );
Dhcfcfg.h553 typedef hcf_8 FAR *wci_bufp; // segmented 16-bits or flat 32-bits pointer to 8 bits unit typedef
Dwl_priv.c511 Descp[0].buf_addr = (wci_bufp)data; in wvlan_uil_send_diag_msg()
Dwl_main.c2221 (wci_bufp)lp->lookAheadBuf, in wl_isr_handler()