Searched refs:sm_to_para (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/fddi/skfp/ |
D | ess.c | 131 if (!(p = (void *) sm_to_para(smc,sm,SMT_P0015))) { in ess_raf_received_pack() 140 if (!(cmd = (struct smt_p_0016 *) sm_to_para(smc,sm,SMT_P0016))) { in ess_raf_received_pack() 175 p = (void *) sm_to_para(smc,sm,SMT_P0019) ; in ess_raf_received_pack() 188 p = (void *) sm_to_para(smc,sm,SMT_P320F) ; in ess_raf_received_pack() 191 p = (void *) sm_to_para(smc,sm,SMT_P3210) ; in ess_raf_received_pack() 232 if ((((struct smt_p_320b *)sm_to_para(smc,sm,SMT_P320B))->path_index in ess_raf_received_pack() 235 (((struct smt_p_reason *)sm_to_para(smc,sm,SMT_P0012))->rdf_reason in ess_raf_received_pack() 246 p = (void *) sm_to_para(smc,sm,SMT_P320F) ; in ess_raf_received_pack() 252 p = (void *) sm_to_para(smc,sm,SMT_P3210) ; in ess_raf_received_pack() 296 if ((((struct smt_p_320b *)sm_to_para(smc,sm,SMT_P320B))->path_index in ess_raf_received_pack() [all …]
|
D | smt.c | 599 sm_to_para(smc,sm,SMT_P_STATE) ; in smt_received_pack() 698 if (sm_to_para(smc,sm,SMT_P_ECHODATA) == NULL) { in smt_received_pack() 720 if (sm->smt_len && !sm_to_para(smc,sm,SMT_P_ECHODATA)) { in smt_received_pack() 1647 if (!sm_to_para(smc,sm,(int) *p)) { in smt_check_para() 1656 void *sm_to_para(struct s_smc *smc, struct smt_header *sm, int para) in sm_to_para() function
|
D | pmf.c | 515 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P_AUTHOR) ; in smt_authorize() 531 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P1035) ; in smt_check_set_count()
|
/linux-5.19.10/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 488 void *sm_to_para(struct s_smc *smc, struct smt_header *sm,
|