Searched refs:sm_to_para (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | ess.c | 132 if (!(p = (void *) sm_to_para(smc,sm,SMT_P0015))) { in ess_raf_received_pack() 141 if (!(cmd = (struct smt_p_0016 *) sm_to_para(smc,sm,SMT_P0016))) { in ess_raf_received_pack() 176 p = (void *) sm_to_para(smc,sm,SMT_P0019) ; in ess_raf_received_pack() 189 p = (void *) sm_to_para(smc,sm,SMT_P320F) ; in ess_raf_received_pack() 192 p = (void *) sm_to_para(smc,sm,SMT_P3210) ; in ess_raf_received_pack() 233 if ((((struct smt_p_320b *)sm_to_para(smc,sm,SMT_P320B))->path_index in ess_raf_received_pack() 236 (((struct smt_p_reason *)sm_to_para(smc,sm,SMT_P0012))->rdf_reason in ess_raf_received_pack() 247 p = (void *) sm_to_para(smc,sm,SMT_P320F) ; in ess_raf_received_pack() 249 printk(KERN_ERR "ESS: sm_to_para failed"); in ess_raf_received_pack() 253 p = (void *) sm_to_para(sm in ess_raf_received_pack() [all...] |
H A 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 1674 DB_SMT("SMT : sm_to_para - length error %d", plen); in sm_to_para() 1678 DB_SMT("SMT : sm_to_para - odd length %d", plen); in sm_to_para()
|
H A D | pmf.c | 519 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P_AUTHOR) ; in smt_authorize() 535 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P1035) ; in smt_check_set_count()
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A 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() 248 printk(KERN_ERR "ESS: sm_to_para failed"); in ess_raf_received_pack() 252 p = (void *) sm_to_para(sm in ess_raf_received_pack() [all...] |
H A 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 1674 DB_SMT("SMT : sm_to_para - length error %d", plen); in sm_to_para() 1678 DB_SMT("SMT : sm_to_para - odd length %d", plen); in sm_to_para()
|
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/ |
H A D | cmtdef.h | 488 void *sm_to_para(struct s_smc *smc, struct smt_header *sm,
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/ |
H A D | cmtdef.h | 488 void *sm_to_para(struct s_smc *smc, struct smt_header *sm,
|
Completed in 11 milliseconds