Home
last modified time | relevance | path

Searched refs:ARPHRD_MCTP (Results 1 – 9 of 9) sorted by relevance

/linux/include/uapi/linux/
H A Dif_arp.h57 #define ARPHRD_MCTP 290 macro
/linux/net/mctp/test/
H A Dutils.c29 ndev->type = ARPHRD_MCTP; in mctp_test_dev_setup()
/linux/drivers/net/mctp/
H A Dmctp-usb.c293 dev->type = ARPHRD_MCTP; in mctp_usb_netdev_setup()
H A Dmctp-serial.c423 ndev->type = ARPHRD_MCTP; in mctp_serial_setup()
H A Dmctp-i3c.c537 dev->type = ARPHRD_MCTP; in mctp_i3c_net_setup()
H A Dmctp-i2c.c718 dev->type = ARPHRD_MCTP; in mctp_i2c_net_setup()
/linux/net/mctp/
H A Ddevice.c417 return dev->type == ARPHRD_MCTP || in mctp_known()
H A Droute.c1357 if (dev->type == ARPHRD_MCTP) { in mctp_pkttype_receive()
/linux/net/core/
H A Ddev.c481 ARPHRD_CAN, ARPHRD_MCTP,