Searched refs:HCF_PORT_0 (Results 1 - 4 of 4) 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.c515 hcf_send_msg( &(lp->hcfCtx), &Descp[0], HCF_PORT_0 );
575 hcf_16 hcfPort = HCF_PORT_0;
1124 // HCF_PORT_ENABLE | HCF_PORT_0 );
1126 // // HCF_PORT_ENABLE | HCF_PORT_0 );
1130 hcf_cntl( &( lp->hcfCtx ), HCF_CNTL_ENABLE | HCF_PORT_0 );
1134 // HCF_PORT_DISABLE | HCF_PORT_0 );
1136 // // HCF_PORT_DISABLE | HCF_PORT_0 );
1140 hcf_cntl( &( lp->hcfCtx ), HCF_CNTL_DISABLE | HCF_PORT_0 );
H A Dwl_netdev.c753 if( lp->txF.port == HCF_PORT_0 ) {
1307 * The handler routine for Tx over HCF_PORT_0.
1312 * dev - a pointer to a net_device structure representing HCF_PORT_0.
1323 return wl_tx( skb, dev, HCF_PORT_0 );
1325 return wl_tx_dma( skb, dev, HCF_PORT_0 );
H A Dmdd.h862 #define HCF_PORT_0 0x0000 // Station supports only single MAC Port macro
H A Dwl_wext.c2785 hcf_cntl(&(lp->hcfCtx), HCF_CNTL_ENABLE | HCF_PORT_0);
2787 hcf_cntl(&(lp->hcfCtx), HCF_CNTL_DISABLE | HCF_PORT_0);

Completed in 52 milliseconds