Lines Matching defs:pktlen
400 uint16_t pktlen, int is_first)
427 ndelim = ATH_AGGR_GET_NDELIM(pktlen);
461 "%s: pktlen=%d, ndelim=%d, mpdudensity=%d\n",
462 __func__, pktlen, ndelim, mpdudensity);
503 if (pktlen < minlen) {
504 mindelim = (minlen - pktlen) / ATH_AGGR_DELIM_SZ;
509 "%s: pktlen=%d, minlen=%d, rix=%x, rc=%x, width=%d, hgi=%d, ndelim=%d\n",
510 __func__, pktlen, minlen, rix, rc, width, half_gi, ndelim);
598 int pktlen;
610 pktlen = bf->bf_state.bfs_al;
612 pktlen = bf->bf_state.bfs_pktlen;
674 ath_computedur_ht(pktlen
685 rt, pktlen, rc[i].rix, shortPreamble, AH_TRUE);