Lines Matching refs:DFX_board_t
267 static void dfx_bus_config_check(DFX_board_t *bp);
272 static int dfx_adap_init(DFX_board_t *bp, int get_buffers);
277 static void dfx_int_pr_halt_id(DFX_board_t *bp);
278 static void dfx_int_type_0_process(DFX_board_t *bp);
285 static int dfx_ctl_update_cam(DFX_board_t *bp);
286 static int dfx_ctl_update_filters(DFX_board_t *bp);
288 static int dfx_hw_dma_cmd_req(DFX_board_t *bp);
289 static int dfx_hw_port_ctrl_req(DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_data);
290 static void dfx_hw_adap_reset(DFX_board_t *bp, PI_UINT32 type);
291 static int dfx_hw_adap_state_rd(DFX_board_t *bp);
292 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type);
294 static int dfx_rcv_init(DFX_board_t *bp, int get_buffers);
295 static void dfx_rcv_queue_process(DFX_board_t *bp);
297 static void dfx_rcv_flush(DFX_board_t *bp);
299 static inline void dfx_rcv_flush(DFX_board_t *bp) {}
304 static int dfx_xmt_done(DFX_board_t *bp);
305 static void dfx_xmt_flush(DFX_board_t *bp);
364 static inline void dfx_writel(DFX_board_t *bp, int offset, u32 data)
370 static inline void dfx_outl(DFX_board_t *bp, int offset, u32 data)
375 static void dfx_port_write_long(DFX_board_t *bp, int offset, u32 data)
386 static inline void dfx_readl(DFX_board_t *bp, int offset, u32 *data)
392 static inline void dfx_inl(DFX_board_t *bp, int offset, u32 *data)
397 static void dfx_port_read_long(DFX_board_t *bp, int offset, u32 *data)
431 static void dfx_get_bars(DFX_board_t *bp,
537 DFX_board_t *bp; /* board pointer */
723 DFX_board_t *bp = netdev_priv(dev);
882 DFX_board_t *bp = netdev_priv(dev);
943 static void dfx_bus_config_check(DFX_board_t *bp)
1042 DFX_board_t *bp = netdev_priv(dev);
1253 static int dfx_adap_init(DFX_board_t *bp, int get_buffers)
1452 DFX_board_t *bp = netdev_priv(dev);
1543 DFX_board_t *bp = netdev_priv(dev);
1628 static void dfx_int_pr_halt_id(DFX_board_t *bp)
1732 static void dfx_int_type_0_process(DFX_board_t *bp)
1879 DFX_board_t *bp = netdev_priv(dev);
1950 DFX_board_t *bp = netdev_priv(dev);
2077 DFX_board_t *bp = netdev_priv(dev);
2264 DFX_board_t *bp = netdev_priv(dev);
2378 DFX_board_t *bp = netdev_priv(dev);
2462 static int dfx_ctl_update_cam(DFX_board_t *bp)
2545 static int dfx_ctl_update_filters(DFX_board_t *bp)
2620 static int dfx_hw_dma_cmd_req(DFX_board_t *bp)
2735 DFX_board_t *bp,
2819 DFX_board_t *bp,
2866 static int dfx_hw_adap_state_rd(DFX_board_t *bp)
2906 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type)
2978 static int dfx_rcv_init(DFX_board_t *bp, int get_buffers)
3093 DFX_board_t *bp
3296 DFX_board_t *bp = netdev_priv(dev);
3490 static int dfx_xmt_done(DFX_board_t *bp)
3564 static void dfx_rcv_flush( DFX_board_t *bp )
3622 static void dfx_xmt_flush( DFX_board_t *bp )
3698 DFX_board_t *bp = netdev_priv(dev);