Searched refs:s_smt_fp_rxd (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/fddi/skfp/h/ |
A D | fplustm.h | 65 struct s_smt_fp_rxd { struct 75 struct s_smt_fp_rxd volatile far *rxd_next ; argument 84 struct s_smt_fp_rxd r ; /* pointer to the RxD */ argument 104 struct s_smt_fp_rxd volatile *rx_curr_put ; /* next RxD to queue into */ 105 struct s_smt_fp_rxd volatile *rx_prev_put ; /* shadow put pointer */ 106 struct s_smt_fp_rxd volatile *rx_curr_get ; /* next RxD to fill */
|
A D | hwmtm.h | 340 #define HWM_GET_CURR_RXD(smc) (struct s_smt_fp_rxd volatile *)\
|
/linux-6.3-rc2/drivers/net/fddi/skfp/ |
A D | hwmtm.c | 96 volatile struct s_smt_fp_rxd *rxd, 99 volatile struct s_smt_fp_rxd *rxd, 102 volatile struct s_smt_fp_rxd *rxd, int frag_count); 253 if (sizeof(struct s_smt_fp_rxd) % 16) { in mac_drv_init() 357 SMT_R1_RXD_COUNT*sizeof(struct s_smt_fp_rxd)) ; in init_txd_ring() 386 struct s_smt_fp_rxd volatile *ds ; in init_rxd_ring() 636 struct s_smt_fp_rxd volatile *r ; in repair_rxd_ring() 1040 struct s_smt_fp_rxd volatile *r ; /* rxd pointer */ in process_receive() 1410 struct s_smt_fp_rxd volatile *r ; in hwm_rx_frag() 1457 struct s_smt_fp_rxd volatile *r ; in mac_drv_clear_rx_queue() [all …]
|
A D | skfddi.c | 126 void mac_drv_rx_complete(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, 128 void mac_drv_requeue_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, 131 void mac_drv_clear_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, 1465 volatile struct s_smt_fp_rxd *r = &descr->r; in dma_complete() 1562 void mac_drv_rx_complete(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, in mac_drv_rx_complete() 1681 void mac_drv_requeue_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, in mac_drv_requeue_rxd() 1684 volatile struct s_smt_fp_rxd *next_rxd; in mac_drv_requeue_rxd() 1685 volatile struct s_smt_fp_rxd *src_rxd; in mac_drv_requeue_rxd() 1761 volatile struct s_smt_fp_rxd *rxd; in mac_drv_fill_rxd() 1820 void mac_drv_clear_rxd(struct s_smc *smc, volatile struct s_smt_fp_rxd *rxd, in mac_drv_clear_rxd()
|
Completed in 11 milliseconds