Searched refs:em_handle (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/rapidio/switches/
H A Didtcps.c126 .em_handle = NULL,
H A Didt_gen2.c413 .em_handle = idtg2_em_handler,
H A Didt_gen3.c267 .em_handle = idtg3_em_handler,
/linux-master/include/linux/
H A Drio.h115 * @em_handle: Callback for switch-specific error management handler function
133 int (*em_handle) (struct rio_dev *dev, u8 swport); member in struct:rio_switch_ops
/linux-master/drivers/rapidio/
H A Drio.c1256 if (rdev->rswitch->ops && rdev->rswitch->ops->em_handle)
1257 rdev->rswitch->ops->em_handle(rdev, portnum);

Completed in 133 milliseconds