Searched refs:minlen (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dioctl.c252 * are found and TRIM requests are sent to the block device. 'minlen'
260 u64 minlen = range->minlen; local
266 ntfs_log_debug("fstrim: start=%llu len=%llu minlen=%llu\n",
269 (unsigned long long) minlen);
280 if (minlen > vol->cluster_size) {
281 ntfs_log_error("fstrim: minlen > cluster size is not supported\n");
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_ht.c418 uint16_t minlen; local
515 minlen = (nsymbols * nsymbits) / BITS_PER_BYTE;
521 if (pktlen < minlen) {
522 mindelim = (minlen - pktlen) / ATH_AGGR_DELIM_SZ;
527 "%s: pktlen=%d, minlen=%d, rix=%x, rc=%x, width=%d, hgi=%d, ndelim=%d\n",
528 __func__, pktlen, minlen, rix, rc, width, half_gi, ndelim);

Completed in 37 milliseconds