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

/linux-4.1.27/drivers/scsi/bnx2i/
H A Dbnx2i_init.c53 unsigned int error_mask1 = 0x00; variable
54 module_param(error_mask1, uint, 0664);
55 MODULE_PARM_DESC(error_mask1, "Config FW iSCSI Error Mask #1");
H A Dbnx2i_hwi.c1320 if (error_mask1) { bnx2i_send_fw_iscsi_init_msg()
1321 iscsi_init2.error_bit_map[0] = error_mask1; bnx2i_send_fw_iscsi_init_msg()
1323 mask64 |= error_mask1; bnx2i_send_fw_iscsi_init_msg()
H A Dbnx2i.h785 extern unsigned int error_mask1, error_mask2;

Completed in 294 milliseconds