Home
last modified time | relevance | path

Searched refs:mpdu (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/staging/rtl8723bs/core/
Drtw_security.c649 u8 *mpdu,
655 u8 *mpdu,
658 u8 *mpdu,
664 u8 *mpdu,
695 u8 *mpdu, in construct_mic_iv() argument
705 mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ in construct_mic_iv()
708 mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ in construct_mic_iv()
718 mic_iv[i] = mpdu[i + 8]; /* mic_iv[2:7] = A2[0:5] = mpdu[10:15] */ in construct_mic_iv()
738 u8 *mpdu, in construct_mic_header1() argument
746 mic_header1[2] = mpdu[0]; in construct_mic_header1()
[all …]
/linux-6.6.21/drivers/staging/rtl8712/
Drtl871x_security.c894 u8 *mpdu, uint payload_length, u8 *pn_vector) in construct_mic_iv() argument
900 mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ in construct_mic_iv()
902 mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ in construct_mic_iv()
906 mic_iv[i] = mpdu[i + 8]; in construct_mic_iv()
918 static void construct_mic_header1(u8 *mic_header1, sint header_length, u8 *mpdu) in construct_mic_header1() argument
922 mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ in construct_mic_header1()
924 mic_header1[3] = mpdu[1] & 0xc7; in construct_mic_header1()
925 mic_header1[4] = mpdu[4]; /* A1 */ in construct_mic_header1()
926 mic_header1[5] = mpdu[5]; in construct_mic_header1()
927 mic_header1[6] = mpdu[6]; in construct_mic_header1()
[all …]
/linux-6.6.21/drivers/target/iscsi/cxgbit/
Dcxgbit.h58 u32 mpdu; member
Dcxgbit_target.c147 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()
/linux-6.6.21/drivers/scsi/cxgbi/
Dlibcxgbi.h569 u32 mpdu; member
Dlibcxgbi.c2119 iso_info->mpdu = max_pdu_len; in cxgbi_prep_iso_info()
/linux-6.6.21/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c698 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()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h1013 __be16 mpdu; member