Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1264 struct iscsi_kwqe_init1 iscsi_init; in bnx2i_send_fw_iscsi_init_msg() local
1269 memset(&iscsi_init, 0x00, sizeof(struct iscsi_kwqe_init1)); in bnx2i_send_fw_iscsi_init_msg()
1274 iscsi_init.flags = in bnx2i_send_fw_iscsi_init_msg()
1277 iscsi_init.flags |= ISCSI_KWQE_INIT1_DELAYED_ACK_ENABLE; in bnx2i_send_fw_iscsi_init_msg()
1278 iscsi_init.reserved0 = 0; in bnx2i_send_fw_iscsi_init_msg()
1279 iscsi_init.num_cqs = 1; in bnx2i_send_fw_iscsi_init_msg()
1280 iscsi_init.hdr.op_code = ISCSI_KWQE_OPCODE_INIT1; in bnx2i_send_fw_iscsi_init_msg()
1281 iscsi_init.hdr.flags = in bnx2i_send_fw_iscsi_init_msg()
1284 iscsi_init.dummy_buffer_addr_lo = (u32) hba->dummy_buf_dma; in bnx2i_send_fw_iscsi_init_msg()
1285 iscsi_init.dummy_buffer_addr_hi = in bnx2i_send_fw_iscsi_init_msg()
[all …]