Lines Matching refs:PTP_DL_LE
13 return ((params->byteorder==PTP_DL_LE)?htole16(var):htobe16(var)); in htod16p()
19 return ((params->byteorder==PTP_DL_LE)?htole32(var):htobe32(var)); in htod32p()
25 if (params->byteorder==PTP_DL_LE) in htod16ap()
34 if (params->byteorder==PTP_DL_LE) in htod32ap()
43 if (params->byteorder==PTP_DL_LE) in htod64ap()
52 return ((params->byteorder==PTP_DL_LE)?le16toh(var):be16toh(var)); in dtoh16p()
58 return ((params->byteorder==PTP_DL_LE)?le32toh(var):be32toh(var)); in dtoh32p()
64 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var)); in dtoh64p()
70 return ((params->byteorder==PTP_DL_LE)?le16atoh(a):be16atoh(a)); in dtoh16ap()
76 return ((params->byteorder==PTP_DL_LE)?le32atoh(a):be32atoh(a)); in dtoh32ap()
82 return ((params->byteorder==PTP_DL_LE)?le64atoh(a):be64atoh(a)); in dtoh64ap()