Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/fddi/skfp/
Dhwmtm.c263 if (!(smc->os.hwm.descr_p = (union s_fp_descr volatile *) in mac_drv_init()
356 ds = (struct s_smt_fp_txd volatile *) ((char *)smc->os.hwm.descr_p + in init_txd_ring()
393 ds = (struct s_smt_fp_rxd volatile *) smc->os.hwm.descr_p ; in init_rxd_ring()
462 i = 16 - ((long)smc->os.hwm.descr_p & 0xf) ; in init_fddi_driver()
465 smc->os.hwm.descr_p = (union s_fp_descr volatile *) in init_fddi_driver()
466 ((char *)smc->os.hwm.descr_p+i) ; in init_fddi_driver()
468 DB_GEN(3, "pt to descr area = %p", smc->os.hwm.descr_p); in init_fddi_driver()
/linux-6.1.9/drivers/net/fddi/skfp/h/
Dhwmtm.h116 union s_fp_descr volatile *descr_p ; /* points to the desriptor area */ member