Searched refs:smtod (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/net/skfp/h/ |
D | mbuf.h | 34 #define mtod smtod 51 #define smtod(x,t) ((t)((x)->sm_data + (x)->sm_off)) macro
|
/linux-2.4.37.9/drivers/net/skfp/ |
D | smt.c | 500 sm = smtod(mb,struct smt_header *) ; 858 sm = smtod(mb,struct smt_header *) ; 884 sm = smtod(rej,struct smt_header *) ; 900 rdf = smtod(mb,struct smt_rdf *) ; 962 nif = smtod(mb, struct smt_nif *) ; 1035 ecf = smtod(mb, struct smt_ecf *) ; 1061 sif = smtod(mb, struct smt_sif_config *) ; 1102 sif = smtod(mb, struct smt_sif_operation *) ; 1149 smt = smtod(mb, struct smt_header *) ; 1176 smt = smtod(mb, struct smt_header *) ; [all …]
|
D | hwmtm.c | 1273 data = smtod(mb,char *) - 1 ; 1287 data = smtod(mb,char *) - 1 ; 1390 smc->os.hwm.r.mb_pos = smtod(mb,char *) ; 1734 smtod(smc->os.hwm.tx_mb,char *) - 1 ; 1764 smtod(smc->os.hwm.tx_mb,char *) - 1 ; 1884 data = smtod(mb,char *) ;
|
D | ess.c | 509 chg = smtod(mb,struct smt_sba_chg *) ; 603 req = smtod(mb,struct smt_sba_alc_req *) ;
|
D | pmf.c | 294 sm = smtod(mb,struct smt_header *) ; 310 sm = smtod(reply,struct smt_header *) ; 346 smt = smtod(mb, struct smt_header *) ;
|
D | srf.c | 407 smt = smtod(mb, struct smt_header *) ;
|