• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/

Lines Matching defs:sif

1032 	struct smt_sif_config	*sif ;
1039 sif = smtod(mb, struct smt_sif_config *) ;
1040 smt_fill_timestamp(smc,&sif->ts) ; /* set time stamp */
1041 smt_fill_sde(smc,&sif->sde) ; /* set station descriptor */
1042 smt_fill_version(smc,&sif->version) ; /* set version information */
1043 smt_fill_state(smc,&sif->state) ; /* set state information */
1044 smt_fill_policy(smc,&sif->policy) ; /* set station policy */
1045 smt_fill_latency(smc,&sif->latency); /* set station latency */
1046 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */
1047 smt_fill_setcount(smc,&sif->setcount) ; /* set count */
1048 len = smt_fill_path(smc,&sif->path); /* set station path descriptor*/
1049 sif->smt.smt_dest = *dest ; /* destination address */
1050 sif->smt.smt_tid = tid ; /* transaction ID */
1052 dump_smt(smc,(struct smt_header *)sif,"SIF Configuration Reply") ;
1065 struct smt_sif_operation *sif ;
1079 sif = smtod(mb, struct smt_sif_operation *) ;
1080 smt_fill_timestamp(smc,&sif->ts) ; /* set time stamp */
1081 smt_fill_mac_status(smc,&sif->status) ; /* set mac status */
1082 smt_fill_mac_counter(smc,&sif->mc) ; /* set mac counter field */
1083 smt_fill_mac_fnc(smc,&sif->fnc) ; /* set frame not copied counter */
1084 smt_fill_manufacturer(smc,&sif->man) ; /* set manufacturer field */
1085 smt_fill_user(smc,&sif->user) ; /* set user field */
1086 smt_fill_setcount(smc,&sif->setcount) ; /* set count */
1091 smt_fill_lem(smc,sif->lem,PS) ;
1095 smt_fill_lem(smc,&sif->lem[i],i) ;
1099 sif->smt.smt_dest = *dest ; /* destination address */
1100 sif->smt.smt_tid = tid ; /* transaction ID */
1101 dump_smt(smc,(struct smt_header *)sif,"SIF Operation Reply") ;