Searched refs:pMUXMsg (Results 1 – 2 of 2) sorted by relevance
28 pMUXMsg = &pResponse->MUXMsg; \29 …if (le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXResult) || le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXErr…30 USHORT QMUXError = le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXError); \32 le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXResult), QMUXError); \43 pMUXMsg = &pResponse->MUXMsg; \44 …if (le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXResult) || le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXErr…45 USHORT QMUXError = le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXError); \47 le16_to_cpu(pMUXMsg->QMUXMsgHdrResp.QMUXResult), QMUXError); \64 typedef USHORT (*CUSTOMQMUX)(PQMUX_MSG pMUXMsg, void *arg);128 static USHORT NasSetEventReportReq(PQMUX_MSG pMUXMsg, void *arg) {[all …]
825 …struct QMIWDS_ADMIN_SET_DATA_FORMAT_REQ_MSG *pMUXMsg = (struct QMIWDS_ADMIN_SET_DATA_FORMAT_REQ_MS… in QMIWDASetDataFormatReq() local827 pMUXMsg->CtlFlags = 0x00; in QMIWDASetDataFormatReq()828 put_unaligned( cpu_to_le16(transactionID), &pMUXMsg->TransactionId); in QMIWDASetDataFormatReq()829 put_unaligned( cpu_to_le16(0x0020), &pMUXMsg->Type); in QMIWDASetDataFormatReq()830 …put_unaligned( cpu_to_le16(sizeof( struct QMIWDS_ADMIN_SET_DATA_FORMAT_REQ_MSG) - 7), &pMUXMsg->Le… in QMIWDASetDataFormatReq()833 pMUXMsg->QosDataFormatTlv.TLVType = 0x10; in QMIWDASetDataFormatReq()834 pMUXMsg->QosDataFormatTlv.TLVLength = cpu_to_le16(0x0001); in QMIWDASetDataFormatReq()835 pMUXMsg->QosDataFormatTlv.QOSSetting = 0; /* no-QOS header */ in QMIWDASetDataFormatReq()837 pMUXMsg->UnderlyingLinkLayerProtocolTlv.TLVType = 0x11; in QMIWDASetDataFormatReq()838 pMUXMsg->UnderlyingLinkLayerProtocolTlv.TLVLength = cpu_to_le16(4); in QMIWDASetDataFormatReq()[all …]