Lines Matching refs:sif

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