Searched refs:mpdu (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_security.c | 635 static void construct_mic_iv(u8 *mic_header1, int qc_exists, int a4_exists, u8 *mpdu, uint payload_… 636 static void construct_mic_header1(u8 *mic_header1, int header_length, u8 *mpdu); 637 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists); 638 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v… 826 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() argument 833 mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ in construct_mic_iv() 835 mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ in construct_mic_iv() 839 mic_iv[i] = mpdu[i + 8]; /* mic_iv[2:7] = A2[0:5] = mpdu[10:15] */ in construct_mic_iv() 852 static void construct_mic_header1(u8 *mic_header1, int header_length, u8 *mpdu) in construct_mic_header1() argument 857 mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ in construct_mic_header1() [all …]
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 649 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.1.9/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 894 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.1.9/drivers/target/iscsi/cxgbit/ |
D | cxgbit.h | 58 u32 mpdu; member
|
D | cxgbit_target.c | 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()
|
/linux-6.1.9/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 570 u32 mpdu; member
|
D | libcxgbi.c | 2119 iso_info->mpdu = max_pdu_len; in cxgbi_prep_iso_info()
|
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 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()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 1013 __be16 mpdu; member
|