Searched refs:mpdu (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_security.c | 861 mic_header1[5] = mpdu[5]; in construct_mic_header1() 862 mic_header1[6] = mpdu[6]; in construct_mic_header1() 863 mic_header1[7] = mpdu[7]; in construct_mic_header1() 864 mic_header1[8] = mpdu[8]; in construct_mic_header1() 865 mic_header1[9] = mpdu[9]; in construct_mic_header1() 867 mic_header1[11] = mpdu[11]; in construct_mic_header1() 888 mic_header2[1] = mpdu[17]; in construct_mic_header2() 889 mic_header2[2] = mpdu[18]; in construct_mic_header2() 890 mic_header2[3] = mpdu[19]; in construct_mic_header2() 891 mic_header2[4] = mpdu[20]; in construct_mic_header2() [all …]
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_security.c | 649 u8 *mpdu, 655 u8 *mpdu, 658 u8 *mpdu, 664 u8 *mpdu, 695 u8 *mpdu, in construct_mic_iv() argument 738 u8 *mpdu, in construct_mic_header1() argument 752 mic_header1[5] = mpdu[5]; in construct_mic_header1() 753 mic_header1[6] = mpdu[6]; in construct_mic_header1() 754 mic_header1[7] = mpdu[7]; in construct_mic_header1() 771 u8 *mpdu, in construct_mic_header2() argument [all …]
|
| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_security.c | 907 mic_iv[i] = mpdu[i + 8]; in construct_mic_iv() 927 mic_header1[5] = mpdu[5]; in construct_mic_header1() 928 mic_header1[6] = mpdu[6]; in construct_mic_header1() 929 mic_header1[7] = mpdu[7]; in construct_mic_header1() 930 mic_header1[8] = mpdu[8]; in construct_mic_header1() 931 mic_header1[9] = mpdu[9]; in construct_mic_header1() 953 mic_header2[1] = mpdu[17]; in construct_mic_header2() 954 mic_header2[2] = mpdu[18]; in construct_mic_header2() 955 mic_header2[3] = mpdu[19]; in construct_mic_header2() 956 mic_header2[4] = mpdu[20]; in construct_mic_header2() [all …]
|
| /linux/drivers/target/iscsi/cxgbit/ |
| A D | cxgbit.h | 58 u32 mpdu; member
|
| A 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/drivers/scsi/cxgbi/ |
| A D | libcxgbi.h | 570 u32 mpdu; member
|
| A D | libcxgbi.c | 2119 iso_info->mpdu = max_pdu_len; in cxgbi_prep_iso_info()
|
| /linux/drivers/scsi/cxgbi/cxgb4i/ |
| A D | cxgb4i.c | 697 cpl->mpdu = cpu_to_be16(DIV_ROUND_UP(info->mpdu, 4)); in cxgb4i_make_tx_iso_cpl() 709 info->mpdu, info->burst_size << 2, info->len); in cxgb4i_make_tx_iso_cpl()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | t4_msg.h | 1013 __be16 mpdu; member
|
Completed in 51 milliseconds