Searched refs:bp (Results 1 - 25 of 1708) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/lib/
H A Dcpumask.c24 int bitmap_parselist_crop(const char *bp, unsigned long *maskp, int nmaskbits) argument
30 if (!isdigit(*bp))
32 a = simple_strtoul(bp, (char **)&bp, 10);
34 if (*bp == '-') {
35 bp++;
36 if (!isdigit(*bp))
38 b = simple_strtoul(bp, (char **)&bp, 10);
48 if (*bp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/lib/
H A Dcpumask.c24 int bitmap_parselist_crop(const char *bp, unsigned long *maskp, int nmaskbits) argument
30 if (!isdigit(*bp))
32 a = simple_strtoul(bp, (char **)&bp, 10);
34 if (*bp == '-') {
35 bp++;
36 if (!isdigit(*bp))
38 b = simple_strtoul(bp, (char **)&bp, 10);
48 if (*bp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/rep/
H A Drep_auto.c17 __rep_bulk_marshal(env, argp, bp, max, lenp)
20 u_int8_t *bp;
28 start = bp;
30 DB_HTONL_COPYOUT(env, bp, argp->len);
31 DB_HTONL_COPYOUT(env, bp, argp->lsn.file);
32 DB_HTONL_COPYOUT(env, bp, argp->lsn.offset);
33 DB_HTONL_COPYOUT(env, bp, argp->bulkdata.size);
35 memcpy(bp, argp->bulkdata.data, argp->bulkdata.size);
36 bp += argp->bulkdata.size;
39 *lenp = (size_t)(bp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/rep/
H A Drep_auto.c17 __rep_bulk_marshal(env, argp, bp, max, lenp)
20 u_int8_t *bp;
28 start = bp;
30 DB_HTONL_COPYOUT(env, bp, argp->len);
31 DB_HTONL_COPYOUT(env, bp, argp->lsn.file);
32 DB_HTONL_COPYOUT(env, bp, argp->lsn.offset);
33 DB_HTONL_COPYOUT(env, bp, argp->bulkdata.size);
35 memcpy(bp, argp->bulkdata.data, argp->bulkdata.size);
36 bp += argp->bulkdata.size;
39 *lenp = (size_t)(bp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/rep/
H A Drep_auto.c17 __rep_bulk_marshal(env, argp, bp, max, lenp)
20 u_int8_t *bp;
28 start = bp;
30 DB_HTONL_COPYOUT(env, bp, argp->len);
31 DB_HTONL_COPYOUT(env, bp, argp->lsn.file);
32 DB_HTONL_COPYOUT(env, bp, argp->lsn.offset);
33 DB_HTONL_COPYOUT(env, bp, argp->bulkdata.size);
35 memcpy(bp, argp->bulkdata.data, argp->bulkdata.size);
36 bp += argp->bulkdata.size;
39 *lenp = (size_t)(bp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/bnx2x/
H A Dbnx2x_main.c140 void bnx2x_reg_wr_ind(struct bnx2x *bp, u32 addr, u32 val) argument
142 pci_write_config_dword(bp->pdev, PCICFG_GRC_ADDRESS, addr);
143 pci_write_config_dword(bp->pdev, PCICFG_GRC_DATA, val);
144 pci_write_config_dword(bp->pdev, PCICFG_GRC_ADDRESS,
148 static u32 bnx2x_reg_rd_ind(struct bnx2x *bp, u32 addr) argument
152 pci_write_config_dword(bp->pdev, PCICFG_GRC_ADDRESS, addr);
153 pci_read_config_dword(bp->pdev, PCICFG_GRC_DATA, &val);
154 pci_write_config_dword(bp->pdev, PCICFG_GRC_ADDRESS,
168 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx) argument
175 REG_WR(bp, cmd_offse
183 bnx2x_write_dmae(struct bnx2x *bp, dma_addr_t dma_addr, u32 dst_addr, u32 len32) argument
257 bnx2x_read_dmae(struct bnx2x *bp, u32 src_addr, u32 len32) argument
332 bnx2x_write_dmae_phys_len(struct bnx2x *bp, dma_addr_t phys_addr, u32 addr, u32 len) argument
349 bnx2x_wb_wr(struct bnx2x *bp, int reg, u32 val_hi, u32 val_lo) argument
359 bnx2x_wb_rd(struct bnx2x *bp, int reg) argument
369 bnx2x_mc_assert(struct bnx2x *bp) argument
490 bnx2x_fw_dump(struct bnx2x *bp) argument
523 bnx2x_panic_dump(struct bnx2x *bp) argument
636 bnx2x_int_enable(struct bnx2x *bp) argument
696 bnx2x_int_disable(struct bnx2x *bp) argument
718 bnx2x_int_disable_sync(struct bnx2x *bp, int disable_hw) argument
755 bnx2x_trylock_hw_lock(struct bnx2x *bp, u32 resource) argument
796 struct bnx2x *bp = fp->bp; local
879 struct bnx2x *bp = netdev_priv(dev_instance); local
958 bnx2x_acquire_hw_lock(struct bnx2x *bp, u32 resource) argument
1003 bnx2x_release_hw_lock(struct bnx2x *bp, u32 resource) argument
1040 bnx2x_get_gpio(struct bnx2x *bp, int gpio_num, u8 port) argument
1070 bnx2x_set_gpio(struct bnx2x *bp, int gpio_num, u32 mode, u8 port) argument
1123 bnx2x_set_gpio_int(struct bnx2x *bp, int gpio_num, u32 mode, u8 port) argument
1169 bnx2x_set_spio(struct bnx2x *bp, int spio_num, u32 mode) argument
1215 bnx2x_calc_fc_adv(struct bnx2x *bp) argument
1241 bnx2x_initial_phy_init(struct bnx2x *bp, int load_mode) argument
1276 bnx2x_link_set(struct bnx2x *bp) argument
1288 bnx2x__link_reset(struct bnx2x *bp) argument
1298 bnx2x_link_test(struct bnx2x *bp) argument
1312 bnx2x_init_port_minmax(struct bnx2x *bp) argument
1356 bnx2x_calc_vn_weight_sum(struct bnx2x *bp) argument
1393 bnx2x_init_vn_minmax(struct bnx2x *bp, int func) argument
1457 bnx2x_link_attn(struct bnx2x *bp) argument
1530 bnx2x__link_status_update(struct bnx2x *bp) argument
1548 bnx2x_pmf_update(struct bnx2x *bp) argument
1573 bnx2x_fw_command(struct bnx2x *bp, u32 command) argument
1611 bnx2x_e1h_disable(struct bnx2x *bp) argument
1622 bnx2x_e1h_enable(struct bnx2x *bp) argument
1637 bnx2x_update_min_max(struct bnx2x *bp) argument
1671 bnx2x_dcc_event(struct bnx2x *bp, u32 dcc_event) argument
1709 bnx2x_sp_get_next(struct bnx2x *bp) argument
1725 bnx2x_sp_prod_update(struct bnx2x *bp) argument
1738 bnx2x_sp_post(struct bnx2x *bp, int command, int cid, u32 data_hi, u32 data_lo, int common) argument
1786 bnx2x_acquire_alr(struct bnx2x *bp) argument
1810 bnx2x_release_alr(struct bnx2x *bp) argument
1815 bnx2x_update_dsb_idx(struct bnx2x *bp) argument
1848 bnx2x_attn_int_asserted(struct bnx2x *bp, u32 asserted) argument
1944 bnx2x_fan_failure(struct bnx2x *bp) argument
1960 bnx2x_attn_int_deasserted0(struct bnx2x *bp, u32 attn) argument
2024 bnx2x_attn_int_deasserted1(struct bnx2x *bp, u32 attn) argument
2055 bnx2x_attn_int_deasserted2(struct bnx2x *bp, u32 attn) argument
2095 bnx2x_attn_int_deasserted3(struct bnx2x *bp, u32 attn) argument
2159 bnx2x_set_reset_done(struct bnx2x *bp) argument
2171 bnx2x_set_reset_in_progress(struct bnx2x *bp) argument
2183 bnx2x_reset_is_done(struct bnx2x *bp) argument
2193 bnx2x_inc_load_cnt(struct bnx2x *bp) argument
2208 bnx2x_dec_load_cnt(struct bnx2x *bp) argument
2225 bnx2x_get_load_cnt(struct bnx2x *bp) argument
2230 bnx2x_clear_load_cnt(struct bnx2x *bp) argument
2397 bnx2x_parity_attn(struct bnx2x *bp, u32 sig0, u32 sig1, u32 sig2, u32 sig3) argument
2426 bnx2x_chk_parity_attn(struct bnx2x *bp) argument
2448 bnx2x_attn_int_deasserted(struct bnx2x *bp, u32 deasserted) argument
2531 bnx2x_attn_int(struct bnx2x *bp) argument
2561 struct bnx2x *bp = container_of(work, struct bnx2x, sp_task.work); local
2607 struct bnx2x *bp = netdev_priv(dev); local
2642 struct bnx2x *bp = (struct bnx2x *) data; local
2697 bnx2x_zero_sb(struct bnx2x *bp, int sb_id) argument
2710 bnx2x_init_sb(struct bnx2x *bp, struct host_status_block *sb, dma_addr_t mapping, int sb_id) argument
2755 bnx2x_zero_def_sb(struct bnx2x *bp) argument
2773 bnx2x_init_def_sb(struct bnx2x *bp, struct host_def_status_block *def_sb, dma_addr_t mapping, int sb_id) argument
2889 bnx2x_update_coalesce(struct bnx2x *bp) argument
2919 bnx2x_init_sp_ring(struct bnx2x *bp) argument
2941 bnx2x_init_context(struct bnx2x *bp) argument
3017 bnx2x_init_ind_table(struct bnx2x *bp) argument
3033 bnx2x_set_client_config(struct bnx2x *bp) argument
3066 bnx2x_set_storm_rx_mode(struct bnx2x *bp) argument
3129 bnx2x_init_internal_common(struct bnx2x *bp) argument
3140 bnx2x_init_internal_port(struct bnx2x *bp) argument
3152 bnx2x_init_internal_func(struct bnx2x *bp) argument
3365 bnx2x_init_internal(struct bnx2x *bp, u32 load_code) argument
3386 bnx2x_nic_init(struct bnx2x *bp, u32 load_code) argument
3447 bnx2x_gunzip_init(struct bnx2x *bp) argument
3480 bnx2x_gunzip_end(struct bnx2x *bp) argument
3494 bnx2x_gunzip(struct bnx2x *bp, const u8 *zbuf, int len) argument
3547 bnx2x_lb_pckt(struct bnx2x *bp) argument
3568 bnx2x_int_mem_test(struct bnx2x *bp) argument
3716 enable_blocks_attention(struct bnx2x *bp) argument
3789 enable_blocks_parity(struct bnx2x *bp) argument
3800 bnx2x_reset_common(struct bnx2x *bp) argument
3808 bnx2x_init_pxp(struct bnx2x *bp) argument
3827 bnx2x_setup_fan_failure_detection(struct bnx2x *bp) argument
3884 bnx2x_init_common(struct bnx2x *bp) argument
4158 bnx2x_init_port(struct bnx2x *bp) argument
4363 bnx2x_ilt_wr(struct bnx2x *bp, u32 index, dma_addr_t addr) argument
4375 bnx2x_init_func(struct bnx2x *bp) argument
4472 bnx2x_init_hw(struct bnx2x *bp, u32 load_code) argument
4534 bnx2x_free_mem(struct bnx2x *bp) argument
4616 bnx2x_alloc_mem(struct bnx2x *bp) argument
4737 bnx2x_set_mac_addr_e1_gen(struct bnx2x *bp, int set, u8 *mac, u32 cl_bit_vec, u8 cam_offset, u8 with_bcast) argument
4808 bnx2x_set_mac_addr_e1h_gen(struct bnx2x *bp, int set, u8 *mac, u32 cl_bit_vec, u8 cam_offset) argument
4847 bnx2x_wait_ramrod(struct bnx2x *bp, int state, int idx, int *state_p, int poll) argument
4892 bnx2x_set_eth_mac_addr_e1h(struct bnx2x *bp, int set) argument
4904 bnx2x_set_eth_mac_addr_e1(struct bnx2x *bp, int set) argument
4928 bnx2x_set_iscsi_eth_mac_addr(struct bnx2x *bp, int set) argument
4955 bnx2x_setup_leading(struct bnx2x *bp) argument
4971 bnx2x_setup_multi(struct bnx2x *bp, int index) argument
4989 bnx2x_set_num_queues_msix(struct bnx2x *bp) argument
5015 bnx2x_stop_multi(struct bnx2x *bp, int index) argument
5039 bnx2x_stop_leading(struct bnx2x *bp) argument
5089 bnx2x_reset_func(struct bnx2x *bp) argument
5118 bnx2x_reset_port(struct bnx2x *bp) argument
5144 bnx2x_reset_chip(struct bnx2x *bp, u32 reset_code) argument
5171 bnx2x_chip_cleanup(struct bnx2x *bp, int unload_mode) argument
5319 bnx2x_disable_close_the_gate(struct bnx2x *bp) argument
5343 bnx2x_set_234_gates(struct bnx2x *bp, bool close) argument
5371 bnx2x_clp_reset_prep(struct bnx2x *bp, u32 *magic_val) argument
5384 bnx2x_clp_reset_done(struct bnx2x *bp, u32 magic_val) argument
5400 bnx2x_reset_mcp_prep(struct bnx2x *bp, u32 *magic_val) argument
5428 bnx2x_mcp_wait_one(struct bnx2x *bp) argument
5438 bnx2x_reset_mcp_comp(struct bnx2x *bp, u32 magic_val) argument
5490 bnx2x_pxp_prep(struct bnx2x *bp) argument
5510 bnx2x_process_kill_chip_reset(struct bnx2x *bp) argument
5549 bnx2x_process_kill(struct bnx2x *bp) argument
5631 bnx2x_leader_reset(struct bnx2x *bp) argument
5657 bnx2x_parity_recover(struct bnx2x *bp) argument
5762 struct bnx2x *bp = container_of(work, struct bnx2x, reset_task.work); local
5793 bnx2x_get_pretend_reg(struct bnx2x *bp, int func) argument
5810 bnx2x_undi_int_disable_e1h(struct bnx2x *bp, int orig_func) argument
5843 bnx2x_undi_int_disable(struct bnx2x *bp, int func) argument
5851 bnx2x_undi_unload(struct bnx2x *bp) argument
5950 bnx2x_get_common_hwinfo(struct bnx2x *bp) argument
6049 bnx2x_link_settings_supported(struct bnx2x *bp, u32 switch_cfg) argument
6286 bnx2x_link_settings_requested(struct bnx2x *bp) argument
6457 bnx2x_get_port_hwinfo(struct bnx2x *bp) argument
6549 bnx2x_get_hwinfo(struct bnx2x *bp) argument
6631 bnx2x_read_fwinfo(struct bnx2x *bp) argument
6695 bnx2x_init_bp(struct bnx2x *bp) argument
6786 struct bnx2x *bp = netdev_priv(dev); local
6832 struct bnx2x *bp = netdev_priv(dev); local
6844 struct bnx2x *bp = netdev_priv(dev); local
6967 struct bnx2x *bp = netdev_priv(netdev); local
6999 struct bnx2x *bp = netdev_priv(netdev); local
7025 struct bnx2x *bp = netdev_priv(dev); local
7040 struct bnx2x *bp = netdev_priv(dev); local
7069 struct bnx2x *bp; local
7236 bnx2x_get_pcie_width_speed(struct bnx2x *bp, int *width, int *speed) argument
7247 bnx2x_check_firmware(struct bnx2x *bp) argument
7358 bnx2x_init_firmware(struct bnx2x *bp, struct device *dev) argument
7435 struct bnx2x *bp; local
7505 struct bnx2x *bp; local
7538 bnx2x_eeh_nic_unload(struct bnx2x *bp) argument
7577 bnx2x_eeh_recover(struct bnx2x *bp) argument
7619 struct bnx2x *bp = netdev_priv(dev); local
7650 struct bnx2x *bp = netdev_priv(dev); local
7682 struct bnx2x *bp = netdev_priv(dev); local
7750 bnx2x_cnic_sp_post(struct bnx2x *bp, int count) argument
7788 struct bnx2x *bp = netdev_priv(dev); local
7828 bnx2x_cnic_ctl_send(struct bnx2x *bp, struct cnic_ctl_info *ctl) argument
7842 bnx2x_cnic_ctl_send_bh(struct bnx2x *bp, struct cnic_ctl_info *ctl) argument
7859 bnx2x_cnic_notify(struct bnx2x *bp, int cmd) argument
7868 bnx2x_cnic_cfc_comp(struct bnx2x *bp, int cid) argument
7882 struct bnx2x *bp = netdev_priv(dev); local
7927 bnx2x_setup_cnic_irq_info(struct bnx2x *bp) argument
7950 struct bnx2x *bp = netdev_priv(dev); local
7987 struct bnx2x *bp = netdev_priv(dev); local
8007 struct bnx2x *bp = netdev_priv(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_main.c140 void bnx2x_reg_wr_ind(struct bnx2x *bp, u32 addr, u32 val) argument
142 pci_write_config_dword(bp->pdev, PCICFG_GRC_ADDRESS, addr);
143 pci_write_config_dword(bp->pdev, PCICFG_GRC_DATA, val);
144 pci_write_config_dword(bp->pdev, PCICFG_GRC_ADDRESS,
148 static u32 bnx2x_reg_rd_ind(struct bnx2x *bp, u32 addr) argument
152 pci_write_config_dword(bp->pdev, PCICFG_GRC_ADDRESS, addr);
153 pci_read_config_dword(bp->pdev, PCICFG_GRC_DATA, &val);
154 pci_write_config_dword(bp->pdev, PCICFG_GRC_ADDRESS,
168 void bnx2x_post_dmae(struct bnx2x *bp, struct dmae_command *dmae, int idx) argument
175 REG_WR(bp, cmd_offse
183 bnx2x_write_dmae(struct bnx2x *bp, dma_addr_t dma_addr, u32 dst_addr, u32 len32) argument
257 bnx2x_read_dmae(struct bnx2x *bp, u32 src_addr, u32 len32) argument
332 bnx2x_write_dmae_phys_len(struct bnx2x *bp, dma_addr_t phys_addr, u32 addr, u32 len) argument
349 bnx2x_wb_wr(struct bnx2x *bp, int reg, u32 val_hi, u32 val_lo) argument
359 bnx2x_wb_rd(struct bnx2x *bp, int reg) argument
369 bnx2x_mc_assert(struct bnx2x *bp) argument
490 bnx2x_fw_dump(struct bnx2x *bp) argument
523 bnx2x_panic_dump(struct bnx2x *bp) argument
636 bnx2x_int_enable(struct bnx2x *bp) argument
696 bnx2x_int_disable(struct bnx2x *bp) argument
718 bnx2x_int_disable_sync(struct bnx2x *bp, int disable_hw) argument
755 bnx2x_trylock_hw_lock(struct bnx2x *bp, u32 resource) argument
796 struct bnx2x *bp = fp->bp; local
879 struct bnx2x *bp = netdev_priv(dev_instance); local
958 bnx2x_acquire_hw_lock(struct bnx2x *bp, u32 resource) argument
1003 bnx2x_release_hw_lock(struct bnx2x *bp, u32 resource) argument
1040 bnx2x_get_gpio(struct bnx2x *bp, int gpio_num, u8 port) argument
1070 bnx2x_set_gpio(struct bnx2x *bp, int gpio_num, u32 mode, u8 port) argument
1123 bnx2x_set_gpio_int(struct bnx2x *bp, int gpio_num, u32 mode, u8 port) argument
1169 bnx2x_set_spio(struct bnx2x *bp, int spio_num, u32 mode) argument
1215 bnx2x_calc_fc_adv(struct bnx2x *bp) argument
1241 bnx2x_initial_phy_init(struct bnx2x *bp, int load_mode) argument
1276 bnx2x_link_set(struct bnx2x *bp) argument
1288 bnx2x__link_reset(struct bnx2x *bp) argument
1298 bnx2x_link_test(struct bnx2x *bp) argument
1312 bnx2x_init_port_minmax(struct bnx2x *bp) argument
1356 bnx2x_calc_vn_weight_sum(struct bnx2x *bp) argument
1393 bnx2x_init_vn_minmax(struct bnx2x *bp, int func) argument
1457 bnx2x_link_attn(struct bnx2x *bp) argument
1530 bnx2x__link_status_update(struct bnx2x *bp) argument
1548 bnx2x_pmf_update(struct bnx2x *bp) argument
1573 bnx2x_fw_command(struct bnx2x *bp, u32 command) argument
1611 bnx2x_e1h_disable(struct bnx2x *bp) argument
1622 bnx2x_e1h_enable(struct bnx2x *bp) argument
1637 bnx2x_update_min_max(struct bnx2x *bp) argument
1671 bnx2x_dcc_event(struct bnx2x *bp, u32 dcc_event) argument
1709 bnx2x_sp_get_next(struct bnx2x *bp) argument
1725 bnx2x_sp_prod_update(struct bnx2x *bp) argument
1738 bnx2x_sp_post(struct bnx2x *bp, int command, int cid, u32 data_hi, u32 data_lo, int common) argument
1786 bnx2x_acquire_alr(struct bnx2x *bp) argument
1810 bnx2x_release_alr(struct bnx2x *bp) argument
1815 bnx2x_update_dsb_idx(struct bnx2x *bp) argument
1848 bnx2x_attn_int_asserted(struct bnx2x *bp, u32 asserted) argument
1944 bnx2x_fan_failure(struct bnx2x *bp) argument
1960 bnx2x_attn_int_deasserted0(struct bnx2x *bp, u32 attn) argument
2024 bnx2x_attn_int_deasserted1(struct bnx2x *bp, u32 attn) argument
2055 bnx2x_attn_int_deasserted2(struct bnx2x *bp, u32 attn) argument
2095 bnx2x_attn_int_deasserted3(struct bnx2x *bp, u32 attn) argument
2159 bnx2x_set_reset_done(struct bnx2x *bp) argument
2171 bnx2x_set_reset_in_progress(struct bnx2x *bp) argument
2183 bnx2x_reset_is_done(struct bnx2x *bp) argument
2193 bnx2x_inc_load_cnt(struct bnx2x *bp) argument
2208 bnx2x_dec_load_cnt(struct bnx2x *bp) argument
2225 bnx2x_get_load_cnt(struct bnx2x *bp) argument
2230 bnx2x_clear_load_cnt(struct bnx2x *bp) argument
2397 bnx2x_parity_attn(struct bnx2x *bp, u32 sig0, u32 sig1, u32 sig2, u32 sig3) argument
2426 bnx2x_chk_parity_attn(struct bnx2x *bp) argument
2448 bnx2x_attn_int_deasserted(struct bnx2x *bp, u32 deasserted) argument
2531 bnx2x_attn_int(struct bnx2x *bp) argument
2561 struct bnx2x *bp = container_of(work, struct bnx2x, sp_task.work); local
2607 struct bnx2x *bp = netdev_priv(dev); local
2642 struct bnx2x *bp = (struct bnx2x *) data; local
2697 bnx2x_zero_sb(struct bnx2x *bp, int sb_id) argument
2710 bnx2x_init_sb(struct bnx2x *bp, struct host_status_block *sb, dma_addr_t mapping, int sb_id) argument
2755 bnx2x_zero_def_sb(struct bnx2x *bp) argument
2773 bnx2x_init_def_sb(struct bnx2x *bp, struct host_def_status_block *def_sb, dma_addr_t mapping, int sb_id) argument
2889 bnx2x_update_coalesce(struct bnx2x *bp) argument
2919 bnx2x_init_sp_ring(struct bnx2x *bp) argument
2941 bnx2x_init_context(struct bnx2x *bp) argument
3017 bnx2x_init_ind_table(struct bnx2x *bp) argument
3033 bnx2x_set_client_config(struct bnx2x *bp) argument
3066 bnx2x_set_storm_rx_mode(struct bnx2x *bp) argument
3129 bnx2x_init_internal_common(struct bnx2x *bp) argument
3140 bnx2x_init_internal_port(struct bnx2x *bp) argument
3152 bnx2x_init_internal_func(struct bnx2x *bp) argument
3365 bnx2x_init_internal(struct bnx2x *bp, u32 load_code) argument
3386 bnx2x_nic_init(struct bnx2x *bp, u32 load_code) argument
3447 bnx2x_gunzip_init(struct bnx2x *bp) argument
3480 bnx2x_gunzip_end(struct bnx2x *bp) argument
3494 bnx2x_gunzip(struct bnx2x *bp, const u8 *zbuf, int len) argument
3547 bnx2x_lb_pckt(struct bnx2x *bp) argument
3568 bnx2x_int_mem_test(struct bnx2x *bp) argument
3716 enable_blocks_attention(struct bnx2x *bp) argument
3789 enable_blocks_parity(struct bnx2x *bp) argument
3800 bnx2x_reset_common(struct bnx2x *bp) argument
3808 bnx2x_init_pxp(struct bnx2x *bp) argument
3827 bnx2x_setup_fan_failure_detection(struct bnx2x *bp) argument
3884 bnx2x_init_common(struct bnx2x *bp) argument
4158 bnx2x_init_port(struct bnx2x *bp) argument
4363 bnx2x_ilt_wr(struct bnx2x *bp, u32 index, dma_addr_t addr) argument
4375 bnx2x_init_func(struct bnx2x *bp) argument
4472 bnx2x_init_hw(struct bnx2x *bp, u32 load_code) argument
4534 bnx2x_free_mem(struct bnx2x *bp) argument
4616 bnx2x_alloc_mem(struct bnx2x *bp) argument
4737 bnx2x_set_mac_addr_e1_gen(struct bnx2x *bp, int set, u8 *mac, u32 cl_bit_vec, u8 cam_offset, u8 with_bcast) argument
4808 bnx2x_set_mac_addr_e1h_gen(struct bnx2x *bp, int set, u8 *mac, u32 cl_bit_vec, u8 cam_offset) argument
4847 bnx2x_wait_ramrod(struct bnx2x *bp, int state, int idx, int *state_p, int poll) argument
4892 bnx2x_set_eth_mac_addr_e1h(struct bnx2x *bp, int set) argument
4904 bnx2x_set_eth_mac_addr_e1(struct bnx2x *bp, int set) argument
4928 bnx2x_set_iscsi_eth_mac_addr(struct bnx2x *bp, int set) argument
4955 bnx2x_setup_leading(struct bnx2x *bp) argument
4971 bnx2x_setup_multi(struct bnx2x *bp, int index) argument
4989 bnx2x_set_num_queues_msix(struct bnx2x *bp) argument
5015 bnx2x_stop_multi(struct bnx2x *bp, int index) argument
5039 bnx2x_stop_leading(struct bnx2x *bp) argument
5089 bnx2x_reset_func(struct bnx2x *bp) argument
5118 bnx2x_reset_port(struct bnx2x *bp) argument
5144 bnx2x_reset_chip(struct bnx2x *bp, u32 reset_code) argument
5171 bnx2x_chip_cleanup(struct bnx2x *bp, int unload_mode) argument
5319 bnx2x_disable_close_the_gate(struct bnx2x *bp) argument
5343 bnx2x_set_234_gates(struct bnx2x *bp, bool close) argument
5371 bnx2x_clp_reset_prep(struct bnx2x *bp, u32 *magic_val) argument
5384 bnx2x_clp_reset_done(struct bnx2x *bp, u32 magic_val) argument
5400 bnx2x_reset_mcp_prep(struct bnx2x *bp, u32 *magic_val) argument
5428 bnx2x_mcp_wait_one(struct bnx2x *bp) argument
5438 bnx2x_reset_mcp_comp(struct bnx2x *bp, u32 magic_val) argument
5490 bnx2x_pxp_prep(struct bnx2x *bp) argument
5510 bnx2x_process_kill_chip_reset(struct bnx2x *bp) argument
5549 bnx2x_process_kill(struct bnx2x *bp) argument
5631 bnx2x_leader_reset(struct bnx2x *bp) argument
5657 bnx2x_parity_recover(struct bnx2x *bp) argument
5762 struct bnx2x *bp = container_of(work, struct bnx2x, reset_task.work); local
5793 bnx2x_get_pretend_reg(struct bnx2x *bp, int func) argument
5810 bnx2x_undi_int_disable_e1h(struct bnx2x *bp, int orig_func) argument
5843 bnx2x_undi_int_disable(struct bnx2x *bp, int func) argument
5851 bnx2x_undi_unload(struct bnx2x *bp) argument
5950 bnx2x_get_common_hwinfo(struct bnx2x *bp) argument
6049 bnx2x_link_settings_supported(struct bnx2x *bp, u32 switch_cfg) argument
6286 bnx2x_link_settings_requested(struct bnx2x *bp) argument
6457 bnx2x_get_port_hwinfo(struct bnx2x *bp) argument
6549 bnx2x_get_hwinfo(struct bnx2x *bp) argument
6631 bnx2x_read_fwinfo(struct bnx2x *bp) argument
6695 bnx2x_init_bp(struct bnx2x *bp) argument
6786 struct bnx2x *bp = netdev_priv(dev); local
6832 struct bnx2x *bp = netdev_priv(dev); local
6844 struct bnx2x *bp = netdev_priv(dev); local
6967 struct bnx2x *bp = netdev_priv(netdev); local
6999 struct bnx2x *bp = netdev_priv(netdev); local
7025 struct bnx2x *bp = netdev_priv(dev); local
7040 struct bnx2x *bp = netdev_priv(dev); local
7069 struct bnx2x *bp; local
7236 bnx2x_get_pcie_width_speed(struct bnx2x *bp, int *width, int *speed) argument
7247 bnx2x_check_firmware(struct bnx2x *bp) argument
7358 bnx2x_init_firmware(struct bnx2x *bp, struct device *dev) argument
7435 struct bnx2x *bp; local
7505 struct bnx2x *bp; local
7538 bnx2x_eeh_nic_unload(struct bnx2x *bp) argument
7577 bnx2x_eeh_recover(struct bnx2x *bp) argument
7619 struct bnx2x *bp = netdev_priv(dev); local
7650 struct bnx2x *bp = netdev_priv(dev); local
7682 struct bnx2x *bp = netdev_priv(dev); local
7750 bnx2x_cnic_sp_post(struct bnx2x *bp, int count) argument
7788 struct bnx2x *bp = netdev_priv(dev); local
7828 bnx2x_cnic_ctl_send(struct bnx2x *bp, struct cnic_ctl_info *ctl) argument
7842 bnx2x_cnic_ctl_send_bh(struct bnx2x *bp, struct cnic_ctl_info *ctl) argument
7859 bnx2x_cnic_notify(struct bnx2x *bp, int cmd) argument
7868 bnx2x_cnic_cfc_comp(struct bnx2x *bp, int cid) argument
7882 struct bnx2x *bp = netdev_priv(dev); local
7927 bnx2x_setup_cnic_irq_info(struct bnx2x *bp) argument
7950 struct bnx2x *bp = netdev_priv(dev); local
7987 struct bnx2x *bp = netdev_priv(dev); local
8007 struct bnx2x *bp = netdev_priv(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_buf.h233 extern int xfs_bwrite(struct xfs_mount *mp, struct xfs_buf *bp);
234 extern void xfs_bdwrite(void *mp, xfs_buf_t *bp);
246 static inline int xfs_buf_geterror(xfs_buf_t *bp) argument
248 return bp ? bp->b_error : ENOMEM;
266 #define XFS_BUF_BFLAGS(bp) ((bp)->b_flags)
267 #define XFS_BUF_ZEROFLAGS(bp) ((bp)->b_flags &= \
270 #define XFS_BUF_STALE(bp) ((b
352 xfs_buf_relse(xfs_buf_t *bp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_buf.h233 extern int xfs_bwrite(struct xfs_mount *mp, struct xfs_buf *bp);
234 extern void xfs_bdwrite(void *mp, xfs_buf_t *bp);
246 static inline int xfs_buf_geterror(xfs_buf_t *bp) argument
248 return bp ? bp->b_error : ENOMEM;
266 #define XFS_BUF_BFLAGS(bp) ((bp)->b_flags)
267 #define XFS_BUF_ZEROFLAGS(bp) ((bp)->b_flags &= \
270 #define XFS_BUF_STALE(bp) ((b
352 xfs_buf_relse(xfs_buf_t *bp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/repmgr/
H A Drepmgr_auto.c13 __repmgr_handshake_marshal(env, argp, bp)
16 u_int8_t *bp;
18 DB_HTONS_COPYOUT(env, bp, argp->port);
19 DB_HTONL_COPYOUT(env, bp, argp->priority);
20 DB_HTONL_COPYOUT(env, bp, argp->flags);
28 __repmgr_handshake_unmarshal(env, argp, bp, max, nextp)
31 u_int8_t *bp;
37 DB_NTOHS_COPYIN(env, argp->port, bp);
38 DB_NTOHL_COPYIN(env, argp->priority, bp);
39 DB_NTOHL_COPYIN(env, argp->flags, bp);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/repmgr/
H A Drepmgr_auto.c13 __repmgr_handshake_marshal(env, argp, bp)
16 u_int8_t *bp;
18 DB_HTONS_COPYOUT(env, bp, argp->port);
19 DB_HTONL_COPYOUT(env, bp, argp->priority);
20 DB_HTONL_COPYOUT(env, bp, argp->flags);
28 __repmgr_handshake_unmarshal(env, argp, bp, max, nextp)
31 u_int8_t *bp;
37 DB_NTOHS_COPYIN(env, argp->port, bp);
38 DB_NTOHL_COPYIN(env, argp->priority, bp);
39 DB_NTOHL_COPYIN(env, argp->flags, bp);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/repmgr/
H A Drepmgr_auto.c13 __repmgr_handshake_marshal(env, argp, bp)
16 u_int8_t *bp;
18 DB_HTONS_COPYOUT(env, bp, argp->port);
19 DB_HTONL_COPYOUT(env, bp, argp->priority);
20 DB_HTONL_COPYOUT(env, bp, argp->flags);
28 __repmgr_handshake_unmarshal(env, argp, bp, max, nextp)
31 u_int8_t *bp;
37 DB_NTOHS_COPYIN(env, argp->port, bp);
38 DB_NTOHL_COPYIN(env, argp->priority, bp);
39 DB_NTOHL_COPYIN(env, argp->flags, bp);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/gdbserver/
H A Dmem-break.c51 struct breakpoint *bp; local
56 bp = malloc (sizeof (struct breakpoint));
57 memset (bp, 0, sizeof (struct breakpoint));
59 (*the_target->read_memory) (where, bp->old_data,
64 bp->pc = where;
65 bp->handler = handler;
67 bp->next = breakpoints;
68 breakpoints = bp;
72 delete_breakpoint (struct breakpoint *bp) argument
76 if (breakpoints == bp)
102 struct breakpoint *bp = breakpoints; local
117 struct breakpoint *bp = find_breakpoint_at (addr); local
144 struct breakpoint *bp, *orig_bp; local
165 struct breakpoint *bp; local
179 struct breakpoint *bp; local
195 struct breakpoint *bp; local
220 struct breakpoint *bp = breakpoints; local
253 struct breakpoint *bp = breakpoints; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/gdbserver/
H A Dmem-break.c51 struct breakpoint *bp; local
56 bp = malloc (sizeof (struct breakpoint));
57 memset (bp, 0, sizeof (struct breakpoint));
59 (*the_target->read_memory) (where, bp->old_data,
64 bp->pc = where;
65 bp->handler = handler;
67 bp->next = breakpoints;
68 breakpoints = bp;
72 delete_breakpoint (struct breakpoint *bp) argument
76 if (breakpoints == bp)
102 struct breakpoint *bp = breakpoints; local
117 struct breakpoint *bp = find_breakpoint_at (addr); local
144 struct breakpoint *bp, *orig_bp; local
165 struct breakpoint *bp; local
179 struct breakpoint *bp; local
195 struct breakpoint *bp; local
220 struct breakpoint *bp = breakpoints; local
253 struct breakpoint *bp = breakpoints; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/gdbserver/
H A Dmem-break.c51 struct breakpoint *bp; local
56 bp = malloc (sizeof (struct breakpoint));
57 memset (bp, 0, sizeof (struct breakpoint));
59 (*the_target->read_memory) (where, bp->old_data,
64 bp->pc = where;
65 bp->handler = handler;
67 bp->next = breakpoints;
68 breakpoints = bp;
72 delete_breakpoint (struct breakpoint *bp) argument
76 if (breakpoints == bp)
102 struct breakpoint *bp = breakpoints; local
117 struct breakpoint *bp = find_breakpoint_at (addr); local
144 struct breakpoint *bp, *orig_bp; local
165 struct breakpoint *bp; local
179 struct breakpoint *bp; local
195 struct breakpoint *bp; local
220 struct breakpoint *bp = breakpoints; local
253 struct breakpoint *bp = breakpoints; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/sbus/char/
H A Dbbc_i2c.c54 static void set_device_claimage(struct bbc_i2c_bus *bp, struct platform_device *op, int val) argument
59 if (bp->devs[i].device == op) {
60 bp->devs[i].client_claimed = val;
69 struct platform_device *bbc_i2c_getdev(struct bbc_i2c_bus *bp, int index) argument
75 if (!(op = bp->devs[i].device))
89 struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op) argument
97 client->bp = bp;
109 claim_device(bp, op);
116 struct bbc_i2c_bus *bp local
123 wait_for_pin(struct bbc_i2c_bus *bp, u8 *status) argument
152 struct bbc_i2c_bus *bp = client->bp; local
183 struct bbc_i2c_bus *bp = client->bp; local
279 struct bbc_i2c_bus *bp = dev_id; local
291 reset_one_i2c(struct bbc_i2c_bus *bp) argument
302 struct bbc_i2c_bus *bp; local
367 struct bbc_i2c_bus *bp; local
391 struct bbc_i2c_bus *bp = dev_get_drvdata(&op->dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_i2c.c54 static void set_device_claimage(struct bbc_i2c_bus *bp, struct platform_device *op, int val) argument
59 if (bp->devs[i].device == op) {
60 bp->devs[i].client_claimed = val;
69 struct platform_device *bbc_i2c_getdev(struct bbc_i2c_bus *bp, int index) argument
75 if (!(op = bp->devs[i].device))
89 struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op) argument
97 client->bp = bp;
109 claim_device(bp, op);
116 struct bbc_i2c_bus *bp local
123 wait_for_pin(struct bbc_i2c_bus *bp, u8 *status) argument
152 struct bbc_i2c_bus *bp = client->bp; local
183 struct bbc_i2c_bus *bp = client->bp; local
279 struct bbc_i2c_bus *bp = dev_id; local
291 reset_one_i2c(struct bbc_i2c_bus *bp) argument
302 struct bbc_i2c_bus *bp; local
367 struct bbc_i2c_bus *bp; local
391 struct bbc_i2c_bus *bp = dev_get_drvdata(&op->dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_bp.c40 static char *kdb_bptype(kdb_bp_t *bp) argument
42 if (bp->bp_type < 0 || bp->bp_type > 4)
45 return kdb_rwtypes[bp->bp_type];
48 static int kdb_parsebp(int argc, const char **argv, int *nextargp, kdb_bp_t *bp) argument
53 bp->bph_length = 1;
56 bp->bp_type = BP_ACCESS_WATCHPOINT;
58 bp->bp_type = BP_WRITE_WATCHPOINT;
60 bp->bp_type = BP_HARDWARE_BREAKPOINT;
64 bp
92 _kdb_bp_remove(kdb_bp_t *bp) argument
108 kdb_handle_bp(struct pt_regs *regs, kdb_bp_t *bp) argument
125 _kdb_bp_install(struct pt_regs *regs, kdb_bp_t *bp) argument
174 kdb_bp_t *bp = &kdb_breakpoints[i]; local
205 kdb_bp_t *bp = &kdb_breakpoints[i]; local
233 kdb_printbp(kdb_bp_t *bp, int i) argument
275 kdb_bp_t *bp, *bp_check; local
375 kdb_bp_t *bp = NULL; local
531 kdb_bp_t *bp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/debug/kdb/
H A Dkdb_bp.c40 static char *kdb_bptype(kdb_bp_t *bp) argument
42 if (bp->bp_type < 0 || bp->bp_type > 4)
45 return kdb_rwtypes[bp->bp_type];
48 static int kdb_parsebp(int argc, const char **argv, int *nextargp, kdb_bp_t *bp) argument
53 bp->bph_length = 1;
56 bp->bp_type = BP_ACCESS_WATCHPOINT;
58 bp->bp_type = BP_WRITE_WATCHPOINT;
60 bp->bp_type = BP_HARDWARE_BREAKPOINT;
64 bp
92 _kdb_bp_remove(kdb_bp_t *bp) argument
108 kdb_handle_bp(struct pt_regs *regs, kdb_bp_t *bp) argument
125 _kdb_bp_install(struct pt_regs *regs, kdb_bp_t *bp) argument
174 kdb_bp_t *bp = &kdb_breakpoints[i]; local
205 kdb_bp_t *bp = &kdb_breakpoints[i]; local
233 kdb_printbp(kdb_bp_t *bp, int i) argument
275 kdb_bp_t *bp, *bp_check; local
375 kdb_bp_t *bp = NULL; local
531 kdb_bp_t *bp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dmacb.c40 #define TX_RING_GAP(bp) \
41 (TX_RING_SIZE - (bp)->tx_pending)
42 #define TX_BUFFS_AVAIL(bp) \
43 (((bp)->tx_tail <= (bp)->tx_head) ? \
44 (bp)->tx_tail + (bp)->tx_pending - (bp)->tx_head : \
45 (bp)->tx_tail - (bp)
56 __macb_set_hwaddr(struct macb *bp) argument
67 macb_get_hwaddr(struct macb *bp) argument
93 struct macb *bp = bus->priv; local
114 struct macb *bp = bus->priv; local
137 struct macb *bp = netdev_priv(dev); local
191 struct macb *bp = netdev_priv(dev); local
228 macb_mii_init(struct macb *bp) argument
284 macb_update_stats(struct macb *bp) argument
296 macb_tx(struct macb *bp) argument
384 macb_rx_frame(struct macb *bp, unsigned int first_frag, unsigned int last_frag) argument
444 discard_partial_frame(struct macb *bp, unsigned int begin, unsigned int end) argument
460 macb_rx(struct macb *bp, int budget) argument
505 struct macb *bp = container_of(napi, struct macb, napi); local
535 struct macb *bp = netdev_priv(dev); local
608 struct macb *bp = netdev_priv(dev); local
672 macb_free_consistent(struct macb *bp) argument
696 macb_alloc_consistent(struct macb *bp) argument
739 macb_init_rings(struct macb *bp) argument
761 macb_reset_hw(struct macb *bp) argument
779 macb_init_hw(struct macb *bp) argument
882 struct macb *bp = netdev_priv(dev); local
901 struct macb *bp = netdev_priv(dev); local
933 struct macb *bp = netdev_priv(dev); local
968 struct macb *bp = netdev_priv(dev); local
989 struct macb *bp = netdev_priv(dev); local
1031 struct macb *bp = netdev_priv(dev); local
1042 struct macb *bp = netdev_priv(dev); local
1054 struct macb *bp = netdev_priv(dev); local
1070 struct macb *bp = netdev_priv(dev); local
1102 struct macb *bp; local
1256 struct macb *bp; local
1287 struct macb *bp = netdev_priv(netdev); local
1302 struct macb *bp = netdev_priv(netdev); local
[all...]
H A Ddefxx.c272 static void dfx_bus_config_check(DFX_board_t *bp);
277 static int dfx_adap_init(DFX_board_t *bp, int get_buffers);
282 static void dfx_int_pr_halt_id(DFX_board_t *bp);
283 static void dfx_int_type_0_process(DFX_board_t *bp);
290 static int dfx_ctl_update_cam(DFX_board_t *bp);
291 static int dfx_ctl_update_filters(DFX_board_t *bp);
293 static int dfx_hw_dma_cmd_req(DFX_board_t *bp);
294 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);
295 static void dfx_hw_adap_reset(DFX_board_t *bp, PI_UINT32 type);
296 static int dfx_hw_adap_state_rd(DFX_board_t *bp);
365 dfx_writel(DFX_board_t *bp, int offset, u32 data) argument
371 dfx_outl(DFX_board_t *bp, int offset, u32 data) argument
376 dfx_port_write_long(DFX_board_t *bp, int offset, u32 data) argument
389 dfx_readl(DFX_board_t *bp, int offset, u32 *data) argument
395 dfx_inl(DFX_board_t *bp, int offset, u32 *data) argument
400 dfx_port_read_long(DFX_board_t *bp, int offset, u32 *data) argument
526 DFX_board_t *bp; /* board pointer */ local
668 DFX_board_t *bp = netdev_priv(dev); local
814 DFX_board_t *bp = netdev_priv(dev); local
869 dfx_bus_config_check(DFX_board_t *bp) argument
957 DFX_board_t *bp = netdev_priv(dev); local
1165 dfx_adap_init(DFX_board_t *bp, int get_buffers) argument
1364 DFX_board_t *bp = netdev_priv(dev); local
1455 DFX_board_t *bp = netdev_priv(dev); local
1540 dfx_int_pr_halt_id(DFX_board_t *bp) argument
1644 dfx_int_type_0_process(DFX_board_t *bp) argument
1791 DFX_board_t *bp = netdev_priv(dev); local
1862 DFX_board_t *bp = netdev_priv(dev); local
1989 DFX_board_t *bp = netdev_priv(dev); local
2176 DFX_board_t *bp = netdev_priv(dev); local
2290 DFX_board_t *bp = netdev_priv(dev); local
2374 dfx_ctl_update_cam(DFX_board_t *bp) argument
2457 dfx_ctl_update_filters(DFX_board_t *bp) argument
2532 dfx_hw_dma_cmd_req(DFX_board_t *bp) argument
2646 dfx_hw_port_ctrl_req( DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_data ) argument
2730 dfx_hw_adap_reset( DFX_board_t *bp, PI_UINT32 type ) argument
2778 dfx_hw_adap_state_rd(DFX_board_t *bp) argument
2818 dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type) argument
2890 dfx_rcv_init(DFX_board_t *bp, int get_buffers) argument
3171 DFX_board_t *bp = netdev_priv(dev); local
3358 dfx_xmt_done(DFX_board_t *bp) argument
3565 DFX_board_t *bp = netdev_priv(dev); local
[all...]
H A Db44.c165 static inline unsigned long br32(const struct b44 *bp, unsigned long reg) argument
167 return ssb_read32(bp->sdev, reg);
170 static inline void bw32(const struct b44 *bp, argument
173 ssb_write32(bp->sdev, reg, val);
176 static int b44_wait_bit(struct b44 *bp, unsigned long reg, argument
182 u32 val = br32(bp, reg);
192 netdev_err(bp->dev, "BUG! Timeout waiting for bit %08x of register %lx to %s\n",
200 static inline void __b44_cam_read(struct b44 *bp, unsigned char *data, int index) argument
204 bw32(bp, B44_CAM_CTRL, (CAM_CTRL_READ |
207 b44_wait_bit(bp, B44_CAM_CTR
222 __b44_cam_write(struct b44 *bp, unsigned char *data, int index) argument
240 __b44_disable_ints(struct b44 *bp) argument
245 b44_disable_ints(struct b44 *bp) argument
253 b44_enable_ints(struct b44 *bp) argument
258 __b44_readphy(struct b44 *bp, int phy_addr, int reg, u32 *val) argument
274 __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val) argument
286 b44_readphy(struct b44 *bp, int reg, u32 *val) argument
294 b44_writephy(struct b44 *bp, int reg, u32 val) argument
306 struct b44 *bp = netdev_priv(dev); local
316 struct b44 *bp = netdev_priv(dev); local
320 b44_phy_reset(struct b44 *bp) argument
342 __b44_set_flow_ctrl(struct b44 *bp, u32 pause_flags) argument
365 b44_set_flow_ctrl(struct b44 *bp, u32 local, u32 remote) argument
386 b44_wap54g10_workaround(struct b44 *bp) argument
411 b44_wap54g10_workaround(struct b44 *bp) argument
416 b44_setup_phy(struct b44 *bp) argument
480 b44_stats_update(struct b44 *bp) argument
498 b44_link_report(struct b44 *bp) argument
513 b44_check_phy(struct b44 *bp) argument
576 struct b44 *bp = (struct b44 *) __opaque; local
589 b44_tx(struct b44 *bp) argument
623 b44_alloc_rx_skb(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) argument
696 b44_recycle_rx(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) argument
742 b44_rx(struct b44 *bp, int budget) argument
832 struct b44 *bp = container_of(napi, struct b44, napi); local
879 struct b44 *bp = netdev_priv(dev); local
920 struct b44 *bp = netdev_priv(dev); local
939 struct b44 *bp = netdev_priv(dev); local
1027 struct b44 *bp = netdev_priv(dev); local
1059 b44_free_rings(struct b44 *bp) argument
1093 b44_init_rings(struct b44 *bp) argument
1120 b44_free_consistent(struct b44 *bp) argument
1154 b44_alloc_consistent(struct b44 *bp, gfp_t gfp) argument
1233 b44_clear_stats(struct b44 *bp) argument
1245 b44_chip_reset(struct b44 *bp, int reset_kind) argument
1314 b44_halt(struct b44 *bp) argument
1328 __b44_set_mac_addr(struct b44 *bp) argument
1342 struct b44 *bp = netdev_priv(dev); local
1369 b44_init_hw(struct b44 *bp, int reset_kind) argument
1413 struct b44 *bp = netdev_priv(dev); local
1461 bwfilter_table(struct b44 *bp, u8 *pp, u32 bytes, u32 table_offset) argument
1501 b44_setup_pseudo_magicp(struct b44 *bp) argument
1558 b44_setup_wol_pci(struct b44 *bp) argument
1569 b44_setup_wol_pci(struct b44 *bp) argument
1572 b44_setup_wol(struct b44 *bp) argument
1603 struct b44 *bp = netdev_priv(dev); local
1633 struct b44 *bp = netdev_priv(dev); local
1669 __b44_load_mcast(struct b44 *bp, struct net_device *dev) argument
1686 struct b44 *bp = netdev_priv(dev); local
1717 struct b44 *bp = netdev_priv(dev); local
1726 struct b44 *bp = netdev_priv(dev); local
1732 struct b44 *bp = netdev_priv(dev); local
1738 struct b44 *bp = netdev_priv(dev); local
1759 struct b44 *bp = netdev_priv(dev); local
1779 struct b44 *bp = netdev_priv(dev); local
1821 struct b44 *bp = netdev_priv(dev); local
1881 struct b44 *bp = netdev_priv(dev); local
1891 struct b44 *bp = netdev_priv(dev); local
1918 struct b44 *bp = netdev_priv(dev); local
1931 struct b44 *bp = netdev_priv(dev); local
1982 struct b44 *bp = netdev_priv(dev); local
1998 struct b44 *bp = netdev_priv(dev); local
2010 struct b44 *bp = netdev_priv(dev); local
2044 struct b44 *bp = netdev_priv(dev); local
2057 b44_get_invariants(struct b44 *bp) argument
2117 struct b44 *bp; local
2240 struct b44 *bp = netdev_priv(dev); local
2269 struct b44 *bp = netdev_priv(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dmacb.c40 #define TX_RING_GAP(bp) \
41 (TX_RING_SIZE - (bp)->tx_pending)
42 #define TX_BUFFS_AVAIL(bp) \
43 (((bp)->tx_tail <= (bp)->tx_head) ? \
44 (bp)->tx_tail + (bp)->tx_pending - (bp)->tx_head : \
45 (bp)->tx_tail - (bp)
56 __macb_set_hwaddr(struct macb *bp) argument
67 macb_get_hwaddr(struct macb *bp) argument
93 struct macb *bp = bus->priv; local
114 struct macb *bp = bus->priv; local
137 struct macb *bp = netdev_priv(dev); local
191 struct macb *bp = netdev_priv(dev); local
228 macb_mii_init(struct macb *bp) argument
284 macb_update_stats(struct macb *bp) argument
296 macb_tx(struct macb *bp) argument
384 macb_rx_frame(struct macb *bp, unsigned int first_frag, unsigned int last_frag) argument
444 discard_partial_frame(struct macb *bp, unsigned int begin, unsigned int end) argument
460 macb_rx(struct macb *bp, int budget) argument
505 struct macb *bp = container_of(napi, struct macb, napi); local
535 struct macb *bp = netdev_priv(dev); local
608 struct macb *bp = netdev_priv(dev); local
672 macb_free_consistent(struct macb *bp) argument
696 macb_alloc_consistent(struct macb *bp) argument
739 macb_init_rings(struct macb *bp) argument
761 macb_reset_hw(struct macb *bp) argument
779 macb_init_hw(struct macb *bp) argument
882 struct macb *bp = netdev_priv(dev); local
901 struct macb *bp = netdev_priv(dev); local
933 struct macb *bp = netdev_priv(dev); local
968 struct macb *bp = netdev_priv(dev); local
989 struct macb *bp = netdev_priv(dev); local
1031 struct macb *bp = netdev_priv(dev); local
1042 struct macb *bp = netdev_priv(dev); local
1054 struct macb *bp = netdev_priv(dev); local
1070 struct macb *bp = netdev_priv(dev); local
1102 struct macb *bp; local
1256 struct macb *bp; local
1287 struct macb *bp = netdev_priv(netdev); local
1302 struct macb *bp = netdev_priv(netdev); local
[all...]
H A Ddefxx.c272 static void dfx_bus_config_check(DFX_board_t *bp);
277 static int dfx_adap_init(DFX_board_t *bp, int get_buffers);
282 static void dfx_int_pr_halt_id(DFX_board_t *bp);
283 static void dfx_int_type_0_process(DFX_board_t *bp);
290 static int dfx_ctl_update_cam(DFX_board_t *bp);
291 static int dfx_ctl_update_filters(DFX_board_t *bp);
293 static int dfx_hw_dma_cmd_req(DFX_board_t *bp);
294 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);
295 static void dfx_hw_adap_reset(DFX_board_t *bp, PI_UINT32 type);
296 static int dfx_hw_adap_state_rd(DFX_board_t *bp);
365 dfx_writel(DFX_board_t *bp, int offset, u32 data) argument
371 dfx_outl(DFX_board_t *bp, int offset, u32 data) argument
376 dfx_port_write_long(DFX_board_t *bp, int offset, u32 data) argument
389 dfx_readl(DFX_board_t *bp, int offset, u32 *data) argument
395 dfx_inl(DFX_board_t *bp, int offset, u32 *data) argument
400 dfx_port_read_long(DFX_board_t *bp, int offset, u32 *data) argument
526 DFX_board_t *bp; /* board pointer */ local
668 DFX_board_t *bp = netdev_priv(dev); local
814 DFX_board_t *bp = netdev_priv(dev); local
869 dfx_bus_config_check(DFX_board_t *bp) argument
957 DFX_board_t *bp = netdev_priv(dev); local
1165 dfx_adap_init(DFX_board_t *bp, int get_buffers) argument
1364 DFX_board_t *bp = netdev_priv(dev); local
1455 DFX_board_t *bp = netdev_priv(dev); local
1540 dfx_int_pr_halt_id(DFX_board_t *bp) argument
1644 dfx_int_type_0_process(DFX_board_t *bp) argument
1791 DFX_board_t *bp = netdev_priv(dev); local
1862 DFX_board_t *bp = netdev_priv(dev); local
1989 DFX_board_t *bp = netdev_priv(dev); local
2176 DFX_board_t *bp = netdev_priv(dev); local
2290 DFX_board_t *bp = netdev_priv(dev); local
2374 dfx_ctl_update_cam(DFX_board_t *bp) argument
2457 dfx_ctl_update_filters(DFX_board_t *bp) argument
2532 dfx_hw_dma_cmd_req(DFX_board_t *bp) argument
2646 dfx_hw_port_ctrl_req( DFX_board_t *bp, PI_UINT32 command, PI_UINT32 data_a, PI_UINT32 data_b, PI_UINT32 *host_data ) argument
2730 dfx_hw_adap_reset( DFX_board_t *bp, PI_UINT32 type ) argument
2778 dfx_hw_adap_state_rd(DFX_board_t *bp) argument
2818 dfx_hw_dma_uninit(DFX_board_t *bp, PI_UINT32 type) argument
2890 dfx_rcv_init(DFX_board_t *bp, int get_buffers) argument
3171 DFX_board_t *bp = netdev_priv(dev); local
3358 dfx_xmt_done(DFX_board_t *bp) argument
3565 DFX_board_t *bp = netdev_priv(dev); local
[all...]
H A Db44.c165 static inline unsigned long br32(const struct b44 *bp, unsigned long reg) argument
167 return ssb_read32(bp->sdev, reg);
170 static inline void bw32(const struct b44 *bp, argument
173 ssb_write32(bp->sdev, reg, val);
176 static int b44_wait_bit(struct b44 *bp, unsigned long reg, argument
182 u32 val = br32(bp, reg);
192 netdev_err(bp->dev, "BUG! Timeout waiting for bit %08x of register %lx to %s\n",
200 static inline void __b44_cam_read(struct b44 *bp, unsigned char *data, int index) argument
204 bw32(bp, B44_CAM_CTRL, (CAM_CTRL_READ |
207 b44_wait_bit(bp, B44_CAM_CTR
222 __b44_cam_write(struct b44 *bp, unsigned char *data, int index) argument
240 __b44_disable_ints(struct b44 *bp) argument
245 b44_disable_ints(struct b44 *bp) argument
253 b44_enable_ints(struct b44 *bp) argument
258 __b44_readphy(struct b44 *bp, int phy_addr, int reg, u32 *val) argument
274 __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val) argument
286 b44_readphy(struct b44 *bp, int reg, u32 *val) argument
294 b44_writephy(struct b44 *bp, int reg, u32 val) argument
306 struct b44 *bp = netdev_priv(dev); local
316 struct b44 *bp = netdev_priv(dev); local
320 b44_phy_reset(struct b44 *bp) argument
342 __b44_set_flow_ctrl(struct b44 *bp, u32 pause_flags) argument
365 b44_set_flow_ctrl(struct b44 *bp, u32 local, u32 remote) argument
386 b44_wap54g10_workaround(struct b44 *bp) argument
411 b44_wap54g10_workaround(struct b44 *bp) argument
416 b44_setup_phy(struct b44 *bp) argument
480 b44_stats_update(struct b44 *bp) argument
498 b44_link_report(struct b44 *bp) argument
513 b44_check_phy(struct b44 *bp) argument
576 struct b44 *bp = (struct b44 *) __opaque; local
589 b44_tx(struct b44 *bp) argument
623 b44_alloc_rx_skb(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) argument
696 b44_recycle_rx(struct b44 *bp, int src_idx, u32 dest_idx_unmasked) argument
742 b44_rx(struct b44 *bp, int budget) argument
832 struct b44 *bp = container_of(napi, struct b44, napi); local
879 struct b44 *bp = netdev_priv(dev); local
920 struct b44 *bp = netdev_priv(dev); local
939 struct b44 *bp = netdev_priv(dev); local
1027 struct b44 *bp = netdev_priv(dev); local
1059 b44_free_rings(struct b44 *bp) argument
1093 b44_init_rings(struct b44 *bp) argument
1120 b44_free_consistent(struct b44 *bp) argument
1154 b44_alloc_consistent(struct b44 *bp, gfp_t gfp) argument
1233 b44_clear_stats(struct b44 *bp) argument
1245 b44_chip_reset(struct b44 *bp, int reset_kind) argument
1314 b44_halt(struct b44 *bp) argument
1328 __b44_set_mac_addr(struct b44 *bp) argument
1342 struct b44 *bp = netdev_priv(dev); local
1369 b44_init_hw(struct b44 *bp, int reset_kind) argument
1413 struct b44 *bp = netdev_priv(dev); local
1461 bwfilter_table(struct b44 *bp, u8 *pp, u32 bytes, u32 table_offset) argument
1501 b44_setup_pseudo_magicp(struct b44 *bp) argument
1558 b44_setup_wol_pci(struct b44 *bp) argument
1569 b44_setup_wol_pci(struct b44 *bp) argument
1572 b44_setup_wol(struct b44 *bp) argument
1603 struct b44 *bp = netdev_priv(dev); local
1633 struct b44 *bp = netdev_priv(dev); local
1669 __b44_load_mcast(struct b44 *bp, struct net_device *dev) argument
1686 struct b44 *bp = netdev_priv(dev); local
1717 struct b44 *bp = netdev_priv(dev); local
1726 struct b44 *bp = netdev_priv(dev); local
1732 struct b44 *bp = netdev_priv(dev); local
1738 struct b44 *bp = netdev_priv(dev); local
1759 struct b44 *bp = netdev_priv(dev); local
1779 struct b44 *bp = netdev_priv(dev); local
1821 struct b44 *bp = netdev_priv(dev); local
1881 struct b44 *bp = netdev_priv(dev); local
1891 struct b44 *bp = netdev_priv(dev); local
1918 struct b44 *bp = netdev_priv(dev); local
1931 struct b44 *bp = netdev_priv(dev); local
1982 struct b44 *bp = netdev_priv(dev); local
1998 struct b44 *bp = netdev_priv(dev); local
2010 struct b44 *bp = netdev_priv(dev); local
2044 struct b44 *bp = netdev_priv(dev); local
2057 b44_get_invariants(struct b44 *bp) argument
2117 struct b44 *bp; local
2240 struct b44 *bp = netdev_priv(dev); local
2269 struct b44 *bp = netdev_priv(dev); local
[all...]

Completed in 182 milliseconds

1234567891011>>