Searched refs:ifbp (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/wlags49_h2/ |
D | hcf.c | 105 HCF_STATIC int cmd_exe( IFBP ifbp, hcf_16 cmd_code, hcf_16 par_0 ); 106 HCF_STATIC int init( IFBP ifbp ); 107 HCF_STATIC int put_info( IFBP ifbp, LTVP ltvp ); 108 HCF_STATIC int put_info_mb( IFBP ifbp, CFG_MB_INFO_STRCT FAR * ltvp ); 111 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 ); 113 HCF_STATIC int check_mic( IFBP ifbp ); 116 HCF_STATIC void calibrate( IFBP ifbp ); 117 HCF_STATIC int cmd_cmpl( IFBP ifbp ); 118 HCF_STATIC hcf_16 get_fid( IFBP ifbp ); [all …]
|
D | hcfdef.h | 590 #define CALC_RX_MIC( p, len ) calc_mic_rx_frag( ifbp, p, len ) 591 #define CALC_TX_MIC( p, len ) calc_mic_tx_frag( ifbp, p, len ) 609 #define IF_USE_DMA(x) if ( ifbp->IFB_CntlOpt & USE_DMA ) { x; } 610 #define IF_NOT_USE_DMA(x) if ( !(ifbp->IFB_CntlOpt & USE_DMA) ) { x; } 619 #define IPW(x) ((hcf_16)IN_PORT_WORD( ifbp->IFB_IOBase + (x) ) ) 620 #define OPW(x, y) OUT_PORT_WORD( ifbp->IFB_IOBase + (x), y ) 633 #define PROT_CNT_INI hcf_32 prot_cnt = ifbp->IFB_TickIni 677 #define HCFASSERT(x,q) do { if (!(x)) {mdd_assert(ifbp, __LINE__, q );} } while(0) 681 if ( (ifbp->IFB_AssertWhere = where) <= 15 ) { \ 682 HCFASSERT( (ifbp->IFB_AssertTrace & 1<<((where)&0xF)) == 0, ifbp->IFB_AssertTrace ); \ [all …]
|
D | hcf.h | 375 EXTERN_C int hcf_action (IFBP ifbp, hcf_16 cmd ); 376 EXTERN_C int hcf_connect (IFBP ifbp, hcf_io io_base ); 377 EXTERN_C int hcf_get_info (IFBP ifbp, LTVP ltvp ); 378 EXTERN_C int hcf_service_nic (IFBP ifbp, wci_bufp bufp, unsigned int len ); 379 EXTERN_C int hcf_cntl (IFBP ifbp, hcf_16 cmd ); 380 EXTERN_C int hcf_put_info (IFBP ifbp, LTVP ltvp ); 381 EXTERN_C int hcf_rcv_msg (IFBP ifbp, DESC_STRCT *descp, unsigned int offset ); 382 EXTERN_C int hcf_send_msg (IFBP ifbp, DESC_STRCT *dp, hcf_16 tx_cntl ); 384 EXTERN_C void hcf_dma_tx_put (IFBP ifbp, DESC_STRCT *d, hcf_16 tx_cntl ); 385 EXTERN_C DESC_STRCT* hcf_dma_tx_get (IFBP ifbp ); [all …]
|
D | dhf.h | 90 #define GET_INFO(pp) hcf_get_info(ifbp, (LTVP)pp) 91 #define PUT_INFO(pp) hcf_put_info(ifbp, (LTVP)pp) 211 EXTERN_C int dhf_download_fw(void *ifbp, memimage *fw); /* ifbp, ignored when using the UIL */
|
D | wl_util.h | 78 int wl_has_wep(IFBP ifbp);
|
D | wl_main.c | 3595 IFBP ifbp; 3601 ifbp = &lp->hcfCtx; 3602 seq_printf(m, "Magic: 0x%04X\n", ifbp->IFB_Magic ); 3603 seq_printf(m, "IOBase: 0x%04X\n", ifbp->IFB_IOBase ); 3604 seq_printf(m, "LinkStat: 0x%04X\n", ifbp->IFB_LinkStat ); 3605 seq_printf(m, "DSLinkStat: 0x%04X\n", ifbp->IFB_DSLinkStat ); 3606 seq_printf(m, "TickIni: 0x%08lX\n", ifbp->IFB_TickIni ); 3607 seq_printf(m, "TickCnt: 0x%04X\n", ifbp->IFB_TickCnt ); 3608 seq_printf(m, "IntOffCnt: 0x%04X\n", ifbp->IFB_IntOffCnt ); 3610 &ifbp->IFB_FWIdentity.len, ifbp->IFB_FWIdentity.len + 1 );
|
D | dhf.c | 342 dhf_download_fw(void *ifbp, memimage *fw) in dhf_download_fw() argument
|
D | wl_util.c | 333 int wl_has_wep (IFBP ifbp) in wl_has_wep() argument 346 rc = hcf_get_info( ifbp, (LTVP) <v ); in wl_has_wep()
|
D | mdd.h | 1044 void FAR *ifbp; /* Pointer to IFB member
|