Home
last modified time | relevance | path

Searched refs:evc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dsrf.c70 struct s_srf_evc *evc ; in smt_init_evc() local
80 evc = smc->evcs ; in smt_init_evc()
85 evc->evc_code = init->code ; in smt_init_evc()
86 evc->evc_para = init->para ; in smt_init_evc()
87 evc->evc_index = init->index + index ; in smt_init_evc()
89 evc->evc_multiple = &fail_safe ; in smt_init_evc()
90 evc->evc_cond_state = &fail_safe ; in smt_init_evc()
92 evc++ ; in smt_init_evc()
97 if ((unsigned int) (evc - smc->evcs) > MAX_EVCS) { in smt_init_evc()
138 for (i = 0, evc in smt_init_evc()
160 struct s_srf_evc *evc ; smt_get_evc() local
183 struct s_srf_evc *evc ; smt_srf_event() local
331 struct s_srf_evc *evc ; clear_all_rep() local
344 struct s_srf_evc *evc ; clear_reported() local
369 struct s_srf_evc *evc ; smt_send_srf() local
[all...]
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Dsrf.c65 struct s_srf_evc *evc ; in smt_init_evc() local
75 evc = smc->evcs ; in smt_init_evc()
80 evc->evc_code = init->code ; in smt_init_evc()
81 evc->evc_para = init->para ; in smt_init_evc()
82 evc->evc_index = init->index + index ; in smt_init_evc()
84 evc->evc_multiple = &fail_safe ; in smt_init_evc()
85 evc->evc_cond_state = &fail_safe ; in smt_init_evc()
87 evc++ ; in smt_init_evc()
92 if ((unsigned int) (evc - smc->evcs) > MAX_EVCS) { in smt_init_evc()
133 for (i = 0, evc in smt_init_evc()
155 struct s_srf_evc *evc ; smt_get_evc() local
178 struct s_srf_evc *evc ; smt_srf_event() local
326 struct s_srf_evc *evc ; clear_all_rep() local
339 struct s_srf_evc *evc ; clear_reported() local
364 struct s_srf_evc *evc ; smt_send_srf() local
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Diphase.c1751 struct ext_vc *evc; local
1813 evc = (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
1815 evc += vcc->vci;
1817 memset((caddr_t)evc, 0, sizeof(*evc));
1824 evc->atm_hdr1 = (vcc->vci >> 12) & 0x000f;
1825 evc->atm_hdr2 = (vcc->vci & 0x0fff) << 4;
1911 struct ext_vc *evc; local
2130 evc = (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
2141 memset((caddr_t)evc,
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.c1752 struct ext_vc *evc; local
1814 evc = (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
1816 evc += vcc->vci;
1818 memset((caddr_t)evc, 0, sizeof(*evc));
1825 evc->atm_hdr1 = (vcc->vci >> 12) & 0x000f;
1826 evc->atm_hdr2 = (vcc->vci & 0x0fff) << 4;
1912 struct ext_vc *evc; local
2131 evc = (struct ext_vc *)iadev->EXT_VC_TABLE_ADDR;
2142 memset((caddr_t)evc,
[all...]

Completed in 7 milliseconds