Searched refs:mpdu (Results 1 – 7 of 7) sorted by relevance
634 u8 *mpdu, in construct_mic_iv() argument644 mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ in construct_mic_iv()647 mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ in construct_mic_iv()657 mic_iv[i] = mpdu[i + 8]; /* mic_iv[2:7] = A2[0:5] = mpdu[10:15] */ in construct_mic_iv()677 u8 *mpdu, in construct_mic_header1() argument685 mic_header1[2] = mpdu[0]; in construct_mic_header1()687 mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ in construct_mic_header1()689 mic_header1[3] = mpdu[1] & 0xc7; /* Mute retry, more data and pwr mgt bits */ in construct_mic_header1()690 mic_header1[4] = mpdu[4]; /* A1 */ in construct_mic_header1()691 mic_header1[5] = mpdu[5]; in construct_mic_header1()[all …]
58 u32 mpdu; member
147 cpl->mpdu = htons(DIV_ROUND_UP(iso_info->mpdu, 4)); in cxgbit_cpl_tx_data_iso()446 iso_info.mpdu = mrdsl; in cxgbit_tx_datain_iso()
566 u32 mpdu; member
2119 iso_info->mpdu = max_pdu_len; in cxgbi_prep_iso_info()
698 cpl->mpdu = cpu_to_be16(DIV_ROUND_UP(info->mpdu, 4)); in cxgb4i_make_tx_iso_cpl()710 info->mpdu, info->burst_size << 2, info->len); in cxgb4i_make_tx_iso_cpl()
1013 __be16 mpdu; member