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

/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c65 struct fcoe_kwqe_init3 fcoe_init3; bnx2fc_send_fw_fcoe_init_msg() local
123 memset(&fcoe_init3, 0x00, sizeof(struct fcoe_kwqe_init3)); bnx2fc_send_fw_fcoe_init_msg()
124 fcoe_init3.hdr.op_code = FCOE_KWQE_OPCODE_INIT3; bnx2fc_send_fw_fcoe_init_msg()
125 fcoe_init3.hdr.flags = (FCOE_KWQE_LAYER_CODE << bnx2fc_send_fw_fcoe_init_msg()
127 fcoe_init3.error_bit_map_lo = 0xffffffff; bnx2fc_send_fw_fcoe_init_msg()
128 fcoe_init3.error_bit_map_hi = 0xffffffff; bnx2fc_send_fw_fcoe_init_msg()
134 fcoe_init3.perf_config = 3; bnx2fc_send_fw_fcoe_init_msg()
138 kwqe_arr[2] = (struct kwqe *) &fcoe_init3; bnx2fc_send_fw_fcoe_init_msg()

Completed in 61 milliseconds