Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dwl_priv.c1980 hcf_16 *pPortType; in wvlan_get_porttype() local
1991 lp->ltvRecord.len = 1 + ( sizeof( *pPortType ) / sizeof( hcf_16 )); in wvlan_get_porttype()
1997 pPortType = (hcf_16 *)&( lp->ltvRecord.u.u32 ); in wvlan_get_porttype()
1999 *pData = CNV_LITTLE_TO_INT( *pPortType ); in wvlan_get_porttype()
Dwl_wext.c1706 hcf_16 *pPortType; in wireless_get_porttype() local
1723 lp->ltvRecord.len = 1 + ( sizeof( *pPortType ) / sizeof( hcf_16 )); in wireless_get_porttype()
1729 pPortType = (hcf_16 *)&( lp->ltvRecord.u.u32 ); in wireless_get_porttype()
1731 *pPortType = CNV_LITTLE_TO_INT( *pPortType ); in wireless_get_porttype()
1733 switch( *pPortType ) { in wireless_get_porttype()