Lines Matching full:middle
200 * copy of the first middle.
212 /* first middle that needs copy */ in build_ahg()
223 /* subsequent middle after valid */ in build_ahg()
264 * @middle: non zero implies indicates ahg "could" be used
275 int middle, in hfi1_make_ruc_header_16B() argument
308 middle = 0; in hfi1_make_ruc_header_16B()
314 middle = 0; in hfi1_make_ruc_header_16B()
320 middle = 0; in hfi1_make_ruc_header_16B()
322 if (middle) in hfi1_make_ruc_header_16B()
352 * @middle: non zero implies indicates ahg "could" be used
363 int middle, in hfi1_make_ruc_header_9B() argument
383 middle = 0; in hfi1_make_ruc_header_9B()
391 middle = 0; in hfi1_make_ruc_header_9B()
397 middle = 0; in hfi1_make_ruc_header_9B()
399 if (middle) in hfi1_make_ruc_header_9B()
417 u32 bth0, u32 bth1, u32 bth2, int middle,
427 u32 bth0, u32 bth1, u32 bth2, int middle, in hfi1_make_ruc_header() argument
448 hfi1_ruc_header_tbl[priv->hdr_type](qp, ohdr, bth0, bth1, bth2, middle, in hfi1_make_ruc_header()