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

/drivers/net/wireless/
H A Dray_cs.c103 static int interrupt_ecf(ray_dev_t *local, int ccs);
562 if (interrupt_ecf(local, ccsindex)) {
702 if (interrupt_ecf(local, ccsindex)) {
732 if (interrupt_ecf(local, ccsindex)) {
939 if (interrupt_ecf(local, ccsindex)) {
1549 static int interrupt_ecf(ray_dev_t *local, int ccs) function
1555 dev_dbg(&link->dev, "ray_cs interrupt_ecf - device not present\n");
1558 dev_dbg(&link->dev, "interrupt_ecf(local=%p, ccs = 0x%x\n", local, ccs);
1565 dev_dbg(&link->dev, "ray_cs interrupt_ecf card not ready for interrupt\n");
1572 } /* interrupt_ecf */
[all...]

Completed in 29 milliseconds