Home | History | Annotate | Download | only in cxgb

Lines Matching defs:mv

39 #define mbuf_vec_set_type(mv, i, type) \
40 (mv)->mv_vec[(i)].mi_flags = (((mv)->mv_vec[(i)].mi_flags \
43 #define mbuf_vec_get_type(mv, i) \
44 ((mv)->mv_vec[(i)].mi_flags & MBUF_IOV_TYPE_MASK)
73 struct mbuf_vec *mv = mtomv(m);
75 mv->mv_first = mv->mv_count = 0;
83 struct mbuf_vec *mv = mtomv(m);
85 int idx = mv->mv_first + mv->mv_count;
90 if (mv->mv_count == 0)
93 iov = &mv->mv_vec[idx];
99 mv->mv_count++;