SIZE_4K
return (hw_len & mask) ? (hw_len & mask) : SIZE_4K;
hw_len = (size == SIZE_4K) ? BIT(14) : 0;