Lines Matching defs:msdu_count
665 int msdu_count, ret;
671 msdu_count = __le16_to_cpu(ev->msdu_count);
674 while (msdu_count--) {
730 int msdu_count, ret;
736 msdu_count = __le16_to_cpu(ev->msdu_count);
739 while (msdu_count--) {
2956 u8 msdu_count = 0, num_airtime_records, tid;
2983 msdu_count = resp->data_tx_completion.num_msdus;
2991 for (i = 0; i < msdu_count; i++) {
3000 if (msdu_count & 0x01) {
3001 msdu_id = msdus[msdu_count + i + 1 + htt_pad];
3004 msdu_id = msdus[msdu_count + i + htt_pad];
3029 ppdu_info_offset = (msdu_count & 0x01) ? msdu_count + 1 : msdu_count;
3270 u16 msdu_count;
3286 msdu_count = __le16_to_cpu(resp->rx_in_ord_ind.msdu_count);
3295 vdev_id, peer_id, tid, offload, frag, msdu_count);
3297 if (skb->len < msdu_count * sizeof(*resp->rx_in_ord_ind.msdu_descs32)) {