Searched refs:smtod (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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
|
/Linux-v4.19/drivers/net/fddi/skfp/ |
D | smt.c | 488 sm = smtod(mb,struct smt_header *) ; in smt_received_pack() 842 sm = smtod(mb,struct smt_header *) ; in smt_send_frame() 867 sm = smtod(rej,struct smt_header *) ; in smt_send_rdf() 883 rdf = smtod(mb,struct smt_rdf *) ; in smt_send_rdf() 944 nif = smtod(mb, struct smt_nif *) ; in smt_send_nif() 1011 ecf = smtod(mb, struct smt_ecf *) ; in smt_send_ecf() 1036 sif = smtod(mb, struct smt_sif_config *) ; in smt_send_sif_config() 1076 sif = smtod(mb, struct smt_sif_operation *) ; in smt_send_sif_operation() 1120 smt = smtod(mb, struct smt_header *) ; in smt_build_frame() 1145 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 | 497 chg = smtod(mb,struct smt_sba_chg *) ; in ess_send_response() 588 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 | 392 smt = smtod(mb, struct smt_header *) ; in smt_send_srf()
|