Home
last modified time | relevance | path

Searched refs:storm (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h661 u8 storm, u16 index, u8 op, u8 update) in bnx2x_hc_ack_sb() argument
670 (storm << IGU_ACK_REGISTER_STORM_ID_SHIFT) | in bnx2x_hc_ack_sb()
681 static inline void bnx2x_ack_sb(struct bnx2x *bp, u8 igu_sb_id, u8 storm, in bnx2x_ack_sb() argument
685 bnx2x_hc_ack_sb(bp, igu_sb_id, storm, index, op, update); in bnx2x_ack_sb()
690 segment = storm; in bnx2x_ack_sb()
693 else if (storm == ATTENTION_ID) in bnx2x_ack_sb()
/linux-3.4.99/Documentation/security/
DYama.txt24 (http://www.storm.net.nz/projects/7) and arbitrary code injection
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-firmware-acpi134 used to debug some ACPI interrupt storm issues.
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dcnic.c2989 static inline void cnic_ack_bnx2x_int(struct cnic_dev *dev, u8 id, u8 storm, in cnic_ack_bnx2x_int() argument
3000 (storm << IGU_ACK_REGISTER_STORM_ID_SHIFT) | in cnic_ack_bnx2x_int()