/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.c | 6 int t4_memory_rw(struct adapter *adap, int win, in t4_memory_rw() 38 int t4_wr_mbox_ns(struct adapter *adap, int mbox, const void *cmd, in t4_wr_mbox_ns() 44 int t4_wr_mbox_timeout(struct adapter *adap, int mbox, in t4_wr_mbox_timeout() 52 unsigned int dack_ticks_to_usec(const struct adapter *adap, in dack_ticks_to_usec() 58 unsigned int us_to_core_ticks(const struct adapter *adap, in us_to_core_ticks() 64 int is_offload(const struct adapter *adap) in is_offload() 115 int t4_wr_mbox(struct adapter *adap, int mbox, const void *cmd, in t4_wr_mbox() 121 unsigned int core_ticks_per_usec(const struct adapter *adap) in core_ticks_per_usec()
|
H A D | t4_hw.c | 103 void t4_read_indirect(struct adapter *adap, unsigned int addr_reg, in t4_read_indirect() 126 void t4_write_indirect(struct adapter *adap, unsigned int addr_reg, in t4_write_indirect() 146 void t4_hw_pci_read_cfg4(struct adapter *adap, int reg, u32 *val) in t4_hw_pci_read_cfg4() 177 static void t4_report_fw_error(struct adapter *adap) in t4_report_fw_error() 202 static void get_mbox_rpl(struct adapter *adap, __be64 *rpl, int nflit, in get_mbox_rpl() 212 static void fw_asrt(struct adapter *adap, struct fw_debug_cmd *asrt) in fw_asrt() 340 int t4_wr_mbox_meat_timeout(struct adapter *adap, int mbox, const void *cmd, in t4_wr_mbox_meat_timeout() 563 static int t4_wr_mbox_meat_timeout_panic(struct adapter *adap, int mbox, in t4_wr_mbox_meat_timeout_panic() 692 int t4_wr_mbox_meat(struct adapter *adap, int mbox, const void *cmd, int size, in t4_wr_mbox_meat() 706 static int t4_edc_err_read(struct adapter *adap, int idx) in t4_edc_err_read() [all …]
|
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | mc5.c | 218 adapter_t *adap = mc5->adapter; in init_mask_data_array() local 251 adapter_t *adap = mc5->adapter; in init_lara7000() local 316 adapter_t *adap = mc5->adapter; in init_idt52100() local 407 adapter_t *adap = mc5->adapter; in t1_mc5_init() local 466 adapter_t *adap = mc5->adapter; in t1_read_mc5_range() local 562 adapter_t *adap = mc5->adapter; in t1_mc5_intr_handler() local
|
H A D | tp.c | 89 static unsigned int tp_delayed_ack_ticks(adapter_t *adap, unsigned int tp_clk) in tp_delayed_ack_ticks() 96 static unsigned int t1_tp_ticks_per_sec(adapter_t *adap, unsigned int tp_clk) in t1_tp_ticks_per_sec() 159 void t1_tp_get_mib_statistics(adapter_t *adap, struct tp_mib_statistics *tps) in t1_tp_get_mib_statistics()
|
H A D | common.h | 216 #define t1_is_T1B(adap) adapter_matches_type(adap, CHBT_TERM_T1, TERM_T1B) argument 217 #define is_T2(adap) adapter_matches_type(adap, CHBT_TERM_T2, TERM_T2) argument 231 static inline unsigned int core_ticks_per_usec(const adapter_t *adap) in core_ticks_per_usec()
|
H A D | mc4.c | 299 adapter_t *adap = mc4->adapter; in t1_mc4_bd_read() local
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | cudbg_flash_utils.c | 170 struct adapter *adap = cudbg_init->adap; in cudbg_write_flash() local 260 write_flash(struct adapter *adap, u32 start_sec, void *data, u32 size) in write_flash() 348 struct adapter *adap = cudbg_init->adap; in cudbg_read_flash() local 485 read_flash(struct adapter *adap, u32 start_sec , void *data, u32 size, in read_flash()
|
H A D | adapter.h | 606 static inline void t4_mbox_list_add(struct adapter *adap, in t4_mbox_list_add() 614 static inline void t4_mbox_list_del(struct adapter *adap, in t4_mbox_list_del() 623 t4_mbox_list_first_entry(struct adapter *adap) in t4_mbox_list_first_entry() 798 static inline unsigned int t4_use_ldst(struct adapter *adap) in t4_use_ldst() 803 static inline void t4_db_full(struct adapter *adap) {} in t4_db_full() 804 static inline void t4_db_dropped(struct adapter *adap) {} in t4_db_dropped()
|
H A D | cudbg.h | 368 void *adap; member 395 struct adapter *adap; /* Pointer to adapter structure member
|
H A D | cudbg_lib.c | 234 struct adapter *adap = cudbg_init->adap; in wr_entity_to_flash() local
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | oschtoe.h | 184 #define t1_is_T1A(adap) adapter_matches_type(adap, CHBT_TERM_T1, TERM_T1A) argument 185 #define t1_is_T1B(adap) adapter_matches_type(adap, CHBT_TERM_T1, TERM_T1B) argument 186 #define t1_is_T1C(adap) adapter_matches_type(adap, CHBT_TERM_T1, TERM_T1C) argument
|
H A D | sge.h | 63 #define t1_is_T1B(adap) adapter_matches_type(adap, CHBT_TERM_T1, TERM_T1B) argument 64 #define t1_is_T1C(adap) adapter_matches_type(adap, CHBT_TERM_T1, TERM_T1C) argument
|
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/ |
H A D | osdep.h | 42 #define CH_DUMP_MBOX(adap, mbox, data_reg, size) do {} while (0) argument
|