Home
last modified time | relevance | path

Searched refs:MME (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1248 u8 MME[_MME_IE_LENGTH_]; in rtw_mgmt_xmitframe_coalesce() local
1276 memset(MME, 0, 18); in rtw_mgmt_xmitframe_coalesce()
1286 MME[0] = padapter->securitypriv.dot11wBIPKeyid; in rtw_mgmt_xmitframe_coalesce()
1288 memcpy(&MME[2], &pmlmeext->mgnt_80211w_IPN, 6); in rtw_mgmt_xmitframe_coalesce()
1292 /* add MME IE with MIC all zero, MME string doesn't include element id and length */ in rtw_mgmt_xmitframe_coalesce()
1294 MME, &pattrib->pktlen); in rtw_mgmt_xmitframe_coalesce()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1153 u8 MME[_MME_IE_LENGTH_]; in rtw_mgmt_xmitframe_coalesce() local
1181 memset(MME, 0, 18); in rtw_mgmt_xmitframe_coalesce()
1191 MME[0] = padapter->securitypriv.dot11wBIPKeyid; in rtw_mgmt_xmitframe_coalesce()
1193 memcpy(&MME[2], &pmlmeext->mgnt_80211w_IPN, 6); in rtw_mgmt_xmitframe_coalesce()
1197 /* add MME IE with MIC all zero, MME string doesn't include element id and length */ in rtw_mgmt_xmitframe_coalesce()
1199 MME, &pattrib->pktlen); in rtw_mgmt_xmitframe_coalesce()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dppc-opc.c2471 #define MME(op, me, rc) (M ((op), (rc)) | ((((unsigned long)(me)) & 0x1f) << 1))
4598 {"rotlwi", MME(21,31,0), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, SH}},
4599 {"clrlwi", MME(21,31,0), MSHME_MASK, PPCCOM, PPCVLE, {RA, RS, MB}},
4602 {"rotlwi.", MME(21,31,1), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, SH}},
4603 {"clrlwi.", MME(21,31,1), MSHME_MASK, PPCCOM, PPCVLE, {RA, RS, MB}},
4610 {"rotlw", MME(23,31,0), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, RB}},
4613 {"rotlw.", MME(23,31,1), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, RB}},
2468 #define MME global() macro
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dppc-opc.c2471 #define MME(op, me, rc) (M ((op), (rc)) | ((((unsigned long)(me)) & 0x1f) << 1))
4598 {"rotlwi", MME(21,31,0), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, SH}},
4599 {"clrlwi", MME(21,31,0), MSHME_MASK, PPCCOM, PPCVLE, {RA, RS, MB}},
4602 {"rotlwi.", MME(21,31,1), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, SH}},
4603 {"clrlwi.", MME(21,31,1), MSHME_MASK, PPCCOM, PPCVLE, {RA, RS, MB}},
4610 {"rotlw", MME(23,31,0), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, RB}},
4613 {"rotlw.", MME(23,31,1), MMBME_MASK, PPCCOM, PPCVLE, {RA, RS, RB}},
2468 #define MME global() macro
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H A Dgoya.c41 * QMAN TPC/MME:
69 * QMAN TPC/MME: PQ, CQ and CP aren't secured (no change from MMU disabled mode)
104 #define IS_MME_QM_IDLE(qm_glbl_sts0) IS_QM_IDLE(MME, qm_glbl_sts0)
112 IS_CMDQ_IDLE(MME, cmdq_glbl_sts0)
1939 dev_err(hdev->dev, "failed to stop MME QMAN\n"); in goya_stop_internal_queues()
1949 dev_err(hdev->dev, "failed to stop MME CMDQ\n"); in goya_stop_internal_queues()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H A Dgoya.c39 * QMAN TPC/MME:
67 * QMAN TPC/MME: PQ, CQ and CP aren't secured (no change from MMU disabled mode)
103 #define IS_MME_QM_IDLE(qm_glbl_sts0) IS_QM_IDLE(MME, qm_glbl_sts0)
111 IS_CMDQ_IDLE(MME, cmdq_glbl_sts0)
2132 dev_err(hdev->dev, "failed to stop MME QMAN\n"); in goya_stop_internal_queues()
2142 dev_err(hdev->dev, "failed to stop MME CMDQ\n"); in goya_stop_internal_queues()

Completed in 41 milliseconds