Lines Matching defs:length
996 __le16 msdus[]; /* variable length based on %num_msdus */
1037 struct htt_rc_tx_done_params params[]; /* variable length %num_elems */
1410 * for, and a series of tag-length-value stats information elements.
1411 * The tag-length header for each stats info element also includes a
1427 * | stats entry length | reserved | S |stat type|
1433 * | stats entry length | reserved | S |stat type|
1457 * Stats Information Element tag-length header fields:
1472 * that follows the element tag-length header.
1473 * It is expected but not required that this length is a multiple of
1474 * 4 bytes. Even if the length is not an integer multiple of 4, the
1493 __le16 length;
1494 u8 payload[]; /* roundup(length, 4) long */
1502 /* each item has variable length! */
1509 return (void *)item + sizeof(*item) + roundup(item->length, 4);