Searched refs:smt (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/drivers/net/fddi/skfp/
H A Dsmtdef.c76 struct smt_config *smt ; local
87 smt = &smc->s ;
88 smt->attach_s = 0 ;
89 smt->build_ring_map = 1 ;
90 smt->sas = SMT_DAS ;
91 smt->numphys = NUMPHYS ;
92 smt->pcm_tb_min = DEFAULT_TB_MIN ;
93 smt->pcm_tb_max = DEFAULT_TB_MAX ;
94 smt->pcm_c_min = DEFAULT_C_MIN ;
95 smt
[all...]
H A DMakefile8 skfp-objs := skfddi.o hwmtm.o fplustm.o smt.o cfm.o \
H A Dsrf.c363 struct smt_header *smt ; local
383 smt = smtod(mb, struct smt_header *) ;
384 smt->smt_dest = SMT_SRF_DA ; /* DA == SRF multicast */
392 pcon.pc_p = (void *) (smt + 1) ; /* paras start here */
403 smt->smt_len = SMT_MAX_INFO_LEN - pcon.pc_len ;
404 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ;
406 DB_SMT("SRF: sending SRF at %p, len %d", smt, mb->sm_len);
410 dump_smt(smc,smt,"SRF Send") ;
H A Dsmt.c869 * smt header length is included in sm_len
876 rdf->smt.smt_tid = sm->smt_tid ; /* use TID from sm */
877 rdf->smt.smt_dest = sm->smt_source ; /* set dest = source */
914 rdf->smt.smt_len += len ;
943 nif->smt.smt_dest = *dest ; /* destination address */
944 nif->smt.smt_tid = tid ; /* transaction ID */
1006 ecf->smt.smt_dest = *dest ; /* destination address */
1007 ecf->smt.smt_tid = tid ; /* transaction ID */
1038 sif->smt.smt_dest = *dest ; /* destination address */
1039 sif->smt
1101 struct smt_header *smt ; local
1135 struct smt_header *smt ; local
[all...]
H A Dpmf.c307 struct smt_header *smt ; local
325 smt = smtod(mb, struct smt_header *) ;
326 smt->smt_dest = req->smt_source ; /* DA == source of request */
327 smt->smt_class = req->smt_class ; /* same class (GET/SET) */
328 smt->smt_type = SMT_REPLY ;
329 smt->smt_version = SMT_VID_2 ;
330 smt->smt_tid = req->smt_tid ; /* same TID */
331 smt->smt_pad = 0 ;
332 smt->smt_len = 0 ;
340 pcon.pc_p = (void *) (smt
[all...]
H A Dess.c493 chg->smt.smt_tid = sm->smt_tid ;
494 chg->smt.smt_dest = sm->smt_source ;
584 req->smt.smt_tid = smc->ess.alloc_trans_id = smt_get_tid(smc) ;
585 req->smt.smt_dest = smt_sba_da ;
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_cs.h34 n ## _sm_to_state(struct n ## _sm_table_s *smt, t sm) \
38 while (smt[i].sm && smt[i].sm != sm) \
40 return smt[i].state; \
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A DMakefile8 cxgb4-objs := cxgb4_main.o l2t.o smt.o t4_hw.o sge.o clip_tbl.o cxgb4_ethtool.o \
H A Dsmt.c36 #include "smt.h"
107 * @e: smt entry to release
109 * Releases ref count and frees up an smt entry from SMT table
123 struct smt_data *s = adap->smt;
141 struct smt_data *s = adapter->smt;
167 * at prev index from smt-tab.
177 * at next index from smt-tab
193 /* fill pfvf0/src_mac0 from smt-tab */
212 struct smt_data *s = adap->smt;
H A Dcxgb4_filter.c42 #include "smt.h"
150 TCB_SMAC_SEL_V(f->smt->idx), 1);
826 f->smt = cxgb4_smt_alloc_switching(f->dev, f->fs.smac);
827 if (!f->smt) {
884 fwr->smac_sel = f->smt->idx;
989 if (f->smt)
990 cxgb4_smt_release(f->smt);
1418 f->smt = cxgb4_smt_alloc_switching(f->dev, f->fs.smac);
1419 if (!f->smt) {
1506 if (f->smt) {
[all...]
H A Dcxgb4.h482 unsigned int viid_smt_extn_support:1; /* FW returns vin and smt index */
682 /* viid and smt fields either returned by fw
1148 struct smt_data *smt; member in struct:adapter
1464 struct smt_entry *smt; /* Source Mac Table entry for smac */ member in struct:filter_entry
/linux-master/drivers/net/fddi/skfp/h/
H A Dsmt.h547 * NOTE: not in swap table, is used by smt.c AND PMF table
725 struct smt_header smt ; /* generic header */ member in struct:smt_nif
738 struct smt_header smt ; /* generic header */ member in struct:smt_sif_config
749 /* WARNING : path MUST BE LAST FIELD !!! (see smt.c:smt_fill_path) */
756 struct smt_header smt ; /* generic header */ member in struct:smt_sif_operation
774 struct smt_header smt ; /* generic header */ member in struct:smt_ecf
783 struct smt_header smt ; /* generic header */ member in struct:smt_rdf
793 struct smt_header smt ; /* generic header */ member in struct:smt_sba_alc_res
809 struct smt_header smt ; /* generic header */ member in struct:smt_sba_alc_req
827 struct smt_header smt ; /* generi member in struct:smt_sba_chg
840 struct smt_header smt ; /* generic header */ member in struct:smt_sba_rep_req
849 struct smt_header smt ; /* generic header */ member in struct:smt_sba_rep_res
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsetup_64.c127 /* Look for ibm,smt-enabled OF option */
143 int smt; local
146 rc = kstrtoint(smt_enabled_cmdline, 10, &smt);
149 min(threads_per_core, smt);
154 smt_option = of_get_property(dn, "ibm,smt-enabled",
169 /* Look for smt-enabled= cmdline option */
175 early_param("smt-enabled", early_smt_enabled);
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcs_fcpim.c63 bfa_fcs_itnim_sm_to_state(struct bfa_fcs_itnim_sm_table_s *smt, bfa_fcs_itnim_sm_t sm) argument
67 while (smt[i].sm && smt[i].sm != sm)
69 return smt[i].state;
H A Dbfa_ioc.c148 bfa_ioc_sm_to_state(struct bfa_ioc_sm_table *smt, bfa_ioc_sm_t sm) argument
152 while (smt[i].sm && smt[i].sm != sm)
154 return smt[i].state;
221 bfa_iocpf_sm_to_state(struct bfa_iocpf_sm_table *smt, bfa_iocpf_sm_t sm) argument
225 while (smt[i].sm && smt[i].sm != sm)
227 return smt[i].state;
H A Dbfa_fcs_rport.c146 bfa_rport_sm_to_state(struct bfa_fcs_rport_sm_table_s *smt, bfa_fcs_rport_sm_t sm) argument
150 while (smt[i].sm && smt[i].sm != sm)
152 return smt[i].state;
H A Dbfa_fcs_lport.c5955 bfa_vport_sm_to_state(struct bfa_fcs_vport_sm_table_s *smt, bfa_fcs_vport_sm_t sm) argument
5959 while (smt[i].sm && smt[i].sm != sm)
5961 return smt[i].state;
H A Dbfa_svc.c181 bfa_fcport_sm_to_state(struct bfa_fcport_sm_table_s *smt, bfa_fcport_sm_t sm) argument
185 while (smt[i].sm && smt[i].sm != sm)
187 return smt[i].state;
/linux-master/arch/x86/mm/
H A Dtlb.c11 #include <linux/sched/smt.h>
/linux-master/drivers/net/fddi/
H A Ddefza.c444 struct net_device *dev, int smt)
476 if (smt)
443 fza_do_xmit(union fza_buffer_txp ub, int len, struct net_device *dev, int smt) argument
/linux-master/drivers/idle/
H A Dintel_idle.c50 #include <linux/sched/smt.h>
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c12 #include <linux/sched/smt.h>
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c17 #include <linux/sched/smt.h>
H A Dbugs.c16 #include <linux/sched/smt.h>
/linux-master/kernel/
H A Dcpu.c15 #include <linux/sched/smt.h>
2715 * smt control has been changed to 'off' again. This is
3033 .name = "smt",

Completed in 326 milliseconds

12