Searched refs:msgtype (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c761 u8 *msgtype, u8 *twostep, u8 *udp,
778 *msgtype = ptp_get_msgtype(hdr, ptp_class);
802 u8 msgtype, twostep, udp; local
827 if (dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp,
829 msgtype != PTP_MSGTYPE_SYNC || twostep) {
1545 u8 msgtype, twostep, udp; local
1560 if (!dpaa2_eth_ptp_parse(skb, &msgtype, &twostep, &udp,
1562 if (msgtype == PTP_MSGTYPE_SYNC && twostep == 0) {
760 dpaa2_eth_ptp_parse(struct sk_buff *skb, u8 *msgtype, u8 *twostep, u8 *udp, u16 *correction_offset, u16 *origintimestamp_offset) argument
/linux-master/kernel/
H A Dauditfilter.c1330 int audit_filter(int msgtype, unsigned int listtype) argument
1364 result = audit_comparator(msgtype, f->op, f->val);
/linux-master/fs/ocfs2/cluster/
H A Dtcp.c133 static void o2net_init_nst(struct o2net_send_tracking *nst, u32 msgtype, argument
138 nst->st_msg_type = msgtype;
/linux-master/drivers/media/common/siano/
H A Dsmscoreapi.c372 char *smscore_translate_msg(enum msg_types msgtype) argument
374 int i = msgtype - MSG_TYPE_BASE_VAL;
/linux-master/include/linux/
H A Dhyperv.h516 enum vmbus_channel_message_type msgtype; member in struct:vmbus_channel_message_header
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c1206 u8 msgtype; local
1224 msgtype = ptp_get_msgtype(hdr, ptp_class);
1225 if (msgtype == PTP_MSGTYPE_SYNC)

Completed in 186 milliseconds

12