Home
last modified time | relevance | path

Searched refs:s_type (Results 1 – 3 of 3) sorted by relevance

/drivers/net/fddi/skfp/h/
Dsmt.h800 struct smt_p_0015 s_type ; /* resource type */ member
816 struct smt_p_0015 s_type ; /* resource type */ member
834 struct smt_p_0015 s_type ; /* resource type */ member
847 struct smt_p_0015 s_type ; /* resource type */ member
856 struct smt_p_0015 s_type ; /* resource type */ member
/drivers/net/fddi/skfp/
Dess.c500 chg->s_type.para.p_type = SMT_P0015 ; in ess_send_response()
501 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_response()
502 chg->s_type.res_type = SYNC_BW ; in ess_send_response()
591 req->s_type.para.p_type = SMT_P0015 ; in ess_send_alc_req()
592 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_alc_req()
593 req->s_type.res_type = SYNC_BW ; in ess_send_alc_req()
/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c190 return seq_printf(m, "%s\n", sb->s_type->name); in ll_fstype_seq_show()