Home
last modified time | relevance | path

Searched refs:mpdu (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_security.c649 u8 *mpdu,
655 u8 *mpdu,
658 u8 *mpdu,
664 u8 *mpdu,
695 u8 *mpdu, in construct_mic_iv()
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()
692 construct_mic_iv(u8 *mic_iv, signed int qc_exists, signed int a4_exists, u8 *mpdu, uint payload_length, u8 *pn_vector, uint frtype) construct_mic_iv() argument
736 construct_mic_header1(u8 *mic_header1, signed int header_length, u8 *mpdu, uint frtype) construct_mic_header1() argument
770 construct_mic_header2(u8 *mic_header2, u8 *mpdu, signed int a4_exists, signed int qc_exists) construct_mic_header2() argument
816 construct_ctr_preload(u8 *ctr_preload, signed int a4_exists, signed int qc_exists, u8 *mpdu, u8 *pn_vector, signed int c, uint frtype) construct_ctr_preload() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl871x_security.c895 u8 *mpdu, uint payload_length, u8 *pn_vector) in construct_mic_iv()
901 mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ in construct_mic_iv()
903 mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ in construct_mic_iv()
907 mic_iv[i] = mpdu[i + 8]; in construct_mic_iv()
919 static void construct_mic_header1(u8 *mic_header1, sint header_length, u8 *mpdu) in construct_mic_header1() argument
923 mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ in construct_mic_header1()
925 mic_header1[3] = mpdu[1] & 0xc7; in construct_mic_header1()
926 mic_header1[4] = mpdu[4]; /* A1 */ in construct_mic_header1()
927 mic_header1[5] = mpdu[5]; in construct_mic_header1()
928 mic_header1[6] = mpdu[ in construct_mic_header1()
894 construct_mic_iv(u8 *mic_iv, sint qc_exists, sint a4_exists, u8 *mpdu, uint payload_length, u8 *pn_vector) construct_mic_iv() argument
945 construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists, sint qc_exists) construct_mic_header2() argument
980 construct_ctr_preload(u8 *ctr_preload, sint a4_exists, sint qc_exists, u8 *mpdu, u8 *pn_vector, sint c) construct_ctr_preload() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Drtl871x_security.c894 u8 *mpdu, uint payload_length, u8 *pn_vector) in construct_mic_iv()
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[ in construct_mic_header1()
893 construct_mic_iv(u8 *mic_iv, sint qc_exists, sint a4_exists, u8 *mpdu, uint payload_length, u8 *pn_vector) construct_mic_iv() argument
944 construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists, sint qc_exists) construct_mic_header2() argument
979 construct_ctr_preload(u8 *ctr_preload, sint a4_exists, sint qc_exists, u8 *mpdu, u8 *pn_vector, sint c) construct_ctr_preload() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_security.c889 u8 *mpdu,
897 u8 *mpdu,
902 u8 *mpdu,
910 u8 *mpdu,
1112 u8 *mpdu, in construct_mic_iv()
1123 mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ in construct_mic_iv()
1126 mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ in construct_mic_iv()
1136 mic_iv[i] = mpdu[i + 8]; /* mic_iv[2:7] = A2[0:5] = mpdu[10:15] */ in construct_mic_iv()
1158 u8 *mpdu, in construct_mic_header1()
1108 construct_mic_iv( u8 *mic_iv, sint qc_exists, sint a4_exists, u8 *mpdu, uint payload_length, u8 *pn_vector, uint frtype ) construct_mic_iv() argument
1155 construct_mic_header1( u8 *mic_header1, sint header_length, u8 *mpdu, uint frtype ) construct_mic_header1() argument
1192 construct_mic_header2( u8 *mic_header2, u8 *mpdu, sint a4_exists, sint qc_exists ) construct_mic_header2() argument
1241 construct_ctr_preload( u8 *ctr_preload, sint a4_exists, sint qc_exists, u8 *mpdu, u8 *pn_vector, sint c, uint frtype ) construct_ctr_preload() argument
[all...]
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit.h58 u32 mpdu; member
H A 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()
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit.h58 u32 mpdu; member
H A 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()
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/
H A Dlibcxgbi.h570 u32 mpdu; member
H A Dlibcxgbi.c2119 iso_info->mpdu = max_pdu_len; in cxgbi_prep_iso_info()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/
H A Dlibcxgbi.h569 u32 mpdu; member
H A Dlibcxgbi.c2119 iso_info->mpdu = max_pdu_len; in cxgbi_prep_iso_info()
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c697 cpl->mpdu = cpu_to_be16(DIV_ROUND_UP(info->mpdu, 4)); in cxgb4i_make_tx_iso_cpl()
706 "iso: flags 0x%x, op %u, ahs %u, num_pdu %u, mpdu %u, " in cxgb4i_make_tx_iso_cpl()
709 info->mpdu, info->burst_size << 2, info->len); in cxgb4i_make_tx_iso_cpl()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c698 cpl->mpdu = cpu_to_be16(DIV_ROUND_UP(info->mpdu, 4)); in cxgb4i_make_tx_iso_cpl()
707 "iso: flags 0x%x, op %u, ahs %u, num_pdu %u, mpdu %u, " in cxgb4i_make_tx_iso_cpl()
710 info->mpdu, info->burst_size << 2, info->len); in cxgb4i_make_tx_iso_cpl()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h1013 __be16 mpdu; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h1013 __be16 mpdu; member

Completed in 40 milliseconds