Searched refs:CallbackFunction (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Drclanmtl.h655 ** the ethernet controller. If CallbackFunction is not NULL, the function
656 ** will be called when the reset is complete. If the CallbackFunction is
667 PU32 ReturnAddr, PFNCALLBACK CallbackFunction);
678 ** the ethernet controller. If CallbackFunction is not NULL, the function
679 ** will be called when the reset is complete. If the CallbackFunction is
689 PFNCALLBACK CallbackFunction);
H A Drclanmtl.c1304 ** CallbackFunction (if not NULL) is the function to be called when
1306 ** If CallbackFunction is NULL, ReturnAddr will have a 1 placed in it when
1313 PFNCALLBACK CallbackFunction)
1328 pPab->pCallbackFunc = CallbackFunction;
1340 if (CallbackFunction == (PFNCALLBACK) NULL) {
1421 ** CallbackFunction (if not NULL) is the function to be called when
1423 ** If CallbackFunction is NULL, ReturnAddr will have a 1 placed in it when
1430 PU32 ReturnAddr, PFNCALLBACK CallbackFunction)
1445 pPab->pCallbackFunc = CallbackFunction;
1458 if (CallbackFunction
1312 RCResetLANCard(struct net_device * dev, U16 ResourceFlags, PU32 ReturnAddr, PFNCALLBACK CallbackFunction) argument
1429 RCShutdownLANCard(struct net_device * dev, U16 ResourceFlags, PU32 ReturnAddr, PFNCALLBACK CallbackFunction) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DBusLogic.h1184 void (*CallbackFunction)(struct BusLogic_CCB *); /* Bytes 40-43 */ member in struct:BusLogic_CCB
H A DBusLogic.c238 CCB->CallbackFunction = BusLogic_QueueCompletedCCB;

Completed in 158 milliseconds