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