Searched defs:ndelim (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c590 int width, half_gi, ndelim, mindelim; local
593 ndelim = ATH_AGGR_GET_NDELIM(frmlen);
602 ndelim += ATH_AGGR_ENCRYPTDELIM;
617 return (ndelim);
638 ndelim = max(mindelim, ndelim);
641 return (ndelim);
650 int rl = 0, nframes = 0, ndelim, prev_al = 0; local
694 ndelim =
696 bpad = PADBYTES(al_delta) + (ndelim <<
[all...]

Completed in 5201 milliseconds