Lines Matching refs:term
229 static inline u8 __rdmap_term_layer(struct iwarp_terminate *term)
231 return term->layer;
234 static inline void __rdmap_term_set_layer(struct iwarp_terminate *term,
237 term->layer = layer & 0xf;
240 static inline u8 __rdmap_term_etype(struct iwarp_terminate *term)
242 return term->etype;
245 static inline void __rdmap_term_set_etype(struct iwarp_terminate *term,
248 term->etype = etype & 0xf;
251 static inline u8 __rdmap_term_ecode(struct iwarp_terminate *term)
253 return term->ecode;
256 static inline void __rdmap_term_set_ecode(struct iwarp_terminate *term,
259 term->ecode = ecode;