Lines Matching refs:PTP_DL_LE
40 return ((params->byteorder==PTP_DL_LE)?htole16(var):htobe16(var)); in htod16p()
46 return ((params->byteorder==PTP_DL_LE)?htole32(var):htobe32(var)); in htod32p()
52 if (params->byteorder==PTP_DL_LE) in htod16ap()
61 if (params->byteorder==PTP_DL_LE) in htod32ap()
70 if (params->byteorder==PTP_DL_LE) in htod64ap()
79 return ((params->byteorder==PTP_DL_LE)?le16toh(var):be16toh(var)); in dtoh16p()
85 return ((params->byteorder==PTP_DL_LE)?le32toh(var):be32toh(var)); in dtoh32p()
91 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var)); in dtoh64p()
97 return ((params->byteorder==PTP_DL_LE)?le16atoh(a):be16atoh(a)); in dtoh16ap()
103 return ((params->byteorder==PTP_DL_LE)?le32atoh(a):be32atoh(a)); in dtoh32ap()
109 return ((params->byteorder==PTP_DL_LE)?le64atoh(a):be64atoh(a)); in dtoh64ap()