Lines Matching refs:dest

60 static void smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest, 
62 static void smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc,
65 static void smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest,
67 static void smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest,
924 static void smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest, in smt_send_nif() argument
943 nif->smt.smt_dest = *dest ; /* destination address */ in smt_send_nif()
953 static void smt_send_nif_request(struct s_smc *smc, struct fddi_addr *dest) in smt_send_nif_request() argument
956 smt_send_nif(smc,dest, FC_SMT_INFO, smc->sm.pend[SMT_TID_NIF_TEST], in smt_send_nif_request()
963 static void smt_send_ecf_request(struct s_smc *smc, struct fddi_addr *dest, in smt_send_ecf_request() argument
967 smt_send_ecf(smc,dest, FC_SMT_INFO, smc->sm.pend[SMT_TID_ECF], in smt_send_ecf_request()
990 static void smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc, in smt_send_ecf() argument
1006 ecf->smt.smt_dest = *dest ; /* destination address */ in smt_send_ecf()
1016 static void smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest, in smt_send_sif_config() argument
1038 sif->smt.smt_dest = *dest ; /* destination address */ in smt_send_sif_config()
1049 static void smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest, in smt_send_sif_operation() argument
1088 sif->smt.smt_dest = *dest ; /* destination address */ in smt_send_sif_operation()
1691 void fddi_send_antc(struct s_smc *smc, struct fddi_addr *dest)
1694 SK_UNUSED(dest) ;
1708 smt->smt_dest = *dest ;