• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/

Lines Matching refs:sif

1023 	struct smt_sif_config	*sif ;
1030 sif = smtod(mb, struct smt_sif_config *) ;
1031 smt_fill_timestamp(smc,&sif->ts) ; /* set time stamp */
1032 smt_fill_sde(smc,&sif->sde) ; /* set station descriptor */
1033 smt_fill_version(smc,&sif->version) ; /* set version information */
1034 smt_fill_state(smc,&sif->state) ; /* set state information */
1035 smt_fill_policy(smc,&sif->policy) ; /* set station policy */
1036 smt_fill_latency(smc,&sif->latency); /* set station latency */
1037 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */
1038 smt_fill_setcount(smc,&sif->setcount) ; /* set count */
1039 len = smt_fill_path(smc,&sif->path); /* set station path descriptor*/
1040 sif->smt.smt_dest = *dest ; /* destination address */
1041 sif->smt.smt_tid = tid ; /* transaction ID */
1043 dump_smt(smc,(struct smt_header *)sif,"SIF Configuration Reply") ;
1056 struct smt_sif_operation *sif ;
1070 sif = smtod(mb, struct smt_sif_operation *) ;
1071 smt_fill_timestamp(smc,&sif->ts) ; /* set time stamp */
1072 smt_fill_mac_status(smc,&sif->status) ; /* set mac status */
1073 smt_fill_mac_counter(smc,&sif->mc) ; /* set mac counter field */
1074 smt_fill_mac_fnc(smc,&sif->fnc) ; /* set frame not copied counter */
1075 smt_fill_manufacturer(smc,&sif->man) ; /* set manufacturer field */
1076 smt_fill_user(smc,&sif->user) ; /* set user field */
1077 smt_fill_setcount(smc,&sif->setcount) ; /* set count */
1082 smt_fill_lem(smc,sif->lem,PS) ;
1086 smt_fill_lem(smc,&sif->lem[i],i) ;
1090 sif->smt.smt_dest = *dest ; /* destination address */
1091 sif->smt.smt_tid = tid ; /* transaction ID */
1092 dump_smt(smc,(struct smt_header *)sif,"SIF Operation Reply") ;