Searched refs:acts (Results 1 – 13 of 13) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 1229 const struct intr_info *acts) in t4_handle_intr_status() argument 1235 for ( ; acts->mask; ++acts) { in t4_handle_intr_status() 1236 if (!(status & acts->mask)) in t4_handle_intr_status() 1238 if (acts->fatal) { in t4_handle_intr_status() 1240 dev_alert(adapter->pdev_dev, "%s (0x%x)\n", acts->msg, in t4_handle_intr_status() 1241 status & acts->mask); in t4_handle_intr_status() 1242 } else if (acts->msg && printk_ratelimit()) in t4_handle_intr_status() 1243 dev_warn(adapter->pdev_dev, "%s (0x%x)\n", acts->msg, in t4_handle_intr_status() 1244 status & acts->mask); in t4_handle_intr_status() 1245 if (acts->int_handler) in t4_handle_intr_status() [all …]
|
/drivers/scsi/csiostor/ |
D | csio_hw.c | 2763 const struct intr_info *acts) in csio_handle_intr_status() argument 2769 for ( ; acts->mask; ++acts) { in csio_handle_intr_status() 2770 if (!(status & acts->mask)) in csio_handle_intr_status() 2772 if (acts->fatal) { in csio_handle_intr_status() 2775 acts->msg, status & acts->mask); in csio_handle_intr_status() 2776 } else if (acts->msg) in csio_handle_intr_status() 2778 acts->msg, status & acts->mask); in csio_handle_intr_status() 2779 mask |= acts->mask; in csio_handle_intr_status()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 1400 const struct intr_info *acts, in t3_handle_intr_status() argument 1406 for (; acts->mask; ++acts) { in t3_handle_intr_status() 1407 if (!(status & acts->mask)) in t3_handle_intr_status() 1409 if (acts->fatal) { in t3_handle_intr_status() 1412 acts->msg, status & acts->mask); in t3_handle_intr_status() 1413 status &= ~acts->mask; in t3_handle_intr_status() 1414 } else if (acts->msg) in t3_handle_intr_status() 1416 acts->msg, status & acts->mask); in t3_handle_intr_status() 1417 if (acts->stat_idx >= 0) in t3_handle_intr_status() 1418 stats[acts->stat_idx]++; in t3_handle_intr_status()
|
/drivers/char/agp/ |
D | Kconfig | 10 use the AGP features of your 3D rendering video card. This code acts
|
/drivers/net/hamradio/ |
D | Kconfig | 24 PC and your TNC (the Terminal Node Controller acts as a kind of
|
/drivers/usb/gadget/ |
D | Kconfig | 743 The Mass Storage Gadget acts as a USB Mass Storage disk drive. 796 The MIDI Gadget acts as a USB Audio device, with one MIDI 987 The Webcam Gadget acts as a composite USB Audio and Video Class
|
/drivers/tty/serial/8250/ |
D | Kconfig | 183 serial port hardware which acts similar to standard serial port
|
/drivers/md/ |
D | Kconfig | 210 This interface allows you to do buffered I/O on a device and acts
|
/drivers/misc/ |
D | Kconfig | 435 This is VMware physical memory management driver which acts
|
/drivers/input/keyboard/ |
D | Kconfig | 498 device emulator that acts as a rotary encoder.
|
/drivers/input/misc/ |
D | Kconfig | 352 rotation. The dial also acts as a pushbutton. The base contains an LED
|
/drivers/hid/ |
D | Kconfig | 171 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
|
/drivers/usb/serial/ |
D | Kconfig | 10 ports, or acts like a serial device, and you want to connect it to
|