Searched refs:s_smt_fp_rxd (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/skfp/h/ |
D | fplustm.h | 107 struct s_smt_fp_rxd volatile far *rxd_next ; 116 struct s_smt_fp_rxd { struct 126 struct s_smt_fp_rxd volatile far *rxd_next ; argument 136 struct s_smt_fp_rxd r ; /* pointer to the RxD */ argument 156 struct s_smt_fp_rxd volatile *rx_curr_put ; /* next RxD to queue into */ 157 struct s_smt_fp_rxd volatile *rx_prev_put ; /* shadow put pointer */ 158 struct s_smt_fp_rxd volatile *rx_curr_get ; /* next RxD to fill */
|
D | hwmtm.h | 366 #define HWM_GET_CURR_RXD(smc) (struct s_smt_fp_rxd volatile *)\
|
/linux-2.4.37.9/drivers/net/skfp/ |
D | hwmtm.c | 244 if (sizeof(struct s_smt_fp_rxd) % 16) { 351 SMT_R1_RXD_COUNT*sizeof(struct s_smt_fp_rxd)) ; 381 struct s_smt_fp_rxd volatile *ds ; 388 ds = (struct s_smt_fp_rxd volatile *) smc->os.hwm.descr_p ; 641 struct s_smt_fp_rxd volatile *r ; 1049 struct s_smt_fp_rxd volatile *r ; /* rxd pointer */ 1050 struct s_smt_fp_rxd volatile *rxd ; /* first rxd of rx frame */ 1426 struct s_smt_fp_rxd volatile *r ; 1506 struct s_smt_fp_rxd volatile *r ; 1507 struct s_smt_fp_rxd volatile *next_rxd ;
|
D | skfddi.c | 145 void mac_drv_rx_complete(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, 147 void mac_drv_requeue_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, 150 void mac_drv_clear_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, 1771 volatile struct s_smt_fp_rxd *r = &descr->r; in dma_complete() 1881 void mac_drv_rx_complete(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, in mac_drv_rx_complete() 2002 void mac_drv_requeue_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, in mac_drv_requeue_rxd() 2005 volatile struct s_smt_fp_rxd *next_rxd; in mac_drv_requeue_rxd() 2006 volatile struct s_smt_fp_rxd *src_rxd; in mac_drv_requeue_rxd() 2085 volatile struct s_smt_fp_rxd *rxd; in mac_drv_fill_rxd() 2146 void mac_drv_clear_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, in mac_drv_clear_rxd()
|