mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 21:41:09 +03:00
[infiniband] Indicate that device does not support interrupts
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -537,17 +537,6 @@ static void ipoib_poll ( struct net_device *netdev ) {
|
|||||||
ib_poll_eq ( ibdev );
|
ib_poll_eq ( ibdev );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Enable/disable interrupts on IPoIB network device
|
|
||||||
*
|
|
||||||
* @v netdev Network device
|
|
||||||
* @v enable Interrupts should be enabled
|
|
||||||
*/
|
|
||||||
static void ipoib_irq ( struct net_device *netdev __unused,
|
|
||||||
int enable __unused ) {
|
|
||||||
/* No implementation */
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle IPv4 broadcast multicast group join completion
|
* Handle IPv4 broadcast multicast group join completion
|
||||||
*
|
*
|
||||||
@@ -730,7 +719,6 @@ static struct net_device_operations ipoib_operations = {
|
|||||||
.close = ipoib_close,
|
.close = ipoib_close,
|
||||||
.transmit = ipoib_transmit,
|
.transmit = ipoib_transmit,
|
||||||
.poll = ipoib_poll,
|
.poll = ipoib_poll,
|
||||||
.irq = ipoib_irq,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user