Searched refs:ifbp (Results 1 - 10 of 10) 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.c104 HCF_STATIC int cmd_exe( IFBP ifbp, hcf_16 cmd_code, hcf_16 par_0 );
105 HCF_STATIC int init( IFBP ifbp );
106 HCF_STATIC int put_info( IFBP ifbp, LTVP ltvp );
108 HCF_STATIC int put_info_mb( IFBP ifbp, CFG_MB_INFO_STRCT FAR * ltvp );
112 void calc_mic_rx_frag( IFBP ifbp, wci_bufp p, int len );
113 void calc_mic_tx_frag( IFBP ifbp, wci_bufp p, int len );
114 HCF_STATIC int check_mic( IFBP ifbp );
117 HCF_STATIC void calibrate( IFBP ifbp );
118 HCF_STATIC int cmd_cmpl( IFBP ifbp );
119 HCF_STATIC hcf_16 get_fid( IFBP ifbp );
701 hcf_action( IFBP ifbp, hcf_16 action ) argument
951 hcf_cntl( IFBP ifbp, hcf_16 cmd ) argument
1149 hcf_connect( IFBP ifbp, hcf_io io_base ) argument
1295 get_frame_lst( IFBP ifbp, int tx_rx_flag ) argument
1396 put_frame_lst( IFBP ifbp, DESC_STRCT *descp, int tx_rx_flag ) argument
1501 hcf_dma_rx_get(IFBP ifbp) argument
1587 hcf_dma_rx_put( IFBP ifbp, DESC_STRCT *descp ) argument
1775 hcf_dma_tx_put( IFBP ifbp, DESC_STRCT *descp, hcf_16 tx_cntl ) argument
2017 hcf_get_info( IFBP ifbp, LTVP ltvp ) argument
2200 hcf_put_info( IFBP ifbp, LTVP ltvp ) argument
2432 hcf_rcv_msg( IFBP ifbp, DESC_STRCT *descp, unsigned int offset ) argument
2643 hcf_send_msg( IFBP ifbp, DESC_STRCT *descp, hcf_16 tx_cntl ) argument
3054 hcf_service_nic( IFBP ifbp, wci_bufp bufp, unsigned int len ) argument
3253 calc_mic_rx_frag( IFBP ifbp, wci_bufp p, int len ) argument
3331 calc_mic_tx_frag( IFBP ifbp, wci_bufp p, int len ) argument
3679 cmd_exe( IFBP ifbp, hcf_16 cmd_code, hcf_16 par_0 ) argument
3734 download( IFBP ifbp, CFG_PROG_STRCT FAR *ltvp ) argument
3795 fw_printf(IFBP ifbp, CFG_FW_PRINTF_STRCT FAR *ltvp) argument
3930 get_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) ) argument
4275 mdd_assert( IFBP ifbp, unsigned int line_number, hcf_32 q ) argument
4332 put_frag( IFBP ifbp, wci_bufp bufp, int len BE_PAR( int word_len ) ) argument
4484 put_info( IFBP ifbp, LTVP ltvp ) argument
4581 put_info_mb( IFBP ifbp, CFG_MB_INFO_STRCT FAR * ltvp ) argument
4641 setup_bap( IFBP ifbp, hcf_16 fid, int offset, int type ) argument
[all...]
H A Dhcfdef.h521 #define CALC_RX_MIC( p, len ) calc_mic_rx_frag( ifbp, p, len )
522 #define CALC_TX_MIC( p, len ) calc_mic_tx_frag( ifbp, p, len )
544 #define IF_USE_DMA(x) if ( ifbp->IFB_CntlOpt & USE_DMA ) x
545 #define IF_NOT_USE_DMA(x) if ( !(ifbp->IFB_CntlOpt & USE_DMA) ) x
554 #define IPW(x) ((hcf_16)IN_PORT_WORD( ifbp->IFB_IOBase + (x) ) )
555 #define OPW(x, y) OUT_PORT_WORD( ifbp->IFB_IOBase + (x), y )
568 #define PROT_CNT_INI hcf_32 prot_cnt = ifbp->IFB_TickIni;
593 * The "(ifbp->IFB_AssertWhere = where)" test in HCFLOGENTRY services ALSO as a statement to get around:
598 #define HCFASSERT(x,q) {if (!(x)) {mdd_assert( ifbp, __LINE__ , q );}}
602 {if ( (ifbp
[all...]
H A Ddhf.h91 #define GET_INFO(pp) hcf_get_info(ifbp, (LTVP)pp)
92 #define PUT_INFO(pp) hcf_put_info(ifbp, (LTVP)pp)
212 EXTERN_C int dhf_download_fw(void *ifbp, memimage *fw); /* ifbp, ignored when using the UIL */
H A Dhcf.h383 EXTERN_C int hcf_action (IFBP ifbp, hcf_16 cmd );
384 EXTERN_C int hcf_connect (IFBP ifbp, hcf_io io_base );
388 EXTERN_C int hcf_get_info (IFBP ifbp, LTVP ltvp );
389 EXTERN_C int hcf_service_nic (IFBP ifbp, wci_bufp bufp, unsigned int len );
390 EXTERN_C int hcf_cntl (IFBP ifbp, hcf_16 cmd );
391 EXTERN_C int hcf_put_info (IFBP ifbp, LTVP ltvp );
392 EXTERN_C int hcf_rcv_msg (IFBP ifbp, DESC_STRCT *descp, unsigned int offset );
393 EXTERN_C int hcf_send_msg (IFBP ifbp, DESC_STRCT *dp, hcf_16 tx_cntl );
395 EXTERN_C void hcf_dma_tx_put (IFBP ifbp, DESC_STRCT *d, hcf_16 tx_cntl );
396 EXTERN_C DESC_STRCT* hcf_dma_tx_get (IFBP ifbp );
[all...]
H A Dwl_util.h78 int wl_has_wep( IFBP ifbp );
H A Ddhf.c231 *.MODULE int dhf_download_binary( void *ifbp, memimage *fw )
235 * ifbp address of the Interface Block
292 *.MODULE int dhf_download_fw( void *ifbp, memimage *fw )
296 * ifbp address of the Interface Block
343 dhf_download_fw(void *ifbp, memimage *fw) argument
H A Dhcfcfg.h1703 #define HCF_INTERFACE_CONNECT(ifbp)
1704 #define HCF_INTERFACE_DISCONNECT(ifbp)
1706 #define HCF_LEAVE_INTERFACE_FUNCT(ifbp)
1877 #define HCF_INTERFACE_CONNECT(ifbp)
1878 #define HCF_INTERFACE_DISCONNECT(ifbp)
1880 #define HCF_LEAVE_INTERFACE_FUNCT(ifbp)
1916 #define HCF_ENTRY( ifbp )
1920 #define HCF_EXIT( ifbp )
H A Dwl_util.c364 * ifbp - the IFB pointer of the device in question
371 int wl_has_wep (IFBP ifbp) argument
384 rc = hcf_get_info( ifbp, (LTVP) &ltv );
H A Dwl_main.c3211 IFBP ifbp;
3222 ifbp = &lp->hcfCtx;
3223 len += sprintf(buf+len,"Magic: 0x%04X\n", ifbp->IFB_Magic );
3224 len += sprintf(buf+len,"IOBase: 0x%04X\n", ifbp->IFB_IOBase );
3225 len += sprintf(buf+len,"LinkStat: 0x%04X\n", ifbp->IFB_LinkStat );
3226 len += sprintf(buf+len,"DSLinkStat: 0x%04X\n", ifbp->IFB_DSLinkStat );
3227 len += sprintf(buf+len,"TickIni: 0x%08lX\n", ifbp->IFB_TickIni );
3228 len += sprintf(buf+len,"TickCnt: 0x%04X\n", ifbp->IFB_TickCnt );
3229 len += sprintf(buf+len,"IntOffCnt: 0x%04X\n", ifbp->IFB_IntOffCnt );
3231 &ifbp
[all...]
H A Dmdd.h1036 void FAR *ifbp; /* Pointer to IFB member in struct:DUI_STRCT

Completed in 129 milliseconds