/titanic_44/usr/src/uts/common/io/chxge/com/ |
H A D | mc5.c | 135 unsigned int t1_mc5_get_tcam_size(struct pemc5 *mc5) in t1_mc5_get_tcam_size() argument 137 return mc5->tcam_size; in t1_mc5_get_tcam_size() 140 static int set_tcam_rtbl_base(struct pemc5 *mc5, unsigned int rtbl_base) in set_tcam_rtbl_base() argument 142 if (rtbl_base >= t1_mc5_get_tcam_size(mc5)) return -1; in set_tcam_rtbl_base() 143 t1_write_reg_4(mc5->adapter, A_MC5_ROUTING_TABLE_INDEX, rtbl_base); in set_tcam_rtbl_base() 147 unsigned int t1_mc5_get_tcam_rtbl_base(struct pemc5 *mc5) in t1_mc5_get_tcam_rtbl_base() argument 149 return t1_read_reg_4(mc5->adapter, A_MC5_ROUTING_TABLE_INDEX); in t1_mc5_get_tcam_rtbl_base() 152 unsigned int t1_mc5_get_tcam_rtbl_size(struct pemc5 *mc5) in t1_mc5_get_tcam_rtbl_size() argument 154 unsigned int tcam_size = t1_mc5_get_tcam_size(mc5); in t1_mc5_get_tcam_rtbl_size() 155 unsigned int tcam_rtable_base = t1_mc5_get_tcam_rtbl_base(mc5); in t1_mc5_get_tcam_rtbl_size() [all …]
|
H A D | mc5.h | 61 int t1_mc5_init(struct pemc5 *mc5, unsigned int nservers, 63 void t1_mc5_destroy(struct pemc5 *mc5); 65 int t1_read_mc5_range(struct pemc5 *mc5, unsigned int start, 67 const struct pemc5_intr_counts *t1_mc5_get_intr_counts(struct pemc5 *mc5); 69 void t1_mc5_intr_enable(struct pemc5 *mc5); 70 void t1_mc5_intr_disable(struct pemc5 *mc5); 71 void t1_mc5_intr_clear(struct pemc5 *mc5); 72 void t1_mc5_intr_handler(struct pemc5 *mc5); 74 void t1_mc5_lip_write_entries(struct pemc5 *mc5); 75 int t1_mc5_lip_add_entry(struct pemc5 *mc5, u32 lip); [all …]
|
H A D | ch_subr.c | 244 t1_mc5_intr_handler(adapter->mc5); in fpga_slow_intr() 994 t1_mc5_intr_enable(adapter->mc5); in t1_interrupts_enable() 1037 t1_mc5_intr_disable(adapter->mc5); in t1_interrupts_disable() 1074 t1_mc5_intr_clear(adapter->mc5); in t1_interrupts_clear() 1123 (void) t1_mc5_intr_handler(adapter->mc5); in asic_slow_intr() 1243 if (adapter->mc5 && t1_mc5_init(adapter->mc5, in t1_init_hw_modules() 1244 adapter->params.mc5.nservers, in t1_init_hw_modules() 1245 adapter->params.mc5.nroutes, 1, 0)) in t1_init_hw_modules() 1323 if (adapter->mc5) in t1_free_sw_modules() 1324 t1_mc5_destroy(adapter->mc5); in t1_free_sw_modules() [all …]
|
H A D | common.h | 129 struct mc5_params mc5; member
|
/titanic_44/usr/src/uts/common/io/chxge/ |
H A D | ch.h | 203 struct pemc5 *mc5; member
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | terminfo.src | 380 mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 578 kich1=\E[L, mc4=\E[4i, mc5=\E[5i, nel=\r\E[S, 2285 lf2=pf2, lf3=pf3, lf4=pf4, mc0=\E[0i, mc4=\E[4i, mc5=\E[5i, 2442 mc5=\E[5i, nel=\EE, rc=\E8, rev=\E[7m, ri=\EM, 2472 lf2=pf2, lf3=pf3, lf4=pf4, mc0=\233i, mc4=\2334i, mc5=\2335i, 2571 mc5=\E[?5i, nel=\EE, rc=\E8, rev=\E[7m, 3248 mc0=\E[i, mc4=\E[4i, mc5=\E[5i, rmcup=\E[?1047l\E[?1048l, 3473 kmous=\E[M, mc0=\E[i, mc4=\E[4i, mc5=\E[5i, meml=\El, 3598 knp=\2336~, kpp=\2335~, mc0=\233i, mc4=\2334i, mc5=\2335i, 4367 mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, [all …]
|
H A D | termcap.src | 6913 # Extension print mode (<mc5>) echoes all characters to the printer 6916 # definition for <mc5> but I don't expect it to cause problems. We 7480 # The :cd:/:k0:/:k1:/:kh:/<mc4>, and <mc5> caps are from BRL, which says: 10900 # The <mc5> sequence changes the escape character to ^^ so that 11170 # and mc5= should use the \E[?4i and \E[?5i strings instead). 18872 # PN start_print mc5
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | caps | 256 prtr_on, "mc5" "po" Turn on the printer
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 261 prtr_on mc5 po str Turn on the printer
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 261 prtr_on mc5 po str Turn on the printer
|
/titanic_44/usr/src/uts/common/ |
H A D | Makefile.files | 1869 CH_COM_OBJS = ch_mac.o ch_subr.o cspi.o espi.o ixf1010.o mc3.o mc4.o mc5.o \
|