Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c66 struct fcoe_kwqe_init3 fcoe_init3; in bnx2fc_send_fw_fcoe_init_msg() local
124 memset(&fcoe_init3, 0x00, sizeof(struct fcoe_kwqe_init3)); in bnx2fc_send_fw_fcoe_init_msg()
125 fcoe_init3.hdr.op_code = FCOE_KWQE_OPCODE_INIT3; in bnx2fc_send_fw_fcoe_init_msg()
126 fcoe_init3.hdr.flags = (FCOE_KWQE_LAYER_CODE << in bnx2fc_send_fw_fcoe_init_msg()
128 fcoe_init3.error_bit_map_lo = 0xffffffff; in bnx2fc_send_fw_fcoe_init_msg()
129 fcoe_init3.error_bit_map_hi = 0xffffffff; in bnx2fc_send_fw_fcoe_init_msg()
135 fcoe_init3.perf_config = 3; in bnx2fc_send_fw_fcoe_init_msg()
139 kwqe_arr[2] = (struct kwqe *) &fcoe_init3; in bnx2fc_send_fw_fcoe_init_msg()