Lines Matching refs:msc
362 struct max_sync_cop *msc; in nx_of_update_msc() local
365 msc = (struct max_sync_cop *)p->value; in nx_of_update_msc()
377 trip = msc->trip; in nx_of_update_msc()
381 i < msc->triplets; in nx_of_update_msc()
383 if (msc->fc >= NX_MAX_FC || msc->mode >= NX_MAX_MODE) { in nx_of_update_msc()
385 "combo: %d/%d (ignored)\n", msc->fc, in nx_of_update_msc()
386 msc->mode); in nx_of_update_msc()
400 props->ap[msc->fc][msc->mode][0].databytelen = in nx_of_update_msc()
402 props->ap[msc->fc][msc->mode][0].sglen = in nx_of_update_msc()
406 props->ap[msc->fc][msc->mode][1].databytelen = in nx_of_update_msc()
408 props->ap[msc->fc][msc->mode][1].sglen = in nx_of_update_msc()
412 if (msc->fc == NX_FC_AES) { in nx_of_update_msc()
413 props->ap[msc->fc][msc->mode][2]. in nx_of_update_msc()
415 props->ap[msc->fc][msc->mode][2].sglen = in nx_of_update_msc()
417 } else if (msc->fc == NX_FC_AES_HMAC || in nx_of_update_msc()
418 msc->fc == NX_FC_SHA) { in nx_of_update_msc()
419 props->ap[msc->fc][msc->mode][1]. in nx_of_update_msc()
421 props->ap[msc->fc][msc->mode][1].sglen = in nx_of_update_msc()
426 ": (%u/256)\n", msc->fc); in nx_of_update_msc()
430 props->ap[msc->fc][msc->mode][2].databytelen = in nx_of_update_msc()
432 props->ap[msc->fc][msc->mode][2].sglen = in nx_of_update_msc()
437 "len combo: (%u/%u)\n", msc->fc, in nx_of_update_msc()
446 msc = (struct max_sync_cop *)trip; in nx_of_update_msc()