destroy_req       494 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	struct fcoe_kwqe_conn_destroy destroy_req;
destroy_req       499 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	memset(&destroy_req, 0x00, sizeof(struct fcoe_kwqe_conn_destroy));
destroy_req       500 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	destroy_req.hdr.op_code = FCOE_KWQE_OPCODE_DESTROY_CONN;
destroy_req       501 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	destroy_req.hdr.flags =
destroy_req       504 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	destroy_req.context_id = tgt->context_id;
destroy_req       505 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	destroy_req.conn_id = tgt->fcoe_conn_id;
destroy_req       507 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	kwqe_arr[0] = (struct kwqe *) &destroy_req;