Lines Matching refs:DFX_board_t

266 static void		dfx_bus_config_check(DFX_board_t *bp);
271 static int dfx_adap_init(DFX_board_t *bp, int get_buffers);
276 static void dfx_int_pr_halt_id(DFX_board_t *bp);
277 static void dfx_int_type_0_process(DFX_board_t *bp);
284 static int dfx_ctl_update_cam(DFX_board_t *bp);
285 static int dfx_ctl_update_filters(DFX_board_t *bp);
287 static int dfx_hw_dma_cmd_req(DFX_board_t *bp);
288 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);
289 static void dfx_hw_adap_reset(DFX_board_t *bp, PI_UINT32 type);
290 static int dfx_hw_adap_state_rd(DFX_board_t *bp);
291 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type);
293 static int dfx_rcv_init(DFX_board_t *bp, int get_buffers);
294 static void dfx_rcv_queue_process(DFX_board_t *bp);
296 static void dfx_rcv_flush(DFX_board_t *bp);
298 static inline void dfx_rcv_flush(DFX_board_t *bp) {}
303 static int dfx_xmt_done(DFX_board_t *bp);
304 static void dfx_xmt_flush(DFX_board_t *bp);
363 static inline void dfx_writel(DFX_board_t *bp, int offset, u32 data)
369 static inline void dfx_outl(DFX_board_t *bp, int offset, u32 data)
374 static void dfx_port_write_long(DFX_board_t *bp, int offset, u32 data)
387 static inline void dfx_readl(DFX_board_t *bp, int offset, u32 *data)
393 static inline void dfx_inl(DFX_board_t *bp, int offset, u32 *data)
398 static void dfx_port_read_long(DFX_board_t *bp, int offset, u32 *data)
554 DFX_board_t *bp; /* board pointer */
732 DFX_board_t *bp = netdev_priv(dev);
892 DFX_board_t *bp = netdev_priv(dev);
953 static void dfx_bus_config_check(DFX_board_t *bp)
1052 DFX_board_t *bp = netdev_priv(dev);
1264 static int dfx_adap_init(DFX_board_t *bp, int get_buffers)
1463 DFX_board_t *bp = netdev_priv(dev);
1554 DFX_board_t *bp = netdev_priv(dev);
1639 static void dfx_int_pr_halt_id(DFX_board_t *bp)
1743 static void dfx_int_type_0_process(DFX_board_t *bp)
1890 DFX_board_t *bp = netdev_priv(dev);
1961 DFX_board_t *bp = netdev_priv(dev);
2088 DFX_board_t *bp = netdev_priv(dev);
2275 DFX_board_t *bp = netdev_priv(dev);
2389 DFX_board_t *bp = netdev_priv(dev);
2473 static int dfx_ctl_update_cam(DFX_board_t *bp)
2556 static int dfx_ctl_update_filters(DFX_board_t *bp)
2631 static int dfx_hw_dma_cmd_req(DFX_board_t *bp)
2746 DFX_board_t *bp,
2830 DFX_board_t *bp,
2877 static int dfx_hw_adap_state_rd(DFX_board_t *bp)
2917 static int dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type)
2989 static int dfx_rcv_init(DFX_board_t *bp, int get_buffers)
3104 DFX_board_t *bp
3307 DFX_board_t *bp = netdev_priv(dev);
3501 static int dfx_xmt_done(DFX_board_t *bp)
3575 static void dfx_rcv_flush( DFX_board_t *bp )
3633 static void dfx_xmt_flush( DFX_board_t *bp )
3709 DFX_board_t *bp = netdev_priv(dev);