Searched refs:foct (Results 1 – 1 of 1) sorted by relevance
362 uint8_t foct, domain_no, msg_type, major_sdo_id, rsvd1, lm_int, control; in ptp_print_2() local368 foct = GET_U_1(bp); in ptp_print_2()369 major_sdo_id = (foct & PTP_MAJOR_SDO_ID_MASK) >> 4; in ptp_print_2()371 msg_type = foct & PTP_MSG_TYPE_MASK; in ptp_print_2()