sys/dev/pci/cxgb/cxgb_adapter.h
433
t3_read_reg(adapter_t *adapter, uint32_t reg_addr)
sys/dev/pci/cxgb/cxgb_adapter.h
439
t3_write_reg(adapter_t *adapter, uint32_t reg_addr, uint32_t val)
sys/dev/pci/cxgb/cxgb_adapter.h
445
t3_os_pci_read_config_4(adapter_t *adapter, int reg, uint32_t *val)
sys/dev/pci/cxgb/cxgb_adapter.h
451
t3_os_pci_write_config_4(adapter_t *adapter, int reg, uint32_t val)
sys/dev/pci/cxgb/cxgb_adapter.h
457
t3_os_pci_read_config_2(adapter_t *adapter, int reg, uint16_t *val)
sys/dev/pci/cxgb/cxgb_adapter.h
468
t3_os_pci_write_config_2(adapter_t *adapter, int reg, uint16_t val)
sys/dev/pci/cxgb/cxgb_adapter.h
503
int t3_os_find_pci_capability(adapter_t *adapter, int cap);
sys/dev/pci/cxgb/cxgb_adapter.h
506
void t3_os_link_changed(adapter_t *adapter, int port_id, int link_status,
sys/dev/pci/cxgb/cxgb_adapter.h
508
void t3_sge_err_intr_handler(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_adapter.h
510
void t3_os_ext_intr_handler(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_adapter.h
511
void t3_os_set_hw_addr(adapter_t *adapter, int port_idx, u8 hw_addr[]);
sys/dev/pci/cxgb/cxgb_adapter.h
512
int t3_mgmt_tx(adapter_t *adap, struct mbuf *m);
sys/dev/pci/cxgb/cxgb_adapter.h
517
int t3_sge_alloc_qset(adapter_t *, uint32_t, int, int, const struct qset_params *,
sys/dev/pci/cxgb/cxgb_adapter.h
519
void t3_free_sge_resources(adapter_t *);
sys/dev/pci/cxgb/cxgb_adapter.h
520
void t3_sge_start(adapter_t *);
sys/dev/pci/cxgb/cxgb_adapter.h
521
void t3_sge_stop(adapter_t *);
sys/dev/pci/cxgb/cxgb_adapter.h
527
int t3_sge_init_adapter(adapter_t *);
sys/dev/pci/cxgb/cxgb_adapter.h
529
void t3_sge_deinit_sw(adapter_t *);
sys/dev/pci/cxgb/cxgb_adapter.h
531
void t3_rx_eth_lro(adapter_t *adap, struct sge_rspq *rq, struct mbuf *m,
sys/dev/pci/cxgb/cxgb_adapter.h
534
void t3_lro_flush(adapter_t *adap, struct sge_qset *qs, struct lro_state *state);
sys/dev/pci/cxgb/cxgb_adapter.h
536
void t3_add_sysctls(adapter_t *sc);
sys/dev/pci/cxgb/cxgb_adapter.h
574
static __inline int offload_running(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_ael1002.c
144
void t3_ael1002_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_ael1002.c
217
void t3_ael1006_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_ael1002.c
252
void t3_qt2045_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_ael1002.c
329
void t3_xaui_direct_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_common.h
139
int (*read)(adapter_t *adapter, int phy_addr, int mmd_addr,
sys/dev/pci/cxgb/cxgb_common.h
141
int (*write)(adapter_t *adapter, int phy_addr, int mmd_addr,
sys/dev/pci/cxgb/cxgb_common.h
159
void (*phy_prep)(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_common.h
436
adapter_t *adapter;
sys/dev/pci/cxgb/cxgb_common.h
450
adapter_t *adapter; /* backpointer to adapter */
sys/dev/pci/cxgb/cxgb_common.h
464
adapter_t *adapter;
sys/dev/pci/cxgb/cxgb_common.h
532
adapter_t *adapter; /* associated adapter */
sys/dev/pci/cxgb/cxgb_common.h
535
int (*mdio_read)(adapter_t *adapter, int phy_addr, int mmd_addr,
sys/dev/pci/cxgb/cxgb_common.h
537
int (*mdio_write)(adapter_t *adapter, int phy_addr, int mmd_addr,
sys/dev/pci/cxgb/cxgb_common.h
555
static __inline void cphy_init(struct cphy *phy, adapter_t *adapter,
sys/dev/pci/cxgb/cxgb_common.h
597
static __inline int uses_xaui(const adapter_t *adap)
sys/dev/pci/cxgb/cxgb_common.h
602
static __inline int is_10G(const adapter_t *adap)
sys/dev/pci/cxgb/cxgb_common.h
607
static __inline int is_offload(const adapter_t *adap)
sys/dev/pci/cxgb/cxgb_common.h
616
static __inline unsigned int core_ticks_per_usec(const adapter_t *adap)
sys/dev/pci/cxgb/cxgb_common.h
621
static __inline unsigned int dack_ticks_to_usec(const adapter_t *adap,
sys/dev/pci/cxgb/cxgb_common.h
627
static __inline unsigned int is_pcie(const adapter_t *adap)
sys/dev/pci/cxgb/cxgb_common.h
632
void t3_set_reg_field(adapter_t *adap, unsigned int addr, u32 mask, u32 val);
sys/dev/pci/cxgb/cxgb_common.h
633
void t3_write_regs(adapter_t *adapter, const struct addr_val_pair *p, int n,
sys/dev/pci/cxgb/cxgb_common.h
635
int t3_wait_op_done_val(adapter_t *adapter, int reg, u32 mask, int polarity,
sys/dev/pci/cxgb/cxgb_common.h
638
static __inline int t3_wait_op_done(adapter_t *adapter, int reg, u32 mask,
sys/dev/pci/cxgb/cxgb_common.h
651
void t3_intr_enable(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_common.h
652
void t3_intr_disable(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_common.h
653
void t3_intr_clear(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_common.h
654
void t3_port_intr_enable(adapter_t *adapter, int idx);
sys/dev/pci/cxgb/cxgb_common.h
655
void t3_port_intr_disable(adapter_t *adapter, int idx);
sys/dev/pci/cxgb/cxgb_common.h
656
void t3_port_intr_clear(adapter_t *adapter, int idx);
sys/dev/pci/cxgb/cxgb_common.h
657
int t3_slow_intr_handler(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_common.h
658
int t3_phy_intr_handler(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_common.h
660
void t3_link_changed(adapter_t *adapter, int port_id);
sys/dev/pci/cxgb/cxgb_common.h
663
int t3_seeprom_read(adapter_t *adapter, u32 addr, u32 *data);
sys/dev/pci/cxgb/cxgb_common.h
664
int t3_seeprom_write(adapter_t *adapter, u32 addr, u32 data);
sys/dev/pci/cxgb/cxgb_common.h
665
int t3_seeprom_wp(adapter_t *adapter, int enable);
sys/dev/pci/cxgb/cxgb_common.h
666
int t3_read_flash(adapter_t *adapter, unsigned int addr, unsigned int nwords,
sys/dev/pci/cxgb/cxgb_common.h
668
int t3_get_tp_version(adapter_t *adapter, u32 *vers);
sys/dev/pci/cxgb/cxgb_common.h
669
int t3_check_tpsram_version(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_common.h
670
int t3_check_tpsram(adapter_t *adapter, const u8 *tp_ram, unsigned int size);
sys/dev/pci/cxgb/cxgb_common.h
671
int t3_load_fw(adapter_t *adapter, const u8 *fw_data, unsigned int size);
sys/dev/pci/cxgb/cxgb_common.h
672
int t3_get_fw_version(adapter_t *adapter, u32 *vers);
sys/dev/pci/cxgb/cxgb_common.h
673
int t3_check_fw_version(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_common.h
674
int t3_init_hw(adapter_t *adapter, u32 fw_params);
sys/dev/pci/cxgb/cxgb_common.h
675
void mac_prep(struct cmac *mac, adapter_t *adapter, int index);
sys/dev/pci/cxgb/cxgb_common.h
676
void early_hw_init(adapter_t *adapter, const struct adapter_info *ai);
sys/dev/pci/cxgb/cxgb_common.h
677
int t3_prep_adapter(adapter_t *adapter, const struct adapter_info *ai, int reset);
sys/dev/pci/cxgb/cxgb_common.h
678
void t3_led_ready(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_common.h
679
void t3_fatal_err(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_common.h
680
void t3_set_vlan_accel(adapter_t *adapter, unsigned int ports, int on);
sys/dev/pci/cxgb/cxgb_common.h
681
void t3_enable_filters(adapter_t *adap);
sys/dev/pci/cxgb/cxgb_common.h
682
void t3_config_rss(adapter_t *adapter, unsigned int rss_config, const u8 *cpus,
sys/dev/pci/cxgb/cxgb_common.h
684
int t3_read_rss(adapter_t *adapter, u8 *lkup, u16 *map);
sys/dev/pci/cxgb/cxgb_common.h
685
int t3_set_proto_sram(adapter_t *adap, const u8 *data);
sys/dev/pci/cxgb/cxgb_common.h
686
int t3_mps_set_active_ports(adapter_t *adap, unsigned int port_mask);
sys/dev/pci/cxgb/cxgb_common.h
687
void t3_port_failover(adapter_t *adapter, int port);
sys/dev/pci/cxgb/cxgb_common.h
688
void t3_failover_done(adapter_t *adapter, int port);
sys/dev/pci/cxgb/cxgb_common.h
689
void t3_failover_clear(adapter_t *adapter);
sys/dev/pci/cxgb/cxgb_common.h
690
int t3_cim_ctl_blk_read(adapter_t *adap, unsigned int addr, unsigned int n,
sys/dev/pci/cxgb/cxgb_common.h
708
void t3_mc5_prep(adapter_t *adapter, struct mc5 *mc5, int mode);
sys/dev/pci/cxgb/cxgb_common.h
716
int t3_tp_set_coalescing_size(adapter_t *adap, unsigned int size, int psh);
sys/dev/pci/cxgb/cxgb_common.h
717
void t3_tp_set_max_rxsize(adapter_t *adap, unsigned int size);
sys/dev/pci/cxgb/cxgb_common.h
718
void t3_tp_set_offload_mode(adapter_t *adap, int enable);
sys/dev/pci/cxgb/cxgb_common.h
719
void t3_tp_get_mib_stats(adapter_t *adap, struct tp_mib_stats *tps);
sys/dev/pci/cxgb/cxgb_common.h
720
void t3_load_mtus(adapter_t *adap, unsigned short mtus[NMTUS],
sys/dev/pci/cxgb/cxgb_common.h
723
void t3_read_hw_mtus(adapter_t *adap, unsigned short mtus[NMTUS]);
sys/dev/pci/cxgb/cxgb_common.h
724
void t3_get_cong_cntl_tab(adapter_t *adap,
sys/dev/pci/cxgb/cxgb_common.h
726
void t3_config_trace_filter(adapter_t *adapter, const struct trace_params *tp,
sys/dev/pci/cxgb/cxgb_common.h
728
int t3_config_sched(adapter_t *adap, unsigned int kbps, int sched);
sys/dev/pci/cxgb/cxgb_common.h
729
int t3_set_sched_ipg(adapter_t *adap, int sched, unsigned int ipg);
sys/dev/pci/cxgb/cxgb_common.h
730
void t3_get_tx_sched(adapter_t *adap, unsigned int sched, unsigned int *kbps,
sys/dev/pci/cxgb/cxgb_common.h
732
void t3_read_pace_tbl(adapter_t *adap, unsigned int pace_vals[NTX_SCHED]);
sys/dev/pci/cxgb/cxgb_common.h
733
void t3_set_pace_tbl(adapter_t *adap, unsigned int *pace_vals,
sys/dev/pci/cxgb/cxgb_common.h
737
void t3_sge_prep(adapter_t *adap, struct sge_params *p);
sys/dev/pci/cxgb/cxgb_common.h
738
void t3_sge_init(adapter_t *adap, struct sge_params *p);
sys/dev/pci/cxgb/cxgb_common.h
739
int t3_sge_init_ecntxt(adapter_t *adapter, unsigned int id, int gts_enable,
sys/dev/pci/cxgb/cxgb_common.h
743
int t3_sge_init_flcntxt(adapter_t *adapter, unsigned int id, int gts_enable,
sys/dev/pci/cxgb/cxgb_common.h
746
int t3_sge_init_rspcntxt(adapter_t *adapter, unsigned int id, int irq_vec_idx,
sys/dev/pci/cxgb/cxgb_common.h
749
int t3_sge_init_cqcntxt(adapter_t *adapter, unsigned int id, u64 base_addr,
sys/dev/pci/cxgb/cxgb_common.h
752
int t3_sge_enable_ecntxt(adapter_t *adapter, unsigned int id, int enable);
sys/dev/pci/cxgb/cxgb_common.h
753
int t3_sge_disable_fl(adapter_t *adapter, unsigned int id);
sys/dev/pci/cxgb/cxgb_common.h
754
int t3_sge_disable_rspcntxt(adapter_t *adapter, unsigned int id);
sys/dev/pci/cxgb/cxgb_common.h
755
int t3_sge_disable_cqcntxt(adapter_t *adapter, unsigned int id);
sys/dev/pci/cxgb/cxgb_common.h
756
int t3_sge_read_ecntxt(adapter_t *adapter, unsigned int id, u32 data[4]);
sys/dev/pci/cxgb/cxgb_common.h
757
int t3_sge_read_fl(adapter_t *adapter, unsigned int id, u32 data[4]);
sys/dev/pci/cxgb/cxgb_common.h
758
int t3_sge_read_cq(adapter_t *adapter, unsigned int id, u32 data[4]);
sys/dev/pci/cxgb/cxgb_common.h
759
int t3_sge_read_rspq(adapter_t *adapter, unsigned int id, u32 data[4]);
sys/dev/pci/cxgb/cxgb_common.h
760
int t3_sge_cqcntxt_op(adapter_t *adapter, unsigned int id, unsigned int op,
sys/dev/pci/cxgb/cxgb_common.h
763
int t3_elmr_blk_write(adapter_t *adap, int start, const u32 *vals, int n);
sys/dev/pci/cxgb/cxgb_common.h
764
int t3_elmr_blk_read(adapter_t *adap, int start, u32 *vals, int n);
sys/dev/pci/cxgb/cxgb_common.h
765
int t3_vsc7323_init(adapter_t *adap, int nports);
sys/dev/pci/cxgb/cxgb_common.h
766
int t3_vsc7323_set_speed_fc(adapter_t *adap, int speed, int fc, int port);
sys/dev/pci/cxgb/cxgb_common.h
767
int t3_vsc7323_set_mtu(adapter_t *adap, unsigned int mtu, int port);
sys/dev/pci/cxgb/cxgb_common.h
768
int t3_vsc7323_set_addr(adapter_t *adap, u8 addr[6], int port);
sys/dev/pci/cxgb/cxgb_common.h
769
int t3_vsc7323_enable(adapter_t *adap, int port, int which);
sys/dev/pci/cxgb/cxgb_common.h
770
int t3_vsc7323_disable(adapter_t *adap, int port, int which);
sys/dev/pci/cxgb/cxgb_common.h
773
void t3_mv88e1xxx_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_common.h
775
void t3_vsc8211_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_common.h
777
void t3_ael1002_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_common.h
779
void t3_ael1006_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_common.h
781
void t3_qt2045_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_common.h
783
void t3_xaui_direct_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_lro.c
324
t3_rx_eth_lro(adapter_t *adap, struct sge_rspq *rq, struct mbuf *m,
sys/dev/pci/cxgb/cxgb_lro.c
375
t3_lro_flush(adapter_t *adap, struct sge_qset *qs, struct lro_state *state)
sys/dev/pci/cxgb/cxgb_main.c
1070
bind_qsets(adapter_t *sc)
sys/dev/pci/cxgb/cxgb_main.c
1201
adapter_t *sc = p->adapter;
sys/dev/pci/cxgb/cxgb_main.c
1346
adapter_t *sc = p->adapter;
sys/dev/pci/cxgb/cxgb_main.c
1547
adapter_t *sc = data;
sys/dev/pci/cxgb/cxgb_main.c
1562
adapter_t *sc = (adapter_t *)arg;
sys/dev/pci/cxgb/cxgb_main.c
1580
check_link_status(adapter_t *sc)
sys/dev/pci/cxgb/cxgb_main.c
1631
adapter_t *sc = (adapter_t *)arg;
sys/dev/pci/cxgb/cxgb_main.c
1643
adapter_t *sc = (adapter_t *)arg;
sys/dev/pci/cxgb/cxgb_main.c
581
setup_sge_qsets(adapter_t *sc)
sys/dev/pci/cxgb/cxgb_main.c
614
cxgb_teardown_msix(adapter_t *sc)
sys/dev/pci/cxgb/cxgb_main.c
632
cxgb_setup_msix(adapter_t *sc, int msix_count)
sys/dev/pci/cxgb/cxgb_main.c
75
static int cxgb_setup_msix(adapter_t *, int);
sys/dev/pci/cxgb/cxgb_main.c
76
static void cxgb_teardown_msix(adapter_t *);
sys/dev/pci/cxgb/cxgb_main.c
839
t3_os_find_pci_capability(adapter_t *sc, int cap)
sys/dev/pci/cxgb/cxgb_main.c
87
static int setup_sge_qsets(adapter_t *);
sys/dev/pci/cxgb/cxgb_main.c
903
t3_os_link_changed(adapter_t *adapter, int port_id, int link_status, int speed,
sys/dev/pci/cxgb/cxgb_main.c
927
t3_os_ext_intr_handler(adapter_t *sc)
sys/dev/pci/cxgb/cxgb_main.c
93
static void setup_rss(adapter_t *sc);
sys/dev/pci/cxgb/cxgb_main.c
947
t3_os_set_hw_addr(adapter_t *adapter, int port_idx, u8 hw_addr[])
sys/dev/pci/cxgb/cxgb_main.c
998
setup_rss(adapter_t *adap)
sys/dev/pci/cxgb/cxgb_mc5.c
106
static inline void dbgi_wr_addr3(adapter_t *adapter, u32 v1, u32 v2, u32 v3)
sys/dev/pci/cxgb/cxgb_mc5.c
113
static inline void dbgi_wr_data3(adapter_t *adapter, u32 v1, u32 v2, u32 v3)
sys/dev/pci/cxgb/cxgb_mc5.c
120
static inline void dbgi_rd_rsp3(adapter_t *adapter, u32 *v1, u32 *v2, u32 *v3)
sys/dev/pci/cxgb/cxgb_mc5.c
132
static int mc5_write(adapter_t *adapter, u32 addr_lo, u32 cmd)
sys/dev/pci/cxgb/cxgb_mc5.c
146
adapter_t *adap = mc5->adapter;
sys/dev/pci/cxgb/cxgb_mc5.c
194
adapter_t *adap = mc5->adapter;
sys/dev/pci/cxgb/cxgb_mc5.c
258
adapter_t *adap = mc5->adapter;
sys/dev/pci/cxgb/cxgb_mc5.c
339
adapter_t *adap = mc5->adapter;
sys/dev/pci/cxgb/cxgb_mc5.c
401
adapter_t *adap = mc5->adapter;
sys/dev/pci/cxgb/cxgb_mc5.c
433
adapter_t *adap = mc5->adapter;
sys/dev/pci/cxgb/cxgb_mc5.c
465
void __devinit t3_mc5_prep(adapter_t *adapter, struct mc5 *mc5, int mode)
sys/dev/pci/cxgb/cxgb_mc5.c
99
static int mc5_cmd_write(adapter_t *adapter, u32 cmd)
sys/dev/pci/cxgb/cxgb_mv88e1xxx.c
292
void t3_mv88e1xxx_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_offload.c
1336
add_adapter(adapter_t *adap)
sys/dev/pci/cxgb/cxgb_offload.c
1344
remove_adapter(adapter_t *adap)
sys/dev/pci/cxgb/cxgb_offload.c
190
get_iff_from_mac(adapter_t *adapter, const uint8_t *mac, unsigned int vlan)
sys/dev/pci/cxgb/cxgb_offload.c
215
failover_fixup(adapter_t *adapter, int port)
sys/dev/pci/cxgb/cxgb_offload.c
236
cxgb_ulp_iscsi_ctl(adapter_t *adapter, unsigned int req, void *data)
sys/dev/pci/cxgb/cxgb_offload.c
273
cxgb_rdma_ctl(adapter_t *adapter, unsigned int req, void *data)
sys/dev/pci/cxgb/cxgb_osdep.c
201
adapter_t *sc = (adapter_t *)dev;
sys/dev/pci/cxgb/cxgb_sge.c
1033
check_ring_tx_db(adapter_t *adap, struct sge_txq *q)
sys/dev/pci/cxgb/cxgb_sge.c
1156
adapter_t *sc;
sys/dev/pci/cxgb/cxgb_sge.c
1350
check_desc_avail(adapter_t *adap, struct sge_txq *q,
sys/dev/pci/cxgb/cxgb_sge.c
1417
ctrl_xmit(adapter_t *adap, struct sge_txq *q, struct mbuf *m)
sys/dev/pci/cxgb/cxgb_sge.c
1469
adapter_t *adap = qs->port->adapter;
sys/dev/pci/cxgb/cxgb_sge.c
1519
t3_free_qset(adapter_t *sc, struct sge_qset *q)
sys/dev/pci/cxgb/cxgb_sge.c
1577
t3_free_sge_resources(adapter_t *sc)
sys/dev/pci/cxgb/cxgb_sge.c
1596
t3_sge_start(adapter_t *sc)
sys/dev/pci/cxgb/cxgb_sge.c
1615
t3_sge_stop(adapter_t *sc)
sys/dev/pci/cxgb/cxgb_sge.c
170
static void t3_free_qset(adapter_t *sc, struct sge_qset *q);
sys/dev/pci/cxgb/cxgb_sge.c
1715
write_ofld_wr(adapter_t *adap, struct mbuf *m,
sys/dev/pci/cxgb/cxgb_sge.c
1784
ofld_xmit(adapter_t *adap, struct sge_txq *q, struct mbuf *m)
sys/dev/pci/cxgb/cxgb_sge.c
1850
adapter_t *adap = qs->port->adapter;
sys/dev/pci/cxgb/cxgb_sge.c
1941
adapter_t *adap = tdev2adap(tdev);
sys/dev/pci/cxgb/cxgb_sge.c
1983
t3_sge_alloc_qset(adapter_t *sc, u_int id, int nports, int irq_vec_idx,
sys/dev/pci/cxgb/cxgb_sge.c
2200
get_packet(adapter_t *adap, unsigned int drop_thres, struct sge_qset *qs,
sys/dev/pci/cxgb/cxgb_sge.c
226
t3_sge_init(adapter_t *adap, struct sge_params *p)
sys/dev/pci/cxgb/cxgb_sge.c
2267
get_packet(adapter_t *adap, unsigned int drop_thres, struct sge_qset *qs,
sys/dev/pci/cxgb/cxgb_sge.c
2365
check_ring_db(adapter_t *adap, struct sge_qset *qs,
sys/dev/pci/cxgb/cxgb_sge.c
2387
process_responses(adapter_t *adap, struct sge_qset *qs, int budget)
sys/dev/pci/cxgb/cxgb_sge.c
2534
process_responses_gts(adapter_t *adap, struct sge_rspq *rq)
sys/dev/pci/cxgb/cxgb_sge.c
2563
adapter_t *adap = data;
sys/dev/pci/cxgb/cxgb_sge.c
2593
adapter_t *adap = data;
sys/dev/pci/cxgb/cxgb_sge.c
2613
adapter_t *adap = qs->port->adapter;
sys/dev/pci/cxgb/cxgb_sge.c
280
get_imm_packet(adapter_t *sc, const struct rsp_desc *resp, struct t3_mbuf_hdr *mh)
sys/dev/pci/cxgb/cxgb_sge.c
320
get_imm_packet(adapter_t *sc, const struct rsp_desc *resp, struct mbuf *m, void *cl, uint32_t flags)
sys/dev/pci/cxgb/cxgb_sge.c
361
t3_sge_err_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_sge.c
385
t3_sge_prep(adapter_t *adap, struct sge_params *p)
sys/dev/pci/cxgb/cxgb_sge.c
413
t3_sge_alloc(adapter_t *sc)
sys/dev/pci/cxgb/cxgb_sge.c
460
refill_fl(adapter_t *sc, struct sge_fl *q, int n)
sys/dev/pci/cxgb/cxgb_sge.c
529
free_rx_bufs(adapter_t *sc, struct sge_fl *q)
sys/dev/pci/cxgb/cxgb_sge.c
550
__refill_fl(adapter_t *adap, struct sge_fl *fl)
sys/dev/pci/cxgb/cxgb_sge.c
566
recycle_rx_buf(adapter_t *adap, struct sge_fl *q, unsigned int idx)
sys/dev/pci/cxgb/cxgb_sge.c
588
alloc_ring(adapter_t *sc, size_t nelem, size_t elem_size, size_t sw_size,
sys/dev/pci/cxgb/cxgb_sge.c
642
adapter_t *sc = arg;
sys/dev/pci/cxgb/cxgb_sge.c
680
adapter_t *sc = arg;
sys/dev/pci/cxgb/cxgb_sge.c
722
t3_sge_init_adapter(adapter_t *sc)
sys/dev/pci/cxgb/cxgb_sge.c
745
t3_sge_deinit_sw(adapter_t *sc)
sys/dev/pci/cxgb/cxgb_sge.c
760
refill_rspq(adapter_t *sc, const struct sge_rspq *q, u_int credits)
sys/dev/pci/cxgb/cxgb_sge.c
813
adapter_t *sc = p->adapter;
sys/dev/pci/cxgb/cxgb_t3_hw.c
1001
static int t3_flash_erase_sectors(adapter_t *adapter, int start, int end)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1027
int t3_load_fw(adapter_t *adapter, const u8 *fw_data, unsigned int size)
sys/dev/pci/cxgb/cxgb_t3_hw.c
106
void t3_set_reg_field(adapter_t *adapter, unsigned int addr, u32 mask, u32 val)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1082
int t3_cim_ctl_blk_read(adapter_t *adap, unsigned int addr, unsigned int n,
sys/dev/pci/cxgb/cxgb_t3_hw.c
1109
void t3_link_changed(adapter_t *adapter, int port_id)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1197
void t3_set_vlan_accel(adapter_t *adapter, unsigned int ports, int on)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1226
static int t3_handle_intr_status(adapter_t *adapter, unsigned int reg,
sys/dev/pci/cxgb/cxgb_t3_hw.c
126
static void t3_read_indirect(adapter_t *adap, unsigned int addr_reg,
sys/dev/pci/cxgb/cxgb_t3_hw.c
1296
static void pci_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1332
static void pcie_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1362
static void tp_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1379
static void cim_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1405
static void ulprx_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1420
static void ulptx_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1447
static void pmtx_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1477
static void pmrx_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1498
static void cplsw_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1517
static void mps_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1536
adapter_t *adapter = mc7->adapter;
sys/dev/pci/cxgb/cxgb_t3_hw.c
154
adapter_t *adap = mc7->adapter;
sys/dev/pci/cxgb/cxgb_t3_hw.c
1587
static int mac_intr_handler(adapter_t *adap, unsigned int idx)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1624
int t3_phy_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1660
int t3_slow_intr_handler(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1720
void t3_intr_enable(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1772
void t3_intr_disable(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1785
void t3_intr_clear(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1828
void t3_port_intr_enable(adapter_t *adapter, int idx)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1844
void t3_port_intr_disable(adapter_t *adapter, int idx)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1860
void t3_port_intr_clear(adapter_t *adapter, int idx)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1879
static int t3_sge_write_context(adapter_t *adapter, unsigned int id,
sys/dev/pci/cxgb/cxgb_t3_hw.c
1909
int t3_sge_init_ecntxt(adapter_t *adapter, unsigned int id, int gts_enable,
sys/dev/pci/cxgb/cxgb_t3_hw.c
1952
int t3_sge_init_flcntxt(adapter_t *adapter, unsigned int id, int gts_enable,
sys/dev/pci/cxgb/cxgb_t3_hw.c
198
static void mi1_init(adapter_t *adap, const struct adapter_info *ai)
sys/dev/pci/cxgb/cxgb_t3_hw.c
1991
int t3_sge_init_rspcntxt(adapter_t *adapter, unsigned int id, int irq_vec_idx,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2030
int t3_sge_init_cqcntxt(adapter_t *adapter, unsigned int id, u64 base_addr,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2061
int t3_sge_enable_ecntxt(adapter_t *adapter, unsigned int id, int enable)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2085
int t3_sge_disable_fl(adapter_t *adapter, unsigned int id)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2109
int t3_sge_disable_rspcntxt(adapter_t *adapter, unsigned int id)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2133
int t3_sge_disable_cqcntxt(adapter_t *adapter, unsigned int id)
sys/dev/pci/cxgb/cxgb_t3_hw.c
214
static int mi1_read(adapter_t *adapter, int phy_addr, int mmd_addr,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2163
int t3_sge_cqcntxt_op(adapter_t *adapter, unsigned int id, unsigned int op,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2203
static int t3_sge_read_context(unsigned int type, adapter_t *adapter,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2230
int t3_sge_read_ecntxt(adapter_t *adapter, unsigned int id, u32 data[4])
sys/dev/pci/cxgb/cxgb_t3_hw.c
2246
int t3_sge_read_cq(adapter_t *adapter, unsigned int id, u32 data[4])
sys/dev/pci/cxgb/cxgb_t3_hw.c
2262
int t3_sge_read_fl(adapter_t *adapter, unsigned int id, u32 data[4])
sys/dev/pci/cxgb/cxgb_t3_hw.c
2278
int t3_sge_read_rspq(adapter_t *adapter, unsigned int id, u32 data[4])
sys/dev/pci/cxgb/cxgb_t3_hw.c
2297
void t3_config_rss(adapter_t *adapter, unsigned int rss_config, const u8 *cpus,
sys/dev/pci/cxgb/cxgb_t3_hw.c
233
static int mi1_write(adapter_t *adapter, int phy_addr, int mmd_addr,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2333
int t3_read_rss(adapter_t *adapter, u8 *lkup, u16 *map)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2368
void t3_tp_set_offload_mode(adapter_t *adap, int enable)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2384
static void tp_wr_bits_indirect(adapter_t *adap, unsigned int addr,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2398
void t3_enable_filters(adapter_t *adap)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2467
static void partition_mem(adapter_t *adap, const struct tp_params *p)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2525
static inline void tp_wr_indirect(adapter_t *adap, unsigned int addr, u32 val)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2531
static void tp_config(adapter_t *adap, const struct tp_params *p)
sys/dev/pci/cxgb/cxgb_t3_hw.c
259
static int mi1_ext_read(adapter_t *adapter, int phy_addr, int mmd_addr,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2601
static void tp_set_timers(adapter_t *adap, unsigned int core_clk)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2647
int t3_tp_set_coalescing_size(adapter_t *adap, unsigned int size, int psh)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2677
void t3_tp_set_max_rxsize(adapter_t *adap, unsigned int size)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2767
void t3_load_mtus(adapter_t *adap, unsigned short mtus[NMTUS],
sys/dev/pci/cxgb/cxgb_t3_hw.c
2806
void t3_read_hw_mtus(adapter_t *adap, unsigned short mtus[NMTUS])
sys/dev/pci/cxgb/cxgb_t3_hw.c
281
static int mi1_ext_write(adapter_t *adapter, int phy_addr, int mmd_addr,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2827
void t3_get_cong_cntl_tab(adapter_t *adap,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2848
void t3_tp_get_mib_stats(adapter_t *adap, struct tp_mib_stats *tps)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2861
void t3_read_pace_tbl(adapter_t *adap, unsigned int pace_vals[NTX_SCHED])
sys/dev/pci/cxgb/cxgb_t3_hw.c
2880
void t3_set_pace_tbl(adapter_t *adap, unsigned int *pace_vals,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2901
static void ulp_config(adapter_t *adap, const struct tp_params *p)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2923
int t3_set_proto_sram(adapter_t *adap, const u8 *data)
sys/dev/pci/cxgb/cxgb_t3_hw.c
2953
void t3_config_trace_filter(adapter_t *adapter, const struct trace_params *tp,
sys/dev/pci/cxgb/cxgb_t3_hw.c
2993
int t3_config_sched(adapter_t *adap, unsigned int kbps, int sched)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3037
int t3_set_sched_ipg(adapter_t *adap, int sched, unsigned int ipg)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3067
void t3_get_tx_sched(adapter_t *adap, unsigned int sched, unsigned int *kbps,
sys/dev/pci/cxgb/cxgb_t3_hw.c
3105
static int tp_init(adapter_t *adap, const struct tp_params *p)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3133
int t3_mps_set_active_ports(adapter_t *adap, unsigned int port_mask)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3150
static void chan_init_hw(adapter_t *adap, unsigned int chan_map)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3187
static int calibrate_xgm(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3214
static void calibrate_xgm_t3b(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3244
static int wrreg_wait(adapter_t *adapter, unsigned int addr, u32 val)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3269
adapter_t *adapter = mc7->adapter;
sys/dev/pci/cxgb/cxgb_t3_hw.c
3369
static void config_pcie(adapter_t *adap)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3434
int t3_init_hw(adapter_t *adapter, u32 fw_params)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3507
static void __devinit get_pci_mode(adapter_t *adapter, struct pci_params *p)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3582
static void __devinit mc7_prep(adapter_t *adapter, struct mc7 *mc7,
sys/dev/pci/cxgb/cxgb_t3_hw.c
3595
void mac_prep(struct cmac *mac, adapter_t *adapter, int index)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3625
void early_hw_init(adapter_t *adapter, const struct adapter_info *ai)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3657
static int t3_reset_adapter(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3695
int __devinit t3_prep_adapter(adapter_t *adapter,
sys/dev/pci/cxgb/cxgb_t3_hw.c
3803
void t3_led_ready(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3809
void t3_port_failover(adapter_t *adapter, int port)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3818
void t3_failover_done(adapter_t *adapter, int port)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3824
void t3_failover_clear(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
549
int t3_seeprom_read(adapter_t *adapter, u32 addr, u32 *data)
sys/dev/pci/cxgb/cxgb_t3_hw.c
58
int t3_wait_op_done_val(adapter_t *adapter, int reg, u32 mask, int polarity,
sys/dev/pci/cxgb/cxgb_t3_hw.c
582
int t3_seeprom_write(adapter_t *adapter, u32 addr, u32 data)
sys/dev/pci/cxgb/cxgb_t3_hw.c
614
int t3_seeprom_wp(adapter_t *adapter, int enable)
sys/dev/pci/cxgb/cxgb_t3_hw.c
634
static int get_vpd_params(adapter_t *adapter, struct vpd_params *p)
sys/dev/pci/cxgb/cxgb_t3_hw.c
711
static int sf1_read(adapter_t *adapter, unsigned int byte_cnt, int cont,
sys/dev/pci/cxgb/cxgb_t3_hw.c
738
static int sf1_write(adapter_t *adapter, unsigned int byte_cnt, int cont,
sys/dev/pci/cxgb/cxgb_t3_hw.c
759
static int flash_wait_op(adapter_t *adapter, int attempts, int delay)
sys/dev/pci/cxgb/cxgb_t3_hw.c
790
int t3_read_flash(adapter_t *adapter, unsigned int addr, unsigned int nwords,
sys/dev/pci/cxgb/cxgb_t3_hw.c
824
static int t3_write_flash(adapter_t *adapter, unsigned int addr,
sys/dev/pci/cxgb/cxgb_t3_hw.c
869
int t3_get_tp_version(adapter_t *adapter, u32 *vers)
sys/dev/pci/cxgb/cxgb_t3_hw.c
87
void t3_write_regs(adapter_t *adapter, const struct addr_val_pair *p, int n,
sys/dev/pci/cxgb/cxgb_t3_hw.c
890
int t3_check_tpsram_version(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_t3_hw.c
927
int t3_check_tpsram(adapter_t *adapter, const u8 *tp_sram, unsigned int size)
sys/dev/pci/cxgb/cxgb_t3_hw.c
957
int t3_get_fw_version(adapter_t *adapter, u32 *vers)
sys/dev/pci/cxgb/cxgb_t3_hw.c
969
int t3_check_fw_version(adapter_t *adapter)
sys/dev/pci/cxgb/cxgb_vsc7323.c
117
int t3_vsc7323_init(adapter_t *adap, int nports)
sys/dev/pci/cxgb/cxgb_vsc7323.c
199
int t3_vsc7323_set_speed_fc(adapter_t *adap, int speed, int fc, int port)
sys/dev/pci/cxgb/cxgb_vsc7323.c
230
int t3_vsc7323_set_mtu(adapter_t *adap, unsigned int mtu, int port)
sys/dev/pci/cxgb/cxgb_vsc7323.c
235
int t3_vsc7323_set_addr(adapter_t *adap, u8 addr[6], int port)
sys/dev/pci/cxgb/cxgb_vsc7323.c
247
int t3_vsc7323_enable(adapter_t *adap, int port, int which)
sys/dev/pci/cxgb/cxgb_vsc7323.c
265
int t3_vsc7323_disable(adapter_t *adap, int port, int which)
sys/dev/pci/cxgb/cxgb_vsc7323.c
57
int t3_elmr_blk_write(adapter_t *adap, int start, const u32 *vals, int n)
sys/dev/pci/cxgb/cxgb_vsc7323.c
75
static int elmr_write(adapter_t *adap, int addr, u32 val)
sys/dev/pci/cxgb/cxgb_vsc7323.c
80
int t3_elmr_blk_read(adapter_t *adap, int start, u32 *vals, int n)
sys/dev/pci/cxgb/cxgb_vsc8211.c
247
void t3_vsc8211_phy_prep(struct cphy *phy, adapter_t *adapter, int phy_addr,
sys/dev/pci/cxgb/cxgb_xgmac.c
107
adapter_t *adap = mac->adapter;
sys/dev/pci/cxgb/cxgb_xgmac.c
171
adapter_t *adap = mac->adapter;
sys/dev/pci/cxgb/cxgb_xgmac.c
304
adapter_t *adap = mac->adapter;
sys/dev/pci/cxgb/cxgb_xgmac.c
351
adapter_t *adap = mac->adapter;
sys/dev/pci/cxgb/cxgb_xgmac.c
425
adapter_t *adap = mac->adapter;
sys/dev/pci/cxgb/cxgb_xgmac.c
472
adapter_t *adap = mac->adapter;
sys/dev/pci/cxgb/cxgb_xgmac.c
510
adapter_t *adap = mac->adapter;
sys/dev/pci/cxgb/cxgb_xgmac.c
541
adapter_t *adap = mac->adapter;
sys/dev/pci/cxgb/cxgb_xgmac.c
62
adapter_t *adap = mac->adapter;