Home
last modified time | relevance | path

Searched refs:descr_p (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/skfp/
Dhwmtm.c271 if (!(smc->os.hwm.descr_p = (union s_fp_descr volatile *) in mac_drv_init()
364 ds = (struct s_smt_fp_txd volatile *) ((char *)smc->os.hwm.descr_p + in init_txd_ring()
401 ds = (struct s_smt_fp_rxd volatile *) smc->os.hwm.descr_p ; in init_rxd_ring()
470 i = 16 - ((long)smc->os.hwm.descr_p & 0xf) ; in init_fddi_driver()
473 smc->os.hwm.descr_p = (union s_fp_descr volatile *) in init_fddi_driver()
474 ((char *)smc->os.hwm.descr_p+i) ; in init_fddi_driver()
476 DB_GEN("pt to descr area = %x",(void *)smc->os.hwm.descr_p,0,3) ; in init_fddi_driver()
/linux-2.6.39/drivers/net/skfp/h/
Dhwmtm.h129 union s_fp_descr volatile *descr_p ; /* points to the desriptor area */ member