Searched refs:s_smt_fp_rxd (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | fplustm.h | 69 struct s_smt_fp_rxd { struct 79 struct s_smt_fp_rxd volatile far *rxd_next ; argument 88 struct s_smt_fp_rxd r ; /* pointer to the RxD */ argument 108 struct s_smt_fp_rxd volatile *rx_curr_put ; /* next RxD to queue into */ 109 struct s_smt_fp_rxd volatile *rx_prev_put ; /* shadow put pointer */ 110 struct s_smt_fp_rxd volatile *rx_curr_get ; /* next RxD to fill */
|
D | hwmtm.h | 332 #define HWM_GET_CURR_RXD(smc) (struct s_smt_fp_rxd volatile *)\
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | hwmtm.c | 104 volatile struct s_smt_fp_rxd *rxd, 107 volatile struct s_smt_fp_rxd *rxd, 110 volatile struct s_smt_fp_rxd *rxd, int frag_count); 261 if (sizeof(struct s_smt_fp_rxd) % 16) { in mac_drv_init() 365 SMT_R1_RXD_COUNT*sizeof(struct s_smt_fp_rxd)) ; in init_txd_ring() 394 struct s_smt_fp_rxd volatile *ds ; in init_rxd_ring() 401 ds = (struct s_smt_fp_rxd volatile *) smc->os.hwm.descr_p ; in init_rxd_ring() 644 struct s_smt_fp_rxd volatile *r ; in repair_rxd_ring() 1048 struct s_smt_fp_rxd volatile *r ; /* rxd pointer */ in process_receive() 1049 struct s_smt_fp_rxd volatile *rxd ; /* first rxd of rx frame */ in process_receive() [all …]
|
D | skfddi.c | 127 void mac_drv_rx_complete(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, 129 void mac_drv_requeue_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, 132 void mac_drv_clear_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, 1463 volatile struct s_smt_fp_rxd *r = &descr->r; in dma_complete() 1573 void mac_drv_rx_complete(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, in mac_drv_rx_complete() 1692 void mac_drv_requeue_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, in mac_drv_requeue_rxd() 1695 volatile struct s_smt_fp_rxd *next_rxd; in mac_drv_requeue_rxd() 1696 volatile struct s_smt_fp_rxd *src_rxd; in mac_drv_requeue_rxd() 1775 volatile struct s_smt_fp_rxd *rxd; in mac_drv_fill_rxd() 1836 void mac_drv_clear_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, in mac_drv_clear_rxd()
|