Home
last modified time | relevance | path

Searched refs:error_mask2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_init.c57 unsigned int error_mask2 = 0x00; variable
58 module_param(error_mask2, uint, 0664);
59 MODULE_PARM_DESC(error_mask2, "Config FW iSCSI Error Mask #2");
H A Dbnx2i.h785 extern unsigned int error_mask1, error_mask2;
H A Dbnx2i_hwi.c1310 if (error_mask2) { in bnx2i_send_fw_iscsi_init_msg()
1311 iscsi_init2.error_bit_map[1] = error_mask2; in bnx2i_send_fw_iscsi_init_msg()
1313 mask64 |= ((u64)error_mask2 << 32); in bnx2i_send_fw_iscsi_init_msg()