Home
last modified time | relevance | path

Searched defs:adap (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.c6 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 Dt4_hw.c177 static void t4_report_fw_error(struct adapter *adap) in t4_report_fw_error()
3880 int t4_check_fw_version(struct adapter *adap) in t4_check_fw_version()
4320 int t4_load_phy_fw(struct adapter *adap, in t4_load_phy_fw()
4967 static void le_intr_handler(struct adapter *adap) in le_intr_handler()
5163 static void smb_intr_handler(struct adapter *adap) in smb_intr_handler()
5179 static void ncsi_intr_handler(struct adapter *adap) in ncsi_intr_handler()
5265 static void pl_intr_handler(struct adapter *adap) in pl_intr_handler()
11393 int t5_fw_init_extern_mem(struct adapter *adap) in t5_fw_init_extern_mem()
11567 int t4_erase_sf(struct adapter *adap) in t4_erase_sf()
12205 int t4_configure_add_smac(struct adapter *adap) in t4_configure_add_smac()
[all …]
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc5.c218 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 Dtp.c89 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 Dcommon.h216 #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 Dmc4.c299 adapter_t *adap = mc4->adapter; in t1_mc4_bd_read() local
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_flash_utils.c170 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 Dadapter.h664 static inline void t4_mbox_list_add(struct adapter *adap, in t4_mbox_list_add()
672 static inline void t4_mbox_list_del(struct adapter *adap, in t4_mbox_list_del()
681 t4_mbox_list_first_entry(struct adapter *adap) in t4_mbox_list_first_entry()
872 static inline unsigned int t4_use_ldst(struct adapter *adap) in t4_use_ldst()
878 static inline void t4_db_full(struct adapter *adap) {} in t4_db_full()
879 static inline void t4_db_dropped(struct adapter *adap) {} in t4_db_dropped()
H A Dcudbg.h368 void *adap; member
395 struct adapter *adap; /* Pointer to adapter structure member
H A Dosdep.h54 #define CH_DUMP_MBOX(adap, mbox, data_reg, size) argument
H A Dcudbg_lib.c234 struct adapter *adap = cudbg_init->adap; in wr_entity_to_flash() local
/illumos-gate/usr/src/uts/common/io/chxge/
H A Doschtoe.h184 #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 Dsge.h63 #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