Searched refs:smtod (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
H A D | mbuf.h | 30 #define mtod smtod 47 #define smtod(x,t) ((t)((x)->sm_data + (x)->sm_off)) macro
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
H A D | smt.c | 489 sm = smtod(mb,struct smt_header *) ; smt_received_pack() 843 sm = smtod(mb,struct smt_header *) ; smt_send_frame() 868 sm = smtod(rej,struct smt_header *) ; smt_send_rdf() 884 rdf = smtod(mb,struct smt_rdf *) ; smt_send_rdf() 945 nif = smtod(mb, struct smt_nif *) ; smt_send_nif() 1012 ecf = smtod(mb, struct smt_ecf *) ; smt_send_ecf() 1037 sif = smtod(mb, struct smt_sif_config *) ; smt_send_sif_config() 1077 sif = smtod(mb, struct smt_sif_operation *) ; smt_send_sif_operation() 1121 smt = smtod(mb, struct smt_header *) ; smt_build_frame() 1146 smt = smtod(mb, struct smt_header *) ; smt_add_frame_len() 1711 p = smtod(mb, char *) + 12 ; 1715 smt = smtod(mb, struct smt_header *) ;
|
H A D | srf.c | 394 smt = smtod(mb, struct smt_header *) ; smt_send_srf()
|
H A D | hwmtm.c | 1271 data = smtod(mb,char *) - 1 ; process_receive() 1285 data = smtod(mb,char *) - 1 ; process_receive() 1386 smc->os.hwm.r.mb_pos = smtod(mb,char *) ; smt_to_llc() 1685 smtod(smc->os.hwm.tx_mb,char *) - 1 ; hwm_tx_frag() 1715 smtod(smc->os.hwm.tx_mb,char *) - 1 ; hwm_tx_frag() 1826 data = smtod(mb,char *) ; smt_send_mbuf()
|
H A D | ess.c | 495 chg = smtod(mb,struct smt_sba_chg *) ; ess_send_response() 586 req = smtod(mb,struct smt_sba_alc_req *) ; ess_send_alc_req()
|
H A D | pmf.c | 286 sm = smtod(mb,struct smt_header *) ; smt_pmf_received_pack() 302 sm = smtod(reply,struct smt_header *) ; smt_pmf_received_pack() 333 smt = smtod(mb, struct smt_header *) ; smt_build_pmf_response()
|
Completed in 108 milliseconds